diff options
author | Gisle Vanem <gvanem@broadpark.no> | 2006-02-26 17:08:33 +0000 |
---|---|---|
committer | Gisle Vanem <gvanem@broadpark.no> | 2006-02-26 17:08:33 +0000 |
commit | 60b029869f3f21ba73350793f8f7355f13d538cc (patch) | |
tree | a405e9a436ab886e4f6df73e5aeee5dc5afffb81 /lib/config-win32.h | |
parent | f592ea6c30c375b2db0f1fbd77bcd20a07719d03 (diff) |
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.h | 3 |
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 */ |