X-Git-Url: http://sjero.net/git/?p=wget;a=blobdiff_plain;f=src%2Fconfig.h.in;h=64d1459f03d6f7c24dae3e4557c9409a574b77a2;hp=c05f00c35a034819232c929f000ebb3e8e788caf;hb=a6f72ca66b1ca3c83fb7336c5895af9ae0a3c202;hpb=9a282c83d7ecb80310704385af994b18923e3682 diff --git a/src/config.h.in b/src/config.h.in index c05f00c3..64d1459f 100644 --- a/src/config.h.in +++ b/src/config.h.in @@ -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