]> sjero.net Git - wget/commitdiff
[svn] More DMC features.
authorhniksic <devnull@localhost>
Wed, 6 Jul 2005 23:57:46 +0000 (16:57 -0700)
committerhniksic <devnull@localhost>
Wed, 6 Jul 2005 23:57:46 +0000 (16:57 -0700)
windows/config-compiler.h

index 08bfa499ecfc619b358d22ad69f0b4b94b30f5f7..f9a40762516a69a84cd066104ea08517840deb71 100644 (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
+
 \f
 #else
 # error Your compiler is not supported.