components/python/python26/files/pyconfig.h
author Jon Tibble <meths@btinternet.com>
Sat, 16 Nov 2013 18:51:53 +0000
branchoi_151a
changeset 354 0b9db78d3d26
permissions -rw-r--r--
Fix pyconfig.h
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
354
0b9db78d3d26 Fix pyconfig.h
Jon Tibble <meths@btinternet.com>
parents:
diff changeset
     1
#ifdef _LP64
0b9db78d3d26 Fix pyconfig.h
Jon Tibble <meths@btinternet.com>
parents:
diff changeset
     2
#include <python2.6/pyconfig-64.h>
0b9db78d3d26 Fix pyconfig.h
Jon Tibble <meths@btinternet.com>
parents:
diff changeset
     3
#else
0b9db78d3d26 Fix pyconfig.h
Jon Tibble <meths@btinternet.com>
parents:
diff changeset
     4
#include <python2.6/pyconfig-32.h>
0b9db78d3d26 Fix pyconfig.h
Jon Tibble <meths@btinternet.com>
parents:
diff changeset
     5
#endif