aboutsummaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in21
1 files changed, 21 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index fd8e77dfd210..089feae88476 100644
--- a/config.h.in
+++ b/config.h.in
@@ -7,6 +7,9 @@
/* Define if your AIX loginfailed() function takes 4 arguments (AIX >= 5.2) */
#undef AIX_LOGINFAILED_4ARG
+/* System only supports IPv4 audit records */
+#undef AU_IPv4
+
/* Define if your resolver libs need this for getrrsetbyname */
#undef BIND_8_COMPAT
@@ -19,6 +22,9 @@
/* getgroups(0,NULL) will return -1 */
#undef BROKEN_GETGROUPS
+/* FreeBSD glob does not do what we need */
+#undef BROKEN_GLOB
+
/* Define if you system's inet_ntoa is busted (e.g. Irix gcc issue) */
#undef BROKEN_INET_NTOA
@@ -53,6 +59,9 @@
/* LynxOS has broken setvbuf() implementation */
#undef BROKEN_SETVBUF
+/* QNX shadow support is broken */
+#undef BROKEN_SHADOW_EXPIRE
+
/* Define if your snprintf is busted */
#undef BROKEN_SNPRINTF
@@ -161,6 +170,9 @@
/* OpenBSD's gcc has sentinel */
#undef HAVE_ATTRIBUTE__SENTINEL__
+/* Define to 1 if you have the `aug_get_machine' function. */
+#undef HAVE_AUG_GET_MACHINE
+
/* Define to 1 if you have the `b64_ntop' function. */
#undef HAVE_B64_NTOP
@@ -344,6 +356,9 @@
/* Define to 1 if you have the `getgrouplist' function. */
#undef HAVE_GETGROUPLIST
+/* Define to 1 if you have the `getgrset' function. */
+#undef HAVE_GETGRSET
+
/* Define to 1 if you have the `getluid' function. */
#undef HAVE_GETLUID
@@ -494,6 +509,9 @@
/* Define to 1 if you have the <libgen.h> header file. */
#undef HAVE_LIBGEN_H
+/* Define if system has libiaf that supports set_id */
+#undef HAVE_LIBIAF
+
/* Define to 1 if you have the `nsl' library (-lnsl). */
#undef HAVE_LIBNSL
@@ -900,6 +918,9 @@
/* Define if your system defines sys_nerr */
#undef HAVE_SYS_NERR
+/* Define to 1 if you have the <sys/poll.h> header file. */
+#undef HAVE_SYS_POLL_H
+
/* Define to 1 if you have the <sys/prctl.h> header file. */
#undef HAVE_SYS_PRCTL_H