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

djgpp/DOS does have getaddrinfo().

This commit is contained in:
Gisle Vanem 2008-11-03 15:15:53 +00:00
parent 74e9718370
commit a1c9cb8860

View File

@ -20,6 +20,7 @@
#define HAVE_ARPA_INET_H 1 #define HAVE_ARPA_INET_H 1
#define HAVE_FCNTL_H 1 #define HAVE_FCNTL_H 1
#define HAVE_FIONBIO 1 #define HAVE_FIONBIO 1
#define HAVE_GETADDRINFO 1
#define HAVE_GETPROTOBYNAME 1 #define HAVE_GETPROTOBYNAME 1
#define HAVE_GETTIMEOFDAY 1 #define HAVE_GETTIMEOFDAY 1
#define HAVE_IO_H 1 #define HAVE_IO_H 1