/* qconfig.h */ /* This file is here to prevent a file conflict on multiarch systems. A * conflict will occur because qconfig.h has arch-specific definitions. * * DO NOT INCLUDE THE NEW FILE DIRECTLY -- ALWAYS INCLUDE THIS ONE INSTEAD. */ #if defined(__x86_64__) # include #elif defined(__i386__) # include #elif defined(__powerpc64__) # include #elif defined(__powerpc__) # include #elif defined(__s390x__) # include #elif defined(__s390__) # include #elif defined(__sparc__) && defined (__arch64__) # include #elif defined(__sparc__) # include #else /* Should never reach this point, if so see bugzilla.redhat.com/223663 */ #error "This qt4-devel package does not work your architecture?" #endif