summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorMichael Biebl <biebl@debian.org>2012-11-16 17:43:41 +0100
committerMichael Biebl <biebl@debian.org>2012-11-16 17:43:41 +0100
commit792f31fe29bef0c9960d3951f266fc7b2c70a2fc (patch)
treee82d85662e0ba5fc7e4ed0838011ea2a0ac0b44b /config.h.in
parent05bd88b115965e17631a4af10c84d71622fe4e3d (diff)
downloadrsyslog-792f31fe29bef0c9960d3951f266fc7b2c70a2fc.tar.gz
Imported Upstream version 7.2.2upstream/7.2.2
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.h.in b/config.h.in
index a757607..fa305e7 100644
--- a/config.h.in
+++ b/config.h.in
@@ -235,6 +235,9 @@
/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
+/* Define to 1 if you have the `sysinfo' function. */
+#undef HAVE_SYSINFO
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
@@ -382,9 +385,6 @@
/* network support is integrated. */
#undef SYSLOG_INET
-/* Description */
-#undef SYSLOG_UNIXAF
-
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#undef TIME_WITH_SYS_TIME
@@ -394,6 +394,9 @@
/* Define if you want to use GSSAPI */
#undef USE_GSSAPI
+/* Define if you want to enable libuuid support */
+#undef USE_LIBUUID
+
/* Define if you want to enable zlib support */
#undef USE_NETZIP