summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in60
1 files changed, 57 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index d2641866c..855829e93 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,6 +7,9 @@
7/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */ 7/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
8#undef AIX_LOGINFAILED_4ARG 8#undef AIX_LOGINFAILED_4ARG
9 9
10/* System only supports IPv4 audit records */
11#undef AU_IPv4
12
10/* Define if your resolver libs need this for getrrsetbyname */ 13/* Define if your resolver libs need this for getrrsetbyname */
11#undef BIND_8_COMPAT 14#undef BIND_8_COMPAT
12 15
@@ -19,6 +22,9 @@
19/* getgroups(0,NULL) will return -1 */ 22/* getgroups(0,NULL) will return -1 */
20#undef BROKEN_GETGROUPS 23#undef BROKEN_GETGROUPS
21 24
25/* FreeBSD glob does not do what we need */
26#undef BROKEN_GLOB
27
22/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */ 28/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
23#undef BROKEN_INET_NTOA 29#undef BROKEN_INET_NTOA
24 30
@@ -32,6 +38,9 @@
32 */ 38 */
33#undef BROKEN_ONE_BYTE_DIRENT_D_NAME 39#undef BROKEN_ONE_BYTE_DIRENT_D_NAME
34 40
41/* Can't do comparisons on readv */
42#undef BROKEN_READV_COMPARISON
43
35/* Define if you have a broken realpath. */ 44/* Define if you have a broken realpath. */
36#undef BROKEN_REALPATH 45#undef BROKEN_REALPATH
37 46
@@ -53,6 +62,9 @@
53/* LynxOS has broken setvbuf() implementation */ 62/* LynxOS has broken setvbuf() implementation */
54#undef BROKEN_SETVBUF 63#undef BROKEN_SETVBUF
55 64
65/* QNX shadow support is broken */
66#undef BROKEN_SHADOW_EXPIRE
67
56/* Define if your snprintf is busted */ 68/* Define if your snprintf is busted */
57#undef BROKEN_SNPRINTF 69#undef BROKEN_SNPRINTF
58 70
@@ -107,12 +119,12 @@
107/* Define if you don't want to use wtmpx */ 119/* Define if you don't want to use wtmpx */
108#undef DISABLE_WTMPX 120#undef DISABLE_WTMPX
109 121
110/* Workaround more Linux IPv6 quirks */
111#undef DONT_TRY_OTHER_AF
112
113/* Builtin PRNG command timeout */ 122/* Builtin PRNG command timeout */
114#undef ENTROPY_TIMEOUT_MSEC 123#undef ENTROPY_TIMEOUT_MSEC
115 124
125/* f_fsid has members */
126#undef FSID_HAS_VAL
127
116/* Define to 1 if the `getpgrp' function requires zero arguments. */ 128/* Define to 1 if the `getpgrp' function requires zero arguments. */
117#undef GETPGRP_VOID 129#undef GETPGRP_VOID
118 130
@@ -149,6 +161,12 @@
149/* Define to 1 if you have the `arc4random' function. */ 161/* Define to 1 if you have the `arc4random' function. */
150#undef HAVE_ARC4RANDOM 162#undef HAVE_ARC4RANDOM
151 163
164/* Define to 1 if you have the `arc4random_buf' function. */
165#undef HAVE_ARC4RANDOM_BUF
166
167/* Define to 1 if you have the `arc4random_uniform' function. */
168#undef HAVE_ARC4RANDOM_UNIFORM
169
152/* Define to 1 if you have the `asprintf' function. */ 170/* Define to 1 if you have the `asprintf' function. */
153#undef HAVE_ASPRINTF 171#undef HAVE_ASPRINTF
154 172
@@ -161,6 +179,9 @@
161/* OpenBSD's gcc has sentinel */ 179/* OpenBSD's gcc has sentinel */
162#undef HAVE_ATTRIBUTE__SENTINEL__ 180#undef HAVE_ATTRIBUTE__SENTINEL__
163 181
182/* Define to 1 if you have the `aug_get_machine' function. */
183#undef HAVE_AUG_GET_MACHINE
184
164/* Define to 1 if you have the `b64_ntop' function. */ 185/* Define to 1 if you have the `b64_ntop' function. */
165#undef HAVE_B64_NTOP 186#undef HAVE_B64_NTOP
166 187
@@ -320,9 +341,21 @@
320/* Define to 1 if you have the <floatingpoint.h> header file. */ 341/* Define to 1 if you have the <floatingpoint.h> header file. */
321#undef HAVE_FLOATINGPOINT_H 342#undef HAVE_FLOATINGPOINT_H
322 343
344/* Define to 1 if you have the `fmt_scaled' function. */
345#undef HAVE_FMT_SCALED
346
323/* Define to 1 if you have the `freeaddrinfo' function. */ 347/* Define to 1 if you have the `freeaddrinfo' function. */
324#undef HAVE_FREEADDRINFO 348#undef HAVE_FREEADDRINFO
325 349
350/* Define to 1 if the system has the type `fsblkcnt_t'. */
351#undef HAVE_FSBLKCNT_T
352
353/* Define to 1 if the system has the type `fsfilcnt_t'. */
354#undef HAVE_FSFILCNT_T
355
356/* Define to 1 if you have the `fstatvfs' function. */
357#undef HAVE_FSTATVFS
358
326/* Define to 1 if you have the `futimes' function. */ 359/* Define to 1 if you have the `futimes' function. */
327#undef HAVE_FUTIMES 360#undef HAVE_FUTIMES
328 361
@@ -344,6 +377,9 @@
344/* Define to 1 if you have the `getgrouplist' function. */ 377/* Define to 1 if you have the `getgrouplist' function. */
345#undef HAVE_GETGROUPLIST 378#undef HAVE_GETGROUPLIST
346 379
380/* Define to 1 if you have the `getgrset' function. */
381#undef HAVE_GETGRSET
382
347/* Define to 1 if you have the `getluid' function. */ 383/* Define to 1 if you have the `getluid' function. */
348#undef HAVE_GETLUID 384#undef HAVE_GETLUID
349 385
@@ -494,6 +530,9 @@
494/* Define to 1 if you have the <libgen.h> header file. */ 530/* Define to 1 if you have the <libgen.h> header file. */
495#undef HAVE_LIBGEN_H 531#undef HAVE_LIBGEN_H
496 532
533/* Define if system has libiaf that supports set_id */
534#undef HAVE_LIBIAF
535
497/* Define to 1 if you have the `nsl' library (-lnsl). */ 536/* Define to 1 if you have the `nsl' library (-lnsl). */
498#undef HAVE_LIBNSL 537#undef HAVE_LIBNSL
499 538
@@ -792,6 +831,12 @@
792/* Fields in struct sockaddr_storage */ 831/* Fields in struct sockaddr_storage */
793#undef HAVE_SS_FAMILY_IN_SS 832#undef HAVE_SS_FAMILY_IN_SS
794 833
834/* Define to 1 if you have the `statfs' function. */
835#undef HAVE_STATFS
836
837/* Define to 1 if you have the `statvfs' function. */
838#undef HAVE_STATVFS
839
795/* Define to 1 if you have the <stddef.h> header file. */ 840/* Define to 1 if you have the <stddef.h> header file. */
796#undef HAVE_STDDEF_H 841#undef HAVE_STDDEF_H
797 842
@@ -894,12 +939,18 @@
894/* Define to 1 if you have the <sys/mman.h> header file. */ 939/* Define to 1 if you have the <sys/mman.h> header file. */
895#undef HAVE_SYS_MMAN_H 940#undef HAVE_SYS_MMAN_H
896 941
942/* Define to 1 if you have the <sys/mount.h> header file. */
943#undef HAVE_SYS_MOUNT_H
944
897/* Define to 1 if you have the <sys/ndir.h> header file. */ 945/* Define to 1 if you have the <sys/ndir.h> header file. */
898#undef HAVE_SYS_NDIR_H 946#undef HAVE_SYS_NDIR_H
899 947
900/* Define if your system defines sys_nerr */ 948/* Define if your system defines sys_nerr */
901#undef HAVE_SYS_NERR 949#undef HAVE_SYS_NERR
902 950
951/* Define to 1 if you have the <sys/poll.h> header file. */
952#undef HAVE_SYS_POLL_H
953
903/* Define to 1 if you have the <sys/prctl.h> header file. */ 954/* Define to 1 if you have the <sys/prctl.h> header file. */
904#undef HAVE_SYS_PRCTL_H 955#undef HAVE_SYS_PRCTL_H
905 956
@@ -912,6 +963,9 @@
912/* Define to 1 if you have the <sys/select.h> header file. */ 963/* Define to 1 if you have the <sys/select.h> header file. */
913#undef HAVE_SYS_SELECT_H 964#undef HAVE_SYS_SELECT_H
914 965
966/* Define to 1 if you have the <sys/statvfs.h> header file. */
967#undef HAVE_SYS_STATVFS_H
968
915/* Define to 1 if you have the <sys/stat.h> header file. */ 969/* Define to 1 if you have the <sys/stat.h> header file. */
916#undef HAVE_SYS_STAT_H 970#undef HAVE_SYS_STAT_H
917 971