Loading ares/Makefile.netware +9 −2 Original line number Diff line number Diff line Loading @@ -126,7 +126,11 @@ DL = ' #-include $(NDKBASE)/nlmconv/ncpfs.inc endif OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c)) # Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc #OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c)) OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) .PHONY: lib nlm prebuild dist install clean Loading Loading @@ -297,8 +301,11 @@ config.h: Makefile.netware @echo $(DL)#define SIZEOF_CURL_OFF_T 4$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ @echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_PF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ ifdef NW_WINSOCK @echo $(DL)#define HAVE_CLOSESOCKET 1$(DL) >> $@ else Loading Loading
ares/Makefile.netware +9 −2 Original line number Diff line number Diff line Loading @@ -126,7 +126,11 @@ DL = ' #-include $(NDKBASE)/nlmconv/ncpfs.inc endif OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c)) # Makefile.inc provides the CSOURCES and HHEADERS defines include Makefile.inc #OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(wildcard ares_*.c)) OBJS := $(patsubst %.c,$(OBJDIR)/%.o,$(strip $(CSOURCES))) .PHONY: lib nlm prebuild dist install clean Loading Loading @@ -297,8 +301,11 @@ config.h: Makefile.netware @echo $(DL)#define SIZEOF_CURL_OFF_T 4$(DL) >> $@ @echo $(DL)#define STDC_HEADERS 1$(DL) >> $@ @echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ @echo $(DL)#define HAVE_AF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_PF_INET6 1$(DL) >> $@ @echo $(DL)#define HAVE_STRUCT_IN6_ADDR 1$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN6_ADDR 16$(DL) >> $@ @echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@ ifdef NW_WINSOCK @echo $(DL)#define HAVE_CLOSESOCKET 1$(DL) >> $@ else Loading