Ticket #17983: patch-gettext-tools_config.h.diff
File patch-gettext-tools_config.h.diff, 687 bytes (added by jmroot (Joshua Root), 16 years ago) |
---|
-
gettext-tools/config.h
old new 14 14 /* #undef ABSOLUTE_LIBXML2_LIBXML_XMLVERSION_H */ 15 15 16 16 /* Define to the number of bits in type 'ptrdiff_t'. */ 17 #ifdef __LP64__ 17 18 #define BITSIZEOF_PTRDIFF_T 64 19 #else 20 #define BITSIZEOF_PTRDIFF_T 32 21 #endif 18 22 19 23 /* Define to the number of bits in type 'sig_atomic_t'. */ 20 24 #define BITSIZEOF_SIG_ATOMIC_T 32 21 25 22 26 /* Define to the number of bits in type 'size_t'. */ 27 #ifdef __LP64__ 23 28 #define BITSIZEOF_SIZE_T 64 29 #else 30 #define BITSIZEOF_SIZE_T 32 31 #endif 24 32 25 33 /* Define to the number of bits in type 'wchar_t'. */ 26 34 #define BITSIZEOF_WCHAR_T 32