1
0
mirror of https://github.com/moparisthebest/wget synced 2024-07-03 16:38:41 -04:00

[svn] More DMC features.

This commit is contained in:
hniksic 2005-07-06 16:57:46 -07:00
parent f65cee77a8
commit a4345ec8d0

View File

@ -125,12 +125,19 @@ so, delete this exception statement from your version. */
#undef struct_fstat
/* DMC's runtime supports some POSIX and C99 features we use. */
#define HAVE_USLEEP 1
#define HAVE_STDINT_H
#define HAVE_INTTYPES_H
#define HAVE_STDBOOL_H 1
#define HAVE__BOOL 1
#define HAVE_UINT32_T
#undef SIZEOF_LONG_LONG
#define SIZEOF_LONG_LONG 8
#define HAVE__BOOL 1
#define HAVE_USLEEP 1
#define HAVE_STRTOLL
#else
# error Your compiler is not supported.