summaryrefslogtreecommitdiff
path: root/Makefile.netware
diff options
context:
space:
mode:
authorYang Tse <yangsita@gmail.com>2011-08-21 01:59:14 +0200
committerYang Tse <yangsita@gmail.com>2011-08-21 01:59:14 +0200
commit440b5d488a7325efb4b026f1295c36444727cdbd (patch)
treefebf74ecfa9b96889e1ef2d2229d185aa93215b9 /Makefile.netware
parent14eb79f66024f06f0db6884715c2a3eed36f50e5 (diff)
downloadc-ares-440b5d488a7325efb4b026f1295c36444727cdbd.tar.gz
c-ares-440b5d488a7325efb4b026f1295c36444727cdbd.tar.bz2
c-ares-440b5d488a7325efb4b026f1295c36444727cdbd.zip
Makefile.netware: SIZEOF_SHORT definition
Diffstat (limited to 'Makefile.netware')
-rw-r--r--Makefile.netware1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.netware b/Makefile.netware
index 0cb1530..653efb0 100644
--- a/Makefile.netware
+++ b/Makefile.netware
@@ -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) >> $@