diff options
author | Yang Tse <yangsita@gmail.com> | 2010-02-26 18:32:46 +0000 |
---|---|---|
committer | Yang Tse <yangsita@gmail.com> | 2010-02-26 18:32:46 +0000 |
commit | cef95aadebf0be4be6b4ed82e07f38cc83faf546 (patch) | |
tree | 25bc10d186d74e1289ce9fdb23bd553768aec8e3 /lib/Makefile.netware | |
parent | 697496ff99be5842f380f8b2fd6789f623e376be (diff) |
Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems
Diffstat (limited to 'lib/Makefile.netware')
-rw-r--r-- | lib/Makefile.netware | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/Makefile.netware b/lib/Makefile.netware index 9b105bb05..eb2cd6a3c 100644 --- a/lib/Makefile.netware +++ b/lib/Makefile.netware @@ -500,6 +500,8 @@ endif @echo $(DL)#define HAVE_UTIME_H 1$(DL) >> $@ @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) >> $@ |