]> 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 c05f00c35a034819232c929f000ebb3e8e788caf..7be0706ceffebd60492cf62898be6be65dd90822 100644 (file)
@@ -80,6 +80,9 @@ 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
 
@@ -89,11 +92,6 @@ char *alloca ();
 /* 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
 
@@ -277,9 +275,6 @@ char *alloca ();
 /* 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