summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGuido Günther <agx@sigxcpu.org>2013-08-29 18:03:40 +0200
committerGuido Günther <agx@sigxcpu.org>2013-08-29 18:03:40 +0200
commita3b140a4518ef729107497675c80b923b19ea6d8 (patch)
tree7df33eb8222a514190fc6904183250e04589cac9 /config.h.in
parent58c2a296d9378f246f58b5abb2ec75d70ae2be78 (diff)
New upstream version 1.1.2~rc1
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in9
1 files changed, 9 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in
index ab2b9ffc2..29f72e9b1 100644
--- a/config.h.in
+++ b/config.h.in
@@ -1616,6 +1616,9 @@
/* Define to 1 if you have the `sysctl' function. */
#undef HAVE_SYSCTL
+/* Define to 1 if you have the 'sysctlbyname' function. */
+#undef HAVE_SYSCTLBYNAME
+
/* Define to 1 if you have the <syslog.h> header file. */
#undef HAVE_SYSLOG_H
@@ -1888,6 +1891,9 @@
/* Define HOST_NAME_MAX when <limits.h> does not define it. */
#undef HOST_NAME_MAX
+/* path to ifconfig binary */
+#undef IFCONFIG_PATH
+
/* path to ip6tables binary */
#undef IP6TABLES_PATH
@@ -2302,6 +2308,9 @@
/* whether GNUTLS is available for encryption */
#undef WITH_GNUTLS
+/* set to 1 if it is known or assumed that GNUTLS uses gcrypt */
+#undef WITH_GNUTLS_GCRYPT
+
/* whether hal >= 0.5.0 is available */
#undef WITH_HAL