summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
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 60d0c6592..2834a473d 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