Ticket #17983: patch-gettext-tools_config.h.diff

File patch-gettext-tools_config.h.diff, 687 bytes (added by jmroot (Joshua Root), 15 years ago)
  • gettext-tools/config.h

    old new  
    1414/* #undef ABSOLUTE_LIBXML2_LIBXML_XMLVERSION_H */
    1515
    1616/* Define to the number of bits in type 'ptrdiff_t'. */
     17#ifdef __LP64__
    1718#define BITSIZEOF_PTRDIFF_T 64
     19#else
     20#define BITSIZEOF_PTRDIFF_T 32
     21#endif
    1822
    1923/* Define to the number of bits in type 'sig_atomic_t'. */
    2024#define BITSIZEOF_SIG_ATOMIC_T 32
    2125
    2226/* Define to the number of bits in type 'size_t'. */
     27#ifdef __LP64__
    2328#define BITSIZEOF_SIZE_T 64
     29#else
     30#define BITSIZEOF_SIZE_T 32
     31#endif
    2432
    2533/* Define to the number of bits in type 'wchar_t'. */
    2634#define BITSIZEOF_WCHAR_T 32