00001 #ifndef _QORE_MACROS_H
00002 #define _QORE_MACROS_H
00003
00004
00005
00006 #ifdef __i386
00007 #include <qore/macros-i386.h>
00008 #endif // #ifdef __i386
00009
00010 #ifdef __x86_64
00011 #include <qore/macros-x86_64.h>
00012 #endif // #ifdef __x86_64
00013
00014 #ifdef __sparc
00015 #include <qore/macros-sparc.h>
00016 #endif // #ifdef __sparc
00017
00018 #if defined(__ppc) || defined(__ppc__)
00019 #include <qore/macros-powerpc.h>
00020 #endif // #ifdef __ppc
00021
00022 #ifdef __hppa
00023 #include <qore/macros-parisc.h>
00024 #endif // #ifdef __hppa
00025
00026 #ifdef __ia64
00027 #include <qore/macros-ia64.h>
00028 #endif // #ifdef __ia64
00029
00030 #endif // #ifndef _QORE_MACROS_H
00031