aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorDag-Erling Smørgrav <des@FreeBSD.org>2012-08-29 15:55:54 +0000
committerDag-Erling Smørgrav <des@FreeBSD.org>2012-08-29 15:55:54 +0000
commit925f1fb7e466dbf645650dc4ea9d2a34e728ef9c (patch)
tree0fb8acbff73fddb3a95e864c5ddd6370367153a9 /config.h.in
parent2e97a36905ba9936cb9972e37c5e56deb288e442 (diff)
downloadsrc-925f1fb7e466dbf645650dc4ea9d2a34e728ef9c.tar.gz
src-925f1fb7e466dbf645650dc4ea9d2a34e728ef9c.zip
Vendor import of OpenSSH 6.1p1.vendor/openssh/6.1p1
Notes
Notes: svn path=/vendor-crypto/openssh/dist/; revision=239849 svn path=/vendor-crypto/openssh/6.1p1/; revision=239851; tag=vendor/openssh/6.1p1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in6
1 files changed, 6 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index 60d0c65921f3..2834a473dcd4 100644
--- a/config.h.in
+++ b/config.h.in
@@ -822,6 +822,9 @@
/* Define to 1 if you have the `setgroups' function. */
#undef HAVE_SETGROUPS
+/* Define to 1 if you have the `setlinebuf' function. */
+#undef HAVE_SETLINEBUF
+
/* Define to 1 if you have the `setlogin' function. */
#undef HAVE_SETLOGIN
@@ -1374,6 +1377,9 @@
/* Sandbox using seccomp filter */
#undef SANDBOX_SECCOMP_FILTER
+/* setrlimit RLIMIT_FSIZE works */
+#undef SANDBOX_SKIP_RLIMIT_FSIZE
+
/* Sandbox using systrace(4) */
#undef SANDBOX_SYSTRACE