]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Provide the support for int32_t and u_int32_t.
[wget] / src / config.h.in
index b9fc24b8ec1f34b46461e60e4cf2277a639444b9..c05f00c35a034819232c929f000ebb3e8e788caf 100644 (file)
@@ -80,6 +80,9 @@ char *alloca ();
    significant byte first).  */
 #undef WORDS_BIGENDIAN
 
+/* Define to the length of int. */
+#undef SIZEOF_INT
+
 /* Define to the length of long. */
 #undef SIZEOF_LONG
 
@@ -271,6 +274,15 @@ 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 int32_t.  */
+#undef HAVE_INT32_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