summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorColin Watson <cjwatson@debian.org>2012-09-06 23:20:10 +0100
committerColin Watson <cjwatson@debian.org>2012-09-06 23:20:10 +0100
commitc6a2c0334e45419875687d250aed9bea78480f2e (patch)
treed8f01bef9f3921fa1ca7592a19474be9c8349f76 /config.h.in
parentdd5ed53e20d218607260916a6b04d1c8c5b3d88f (diff)
parent8b13b5bdc4f19bd52ee673104d66b71c21153b96 (diff)
merge 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 e51117b81..6c4f2272a 100644
--- a/config.h.in
+++ b/config.h.in
@@ -822,6 +822,9 @@
822/* Define to 1 if you have the `setgroups' function. */ 822/* Define to 1 if you have the `setgroups' function. */
823#undef HAVE_SETGROUPS 823#undef HAVE_SETGROUPS
824 824
825/* Define to 1 if you have the `setlinebuf' function. */
826#undef HAVE_SETLINEBUF
827
825/* Define to 1 if you have the `setlogin' function. */ 828/* Define to 1 if you have the `setlogin' function. */
826#undef HAVE_SETLOGIN 829#undef HAVE_SETLOGIN
827 830
@@ -1374,6 +1377,9 @@
1374/* Sandbox using seccomp filter */ 1377/* Sandbox using seccomp filter */
1375#undef SANDBOX_SECCOMP_FILTER 1378#undef SANDBOX_SECCOMP_FILTER
1376 1379
1380/* setrlimit RLIMIT_FSIZE works */
1381#undef SANDBOX_SKIP_RLIMIT_FSIZE
1382
1377/* Sandbox using systrace(4) */ 1383/* Sandbox using systrace(4) */
1378#undef SANDBOX_SYSTRACE 1384#undef SANDBOX_SYSTRACE
1379 1385