diff options
author | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-04-16 17:32:08 +0200 |
---|---|---|
committer | Alberto Gonzalez Iniesta <agi@inittab.org> | 2014-04-16 17:32:08 +0200 |
commit | e5caec6bb07020a3e552fc78f679e0517c4569cf (patch) | |
tree | 7e6c612db8bf52fdde057f35b2b4a5559e86e61b /config.h.in | |
parent | 72eb879255b983286b83678fd62228187fbedbb2 (diff) | |
parent | 0af7f64094c65cba7ee45bd2679e6826bcf598cb (diff) |
Merge tag 'upstream/2.3.3'
Upstream version 2.3.3
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 11 |
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 |