]> sjero.net Git - wget/blobdiff - windows/config-compiler.h
[svn] More DMC features.
[wget] / windows / config-compiler.h
index 7ad1d12a2fb6db7135a944e79565a41a1015dce7..f9a40762516a69a84cd066104ea08517840deb71 100644 (file)
@@ -95,6 +95,10 @@ so, delete this exception statement from your version.  */
 #define struct_fstat struct _stati64
 
 #define isatty _isatty
+
+#if _MSC_VER >= 1300
+# define HAVE__STRTOI64
+#endif
 \f
 /* ------------------ */
 /* Borland C section. */
@@ -121,9 +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_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.