summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in11
1 files changed, 7 insertions, 4 deletions
diff --git a/config.h.in b/config.h.in
index 68fec17..1817b2b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -36,9 +36,6 @@
/* Enable deferred authentication */
#undef ENABLE_DEF_AUTH
-/* Enable support for the eurephia plug-in */
-#undef ENABLE_EUREPHIA
-
/* We have persist tun capability */
#undef ENABLE_FEATURE_TUN_PERSIST
@@ -72,7 +69,7 @@
/* Enable PKCS11 */
#undef ENABLE_PKCS11
-/* Enable systemd support */
+/* Enable plug-in support */
#undef ENABLE_PLUGIN
/* Enable TCP Server port sharing */
@@ -355,6 +352,9 @@
/* Define to 1 if you have the <net/if_tun.h> header file. */
#undef HAVE_NET_IF_TUN_H
+/* Define to 1 if you have the <net/if_utun.h> header file. */
+#undef HAVE_NET_IF_UTUN_H
+
/* Define to 1 if you have the <net/tun/if_tun.h> header file. */
#undef HAVE_NET_TUN_IF_TUN_H
@@ -481,6 +481,9 @@
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
+/* Define to 1 if you have the <sys/kern_control.h> header file. */
+#undef HAVE_SYS_KERN_CONTROL_H
+
/* Define to 1 if you have the <sys/mman.h> header file. */
#undef HAVE_SYS_MMAN_H