summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@debian.org>2014-07-11 07:23:31 +0200
committerYves-Alexis Perez <corsac@debian.org>2014-07-11 07:23:31 +0200
commit81c63b0eed39432878f78727f60a1e7499645199 (patch)
tree82387d8fecd1c20788fd8bd784a9b0bde091fb6b /config.h.in
parentc5ebfc7b9c16551fe825dc1d79c3f7e2f096f6c9 (diff)
downloadvyos-strongswan-81c63b0eed39432878f78727f60a1e7499645199.tar.gz
vyos-strongswan-81c63b0eed39432878f78727f60a1e7499645199.zip
Imported Upstream version 5.2.0
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in16
1 files changed, 11 insertions, 5 deletions
diff --git a/config.h.in b/config.h.in
index bfcb4e2ec..1899b7000 100644
--- a/config.h.in
+++ b/config.h.in
@@ -67,8 +67,8 @@
/* Define to 1 if you have the `funopen' function. */
#undef HAVE_FUNOPEN
-/* have GCC __sync_* atomic operations */
-#undef HAVE_GCC_ATOMIC_OPERATIONS
+/* have GCC __sync_* operations */
+#undef HAVE_GCC_SYNC_OPERATIONS
/* have GCRY_CIPHER_CAMELLIA128 */
#undef HAVE_GCRY_CIPHER_CAMELLIA
@@ -193,6 +193,9 @@
/* Define to 1 if you have the `sem_timedwait' function. */
#undef HAVE_SEM_TIMEDWAIT
+/* Define to 1 if you have the `setlinebuf' function. */
+#undef HAVE_SETLINEBUF
+
/* have sqlite3_prepare_v2() */
#undef HAVE_SQLITE3_PREPARE_V2
@@ -214,6 +217,9 @@
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
+/* Define to 1 if you have the `strptime' function. */
+#undef HAVE_STRPTIME
+
/* Define to 1 if `sadb_x_policy_priority' is a member of `struct
sadb_x_policy'. */
#undef HAVE_STRUCT_SADB_X_POLICY_SADB_X_POLICY_PRIORITY
@@ -221,6 +227,9 @@
/* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
#undef HAVE_STRUCT_SOCKADDR_SA_LEN
+/* have syslog(3) and friends */
+#undef HAVE_SYSLOG
+
/* have sys/capability.h */
#undef HAVE_SYS_CAPABILITY_H
@@ -258,9 +267,6 @@
/* monolithic build embedding plugins */
#undef MONOLITHIC
-/* Define to 1 if your C compiler doesn't accept -c and -o together. */
-#undef NO_MINUS_C_MINUS_O
-
/* Name of package */
#undef PACKAGE