]> sjero.net Git - wget/blobdiff - src/config.h.in
[svn] Also check for short for int32_t.
[wget] / src / config.h.in
index c05f00c35a034819232c929f000ebb3e8e788caf..64d1459f03d6f7c24dae3e4557c9409a574b77a2 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