]> sjero.net Git - wget/blobdiff - windows/config.h.bor
[svn] Also check for short for int32_t.
[wget] / windows / config.h.bor
index 53e6075329b4cec71ffa1aecf85aa64b0391105d..a350c90befab0973b5f20958c58dae6842983342 100644 (file)
@@ -33,6 +33,9 @@
 #define ftruncate chsize
 #define inline __inline
 
+/* Flag that C files should include <stdarg.h>, not <varargs.h>.  */
+#define WGET_USE_STDARG
+
 /* Define if the free Borland C++Builder 5.5 command-line compiler is used,
    because its utime() has a bug. */
 #define HACK_BCC_UTIME_BUG
 /* Define if you have the isatty function.  */
 #define HAVE_ISATTY
 
+/* Define to the length of short. */
+#define SIZEOF_SHORT 2
+
+/* Define to the length of int. */
+#define SIZEOF_INT 4
+
+/* Define to the length of long. */
+#define SIZEOF_LONG 4
+
+/* Defined to int or size_t on systems without socklen_t.  */
+#define socklen_t int
+
+/* Define if you have int32_t.  */
+#define HAVE_INT32_T 1
+
+/* Define if you have u_int32_t.  */
+#define HAVE_U_INT32_T 1
 
 #endif /* CONFIG_H */