mirror of
https://github.com/mirror/wget.git
synced 2025-03-13 11:20:19 +08:00
[svn] More DMC features.
This commit is contained in:
parent
f65cee77a8
commit
a4345ec8d0
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user