summaryrefslogtreecommitdiff
path: root/config.h.in
diff options
context:
space:
mode:
authorGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-26 23:07:10 +0000
committerGravatar Alan Fitton <ajf@eth0.org.uk>2011-02-26 23:07:10 +0000
commitaca2e2bbd8738437a20473202b09757a1fc7c409 (patch)
tree3277b93562b2a3bd41fadfeec9b7b701f0490982 /config.h.in
parentb44261d40fcb82f274394400bea1203bd3da25c2 (diff)
For FreeBSD add -I/usr/local/include to CPPFLAGS by default (if GeoIP is present it's probably from ports)
Diffstat (limited to 'config.h.in')
-rw-r--r--config.h.in12
1 files changed, 0 insertions, 12 deletions
diff --git a/config.h.in b/config.h.in
index 7f7457c..ca3164b 100644
--- a/config.h.in
+++ b/config.h.in
@@ -78,21 +78,9 @@
/* Defined if libcurl supports HTTPS */
#undef LIBCURL_PROTOCOL_HTTPS
-/* Defined if libcurl supports IMAP */
-#undef LIBCURL_PROTOCOL_IMAP
-
/* Defined if libcurl supports LDAP */
#undef LIBCURL_PROTOCOL_LDAP
-/* Defined if libcurl supports POP3 */
-#undef LIBCURL_PROTOCOL_POP3
-
-/* Defined if libcurl supports RTSP */
-#undef LIBCURL_PROTOCOL_RTSP
-
-/* Defined if libcurl supports SMTP */
-#undef LIBCURL_PROTOCOL_SMTP
-
/* Defined if libcurl supports TELNET */
#undef LIBCURL_PROTOCOL_TELNET