summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in32
1 files changed, 28 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index ff651cc4a..e51117b81 100644
--- a/config.h.in
+++ b/config.h.in
@@ -16,6 +16,9 @@
16/* Define if your resolver libs need this for getrrsetbyname */ 16/* Define if your resolver libs need this for getrrsetbyname */
17#undef BIND_8_COMPAT 17#undef BIND_8_COMPAT
18 18
19/* The system has incomplete BSM API */
20#undef BROKEN_BSM_API
21
19/* Define if cmsg_type is not passed correctly */ 22/* Define if cmsg_type is not passed correctly */
20#undef BROKEN_CMSG_TYPE 23#undef BROKEN_CMSG_TYPE
21 24
@@ -500,6 +503,9 @@
500/* Define if HEADER.ad exists in arpa/nameser.h */ 503/* Define if HEADER.ad exists in arpa/nameser.h */
501#undef HAVE_HEADER_AD 504#undef HAVE_HEADER_AD
502 505
506/* Define to 1 if you have the `HMAC_CTX_init' function. */
507#undef HAVE_HMAC_CTX_INIT
508
503/* Define if you have ut_host in utmp.h */ 509/* Define if you have ut_host in utmp.h */
504#undef HAVE_HOST_IN_UTMP 510#undef HAVE_HOST_IN_UTMP
505 511
@@ -551,6 +557,9 @@
551/* Define to 1 if you have the <lastlog.h> header file. */ 557/* Define to 1 if you have the <lastlog.h> header file. */
552#undef HAVE_LASTLOG_H 558#undef HAVE_LASTLOG_H
553 559
560/* Define if you want ldns support */
561#undef HAVE_LDNS
562
554/* Define to 1 if you have the <libaudit.h> header file. */ 563/* Define to 1 if you have the <libaudit.h> header file. */
555#undef HAVE_LIBAUDIT_H 564#undef HAVE_LIBAUDIT_H
556 565
@@ -593,10 +602,19 @@
593/* Define to 1 if you have the <limits.h> header file. */ 602/* Define to 1 if you have the <limits.h> header file. */
594#undef HAVE_LIMITS_H 603#undef HAVE_LIMITS_H
595 604
605/* Define to 1 if you have the <linux/audit.h> header file. */
606#undef HAVE_LINUX_AUDIT_H
607
608/* Define to 1 if you have the <linux/filter.h> header file. */
609#undef HAVE_LINUX_FILTER_H
610
596/* Define to 1 if you have the <linux/if_tun.h> header file. */ 611/* Define to 1 if you have the <linux/if_tun.h> header file. */
597#undef HAVE_LINUX_IF_TUN_H 612#undef HAVE_LINUX_IF_TUN_H
598 613
599/* Define if your libraries define login() */ 614/* Define to 1 if you have the <linux/seccomp.h> header file. */
615#undef HAVE_LINUX_SECCOMP_H
616
617/* Define to 1 if you have the `login' function. */
600#undef HAVE_LOGIN 618#undef HAVE_LOGIN
601 619
602/* Define to 1 if you have the <login_cap.h> header file. */ 620/* Define to 1 if you have the <login_cap.h> header file. */
@@ -930,6 +948,9 @@
930/* Define to 1 if you have the `strmode' function. */ 948/* Define to 1 if you have the `strmode' function. */
931#undef HAVE_STRMODE 949#undef HAVE_STRMODE
932 950
951/* Define to 1 if you have the `strnlen' function. */
952#undef HAVE_STRNLEN
953
933/* Define to 1 if you have the `strnvis' function. */ 954/* Define to 1 if you have the `strnvis' function. */
934#undef HAVE_STRNVIS 955#undef HAVE_STRNVIS
935 956
@@ -1350,15 +1371,18 @@
1350/* Sandbox using setrlimit(2) */ 1371/* Sandbox using setrlimit(2) */
1351#undef SANDBOX_RLIMIT 1372#undef SANDBOX_RLIMIT
1352 1373
1374/* Sandbox using seccomp filter */
1375#undef SANDBOX_SECCOMP_FILTER
1376
1353/* Sandbox using systrace(4) */ 1377/* Sandbox using systrace(4) */
1354#undef SANDBOX_SYSTRACE 1378#undef SANDBOX_SYSTRACE
1355 1379
1380/* Specify the system call convention in use */
1381#undef SECCOMP_AUDIT_ARCH
1382
1356/* Define if your platform breaks doing a seteuid before a setuid */ 1383/* Define if your platform breaks doing a seteuid before a setuid */
1357#undef SETEUID_BREAKS_SETUID 1384#undef SETEUID_BREAKS_SETUID
1358 1385
1359/* The size of `char', as computed by sizeof. */
1360#undef SIZEOF_CHAR
1361
1362/* The size of `int', as computed by sizeof. */ 1386/* The size of `int', as computed by sizeof. */
1363#undef SIZEOF_INT 1387#undef SIZEOF_INT
1364 1388