Skip to content
Snippets Groups Projects
Commit 4ed13bde authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

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

parent 80e01deb
No related branches found
No related tags found
No related merge requests found
......@@ -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) >> $@
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment