added sizeof #defines
authorkramm <kramm>
Sun, 21 Jan 2007 22:27:02 +0000 (22:27 +0000)
committerkramm <kramm>
Sun, 21 Jan 2007 22:27:02 +0000 (22:27 +0000)
config.h.in

index 1d44592..e8a0408 100644 (file)
 /* Define to `unsigned' if <sys/types.h> doesn't define.  */
 #undef size_t
 
+#undef SIZEOF_SIGNED
+#undef SIZEOF_UNSIGNED
+#undef SIZEOF_SIGNED_LONG
+#undef SIZEOF_UNSIGNED_LONG
+#undef SIZEOF_SIGNED_LONG_LONG
+#undef SIZEOF_UNSIGNED_LONG_LONG
+
 /* Define if you have the ANSI C header files.  */
 #undef STDC_HEADERS