g,.*\(HAVE_POLL[_A-Z]*\).*,s,,/* #undef \1 */, /HAVE_BROKEN_POSIX_SEMAPHORES/c #define HAVE_BROKEN_POSIX_SEMAPHORES 1 . /HAVE_LARGEFILE_SUPPORT/c #ifdef __LP64__ /* #undef HAVE_LARGEFILE_SUPPORT */ #else #define HAVE_LARGEFILE_SUPPORT 1 #endif . /SIZEOF_LONG/c #ifdef __LP64__ #define SIZEOF_LONG 8 #else #define SIZEOF_LONG 4 #endif . /SIZEOF_PTHREAD_T/c #ifdef __LP64__ #define SIZEOF_PTHREAD_T 8 #else #define SIZEOF_PTHREAD_T 4 #endif . /SIZEOF_TIME_T/c #ifdef __LP64__ #define SIZEOF_TIME_T 8 #else #define SIZEOF_TIME_T 4 #endif . /SIZEOF_VOID_P/c #ifdef __LP64__ #define SIZEOF_VOID_P 8 #else #define SIZEOF_VOID_P 4 #endif . /WORDS_BIGENDIAN/c #if __BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #endif /* __BIG_ENDIAN__ */ . w