summarylogtreecommitdiffstats
path: root/pyconfig-stub.h
blob: de7680bcf0fcdbe09a97324d37fa0e8b8c61e94b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
// This is replaced by libx32-python.
// Old file is renamed to pyconfig-64.h.

#if !defined __x86_64__
# include "pyconfig-64.h" // no lib32-python yet
#endif
#if defined __x86_64__ && defined __LP64__
# include "pyconfig-64.h"
#endif
#if defined __x86_64__ && defined __ILP32__
# include "pyconfig-x32.h"
#endif