summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorAlberto Gonzalez Iniesta <agi@inittab.org>2014-10-29 17:43:51 +0100
committerAlberto Gonzalez Iniesta <agi@inittab.org>2014-10-29 17:43:51 +0100
commit63862ed15e1abb4b29c5a43b469321c928613c62 (patch)
tree9c21e69bf5a514459227f5e32f75b8e12916c03f /config.h.in
parent809daf3b371e0c2457b5d4bd414382eb67bf8348 (diff)
Imported Upstream version 2.3.5upstream/2.3.5
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in14
1 files changed, 13 insertions, 1 deletions
diff --git a/config.h.in b/config.h.in
index 1817b2b..33a814d 100644
--- a/config.h.in
+++ b/config.h.in
@@ -60,6 +60,9 @@
/* Enable multi-homed UDP server capability */
#undef ENABLE_MULTIHOME
+/* Enable OFB and CFB cipher modes */
+#undef ENABLE_OFB_CFB_MODE
+
/* Allow --askpass and --auth-user-pass passwords to be read from a file */
#undef ENABLE_PASSWORD_SAVE
@@ -90,7 +93,7 @@
/* Enable strict options check between peers */
#undef ENABLE_STRICT_OPTIONS_CHECK
-/* Enable systemd support */
+/* Enable systemd integration */
#undef ENABLE_SYSTEMD
/* Enable --x509-username-field feature */
@@ -394,6 +397,9 @@
/* Define to 1 if you have the `res_init' function. */
#undef HAVE_RES_INIT
+/* Define to 1 if you have the `sd_booted' function. */
+#undef HAVE_SD_BOOTED
+
/* Define to 1 if you have the `select' function. */
#undef HAVE_SELECT
@@ -472,6 +478,9 @@
/* Define to 1 if you have the `system' function. */
#undef HAVE_SYSTEM
+/* Define to 1 if you have the <systemd/sd-daemon.h> header file. */
+#undef HAVE_SYSTEMD_SD_DAEMON_H
+
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
@@ -629,6 +638,9 @@
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
+/* Path to systemd-ask-password tool */
+#undef SYSTEMD_ASK_PASSWORD_PATH
+
/* The tap-windows id */
#undef TAP_WIN_COMPONENT_ID