Added SIZEOF_INT and SIZEOF_SHORT definitions for non-configure systems

This commit is contained in:
Yang Tse 2010-02-26 18:32:46 +00:00
parent 697496ff99
commit cef95aadeb
17 changed files with 91 additions and 12 deletions

View file

@ -65,7 +65,9 @@
#define NEED_MALLOC_H 1
#define RETSIGTYPE void
#define SIZEOF_INT 4
#define SIZEOF_LONG_DOUBLE 16
#define SIZEOF_SHORT 2
#define STDC_HEADERS 1
#define TIME_WITH_SYS_TIME 1