Ticket #17982: patch-config.h.diff
File patch-config.h.diff, 671 bytes (added by jmroot (Joshua Root), 16 years ago) |
---|
-
config.h
old new 2 2 /* config.h.in. Generated from configure.ac by autoheader. */ 3 3 4 4 /* Define to the number of bits in type 'ptrdiff_t'. */ 5 #ifdef __LP64__ 5 6 #define BITSIZEOF_PTRDIFF_T 64 7 #else 8 #define BITSIZEOF_PTRDIFF_T 32 9 #endif 6 10 7 11 /* Define to the number of bits in type 'sig_atomic_t'. */ 8 12 #define BITSIZEOF_SIG_ATOMIC_T 32 9 13 10 14 /* Define to the number of bits in type 'size_t'. */ 15 #ifdef __LP64__ 11 16 #define BITSIZEOF_SIZE_T 64 17 #else 18 #define BITSIZEOF_SIZE_T 32 19 #endif 12 20 13 21 /* Define to the number of bits in type 'wchar_t'. */ 14 22 #define BITSIZEOF_WCHAR_T 32