summaryrefslogtreecommitdiff
path: root/lib/config-win32.h
diff options
context:
space:
mode:
authorGisle Vanem <gvanem@broadpark.no>2006-02-26 17:08:33 +0000
committerGisle Vanem <gvanem@broadpark.no>2006-02-26 17:08:33 +0000
commit60b029869f3f21ba73350793f8f7355f13d538cc (patch)
treea405e9a436ab886e4f6df73e5aeee5dc5afffb81 /lib/config-win32.h
parentf592ea6c30c375b2db0f1fbd77bcd20a07719d03 (diff)
downloadcurl-60b029869f3f21ba73350793f8f7355f13d538cc.tar.gz
Use getprotobyname() to retrieve protocol number for TCP
(sorry, I don't know how to add this to the configure process).
Diffstat (limited to 'lib/config-win32.h')
-rw-r--r--lib/config-win32.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/config-win32.h b/lib/config-win32.h
index 59dd44130..9b3d531d7 100644
--- a/lib/config-win32.h
+++ b/lib/config-win32.h
@@ -136,6 +136,9 @@
/* Define if you have the getservbyname function. */
#define HAVE_GETSERVBYNAME 1
+/* Define if you have the getprotobyname function. */
+#define HAVE_GETPROTOBYNAME
+
/* Define if you have the gettimeofday function. */
/* #define HAVE_GETTIMEOFDAY 1 */