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

Define HAVE_AF_INET6_H for Netware too, as Guenter Knauf's builds indicate.

This commit is contained in:
Daniel Stenberg 2005-03-11 07:53:42 +00:00
parent 80e01deba0
commit 4ed13bde55

View File

@ -306,6 +306,7 @@ else
@echo $(DL)#define HAVE_SYS_SOCKET_H 1$(DL) >> $@
@echo $(DL)#define HAVE_SYS_SOCKIO_H 1$(DL) >> $@
@echo $(DL)#define HAVE_NETDB_H 1$(DL) >> $@
@echo $(DL)#define HAVE_AF_INET6_H 1$(DL) >> $@
endif
ifdef OLD_NOVELLSDK
@echo $(DL)#define socklen_t int$(DL) >> $@