summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 16:22:40 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-09-18 16:22:40 +0000
commit52c98d2eb39d00659d051e6e74e0e8a098754163 (patch)
tree2cbf0898eef885bed6de2c66fd7f0ae94e8b5e73 /config.h.in
parent79cd86dbfd5b2ea0963c84b48088ec189acfc795 (diff)
forgot to add new m4 macro - acinclude.m4
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in58
1 files changed, 2 insertions, 56 deletions
diff --git a/config.h.in b/config.h.in
index ddf41fe..ffee3dd 100644
--- a/config.h.in
+++ b/config.h.in
@@ -15,9 +15,6 @@
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
-/* Define to 1 if you have a functional curl library. */
-#undef HAVE_LIBCURL
-
/* Define if libnotify is available */
#undef HAVE_LIBNOTIFY
@@ -51,56 +48,8 @@
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
-/* Defined if libcurl supports AsynchDNS */
-#undef LIBCURL_FEATURE_ASYNCHDNS
-
-/* Defined if libcurl supports IDN */
-#undef LIBCURL_FEATURE_IDN
-
-/* Defined if libcurl supports IPv6 */
-#undef LIBCURL_FEATURE_IPV6
-
-/* Defined if libcurl supports KRB4 */
-#undef LIBCURL_FEATURE_KRB4
-
-/* Defined if libcurl supports libz */
-#undef LIBCURL_FEATURE_LIBZ
-
-/* Defined if libcurl supports NTLM */
-#undef LIBCURL_FEATURE_NTLM
-
-/* Defined if libcurl supports SSL */
-#undef LIBCURL_FEATURE_SSL
-
-/* Defined if libcurl supports SSPI */
-#undef LIBCURL_FEATURE_SSPI
-
-/* Defined if libcurl supports DICT */
-#undef LIBCURL_PROTOCOL_DICT
-
-/* Defined if libcurl supports FILE */
-#undef LIBCURL_PROTOCOL_FILE
-
-/* Defined if libcurl supports FTP */
-#undef LIBCURL_PROTOCOL_FTP
-
-/* Defined if libcurl supports FTPS */
-#undef LIBCURL_PROTOCOL_FTPS
-
-/* Defined if libcurl supports HTTP */
-#undef LIBCURL_PROTOCOL_HTTP
-
-/* Defined if libcurl supports HTTPS */
-#undef LIBCURL_PROTOCOL_HTTPS
-
-/* Defined if libcurl supports LDAP */
-#undef LIBCURL_PROTOCOL_LDAP
-
-/* Defined if libcurl supports TELNET */
-#undef LIBCURL_PROTOCOL_TELNET
-
-/* Defined if libcurl supports TFTP */
-#undef LIBCURL_PROTOCOL_TFTP
+/* gettext catalogs */
+#undef LOCALEDIR
/* Define to the sub-directory in which libtool stores uninstalled libraries.
*/
@@ -136,8 +85,5 @@
/* Version number of package */
#undef VERSION
-/* Define curl_free() as free() if our version of curl lacks curl_free. */
-#undef curl_free
-
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t