Ticket #17982: patch-config.h.diff

File patch-config.h.diff, 671 bytes (added by jmroot (Joshua Root), 15 years ago)
  • config.h

    old new  
    22/* config.h.in.  Generated from configure.ac by autoheader.  */
    33
    44/* Define to the number of bits in type 'ptrdiff_t'. */
     5#ifdef __LP64__
    56#define BITSIZEOF_PTRDIFF_T 64
     7#else
     8#define BITSIZEOF_PTRDIFF_T 32
     9#endif
    610
    711/* Define to the number of bits in type 'sig_atomic_t'. */
    812#define BITSIZEOF_SIG_ATOMIC_T 32
    913
    1014/* Define to the number of bits in type 'size_t'. */
     15#ifdef __LP64__
    1116#define BITSIZEOF_SIZE_T 64
     17#else
     18#define BITSIZEOF_SIZE_T 32
     19#endif
    1220
    1321/* Define to the number of bits in type 'wchar_t'. */
    1422#define BITSIZEOF_WCHAR_T 32