1
0
mirror of https://frontier.innolan.net/rainlance/c-ares.git synced 2025-10-05 15:39:38 +00:00

Makefile.netware: SIZEOF_SHORT definition

This commit is contained in:
Yang Tse
2011-08-21 01:59:14 +02:00
parent 14eb79f660
commit 440b5d488a

View File

@ -398,6 +398,7 @@ endif
@echo $(DL)#define HAVE_WRITEV 1$(DL) >> $@
@echo $(DL)#define RETSIGTYPE void$(DL) >> $@
@echo $(DL)#define SIZEOF_INT 4$(DL) >> $@
@echo $(DL)#define SIZEOF_SHORT 2$(DL) >> $@
@echo $(DL)#define SIZEOF_STRUCT_IN_ADDR 4$(DL) >> $@
@echo $(DL)#define STDC_HEADERS 1$(DL) >> $@
@echo $(DL)#define TIME_WITH_SYS_TIME 1$(DL) >> $@