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

@ -24,6 +24,9 @@
#define TIME_WITH_SYS_TIME 1
#define HAVE_STRUCT_TIMEVAL 1
#define SIZEOF_INT 4
#define SIZEOF_SHORT 2
#define main(x,y) curl_main(x,y)
/* we provide our own strdup prototype */