Go to the documentation of this file.
8 #elif defined(__ia64__)
10 #elif defined(__powerpc64__)
11 #include "apr-ppc64.h"
12 #elif defined(__powerpc__)
14 #elif defined(__s390x__)
15 #include "apr-s390x.h"
16 #elif defined(__s390__)
18 #elif defined(__x86_64__)
19 #include "apr-x86_64.h"
21 #error "This apr-devel package does not work your architecture?"