1
0
mirror of https://github.com/moparisthebest/curl synced 2024-08-13 17:03:50 -04:00

INADDR_NONE no longer used.

This commit is contained in:
Gisle Vanem 2007-02-19 17:41:38 +00:00
parent 9a70ce4245
commit 9993e2121d

View File

@ -51,10 +51,6 @@
#undef WIN32 /* Redefined in MingW headers */
#endif
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
#endif
/* Mac OS X portability check */
#ifndef T_SRV
#define T_SRV 33 /* server selection */