projects
/
platform
/
upstream
/
c-ares.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
14eb79f
)
Makefile.netware: SIZEOF_SHORT definition
author
Yang Tse
<yangsita@gmail.com>
Sat, 20 Aug 2011 23:59:14 +0000
(
01:59
+0200)
committer
Yang Tse
<yangsita@gmail.com>
Sat, 20 Aug 2011 23:59:14 +0000
(
01:59
+0200)
Makefile.netware
patch
|
blob
|
history
diff --git
a/Makefile.netware
b/Makefile.netware
index 0cb1530b7a7abb77189fd168dc475a3d8c9e928b..653efb0983ee9b95cea1e80bcc659526cc751b92 100644
(file)
--- 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) >> $@