]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Don't define int32_t because we're not using it.
[wget] / src / config.h.in
index 46807377f80bf9001778c1c83b6feb4d35ee77a7..7be0706ceffebd60492cf62898be6be65dd90822 100644 (file)
@@ -80,17 +80,18 @@ char *alloca ();
    significant byte first).  */
 #undef WORDS_BIGENDIAN
 
+/* Define to the length of short. */
+#undef SIZEOF_SHORT
+
+/* Define to the length of int. */
+#undef SIZEOF_INT
+
 /* Define to the length of long. */
 #undef SIZEOF_LONG
 
 /* Define to the length of long long. */
 #undef SIZEOF_LONG_LONG
 
-#undef HAVE_LONG_LONG
-#if SIZEOF_LONG_LONG != 0
-# define HAVE_LONG_LONG
-#endif
-
 /* Define this if you want the NLS support.  */
 #undef HAVE_NLS
 
@@ -101,7 +102,7 @@ char *alloca ();
 #undef USE_DIGEST
 
 /* Define if you want the debug output support compiled in.  */
-#undef DEBUG
+#undef ENABLE_DEBUG
 
 /* Define if you have sys/time.h header.  */
 #undef HAVE_SYS_TIME_H
@@ -271,6 +272,12 @@ char *alloca ();
 /* Define if you want to enable the IPv6 support.  */
 #undef ENABLE_IPV6
 
+/* Defined to int or size_t on systems without socklen_t.  */
+#undef socklen_t
+
+/* Define if you have u_int32_t.  */
+#undef HAVE_U_INT32_T
+
 /* First a gambit to see whether we're on Solaris.  We'll
    need it below.  */
 #ifdef __sun