summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in15
1 files changed, 7 insertions, 8 deletions
diff --git a/config.h.in b/config.h.in
index 91054354..227df013 100644
--- a/config.h.in
+++ b/config.h.in
@@ -9,12 +9,6 @@
/* Whether or not apache can be used for tests */
#undef HAVE_APACHE
-/* Apache is 2.2.x */
-#undef HAVE_APACHE_2_2
-
-/* Apache is 2.4.x */
-#undef HAVE_APACHE_2_4
-
/* Whether or not curl can be used for tests */
#undef HAVE_CURL
@@ -57,8 +51,10 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Define to the sub-directory in which libtool stores uninstalled libraries.
- */
+/* Whether or not GSSAPI libs are available */
+#undef LIBSOUP_HAVE_GSSAPI
+
+/* Define to the sub-directory where libtool stores uninstalled libraries. */
#undef LT_OBJDIR
/* Samba's 'winbind' daemon helper 'ntlm_auth' which can be used for NTLM
@@ -95,3 +91,6 @@
/* Version number of package */
#undef VERSION
+
+/* defines how to decorate public symbols while building */
+#undef _SOUP_EXTERN