1 /* config.h stub */ 2 3 #ifndef __STUB__CONFIG_H__ 4 #define __STUB__CONFIG_H__ 5 6 #if defined(__x86_64__) 7 #include "config-64.h" 8 #else 9 #include "config-32.h" 10 #endif 11 12 #endif
Generated by cgit