components/python/python26/files/pyconfig.h
author Brian Cameron <brian.cameron@oracle.com>
Wed, 17 Apr 2013 13:41:36 -0700
changeset 1270 785dcb8bfa1b
parent 1246 164605dfef4e
permissions -rw-r--r--
16680145 pyconfig.h breaks userland build
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
1246
164605dfef4e 15799279 - Some Python 2.6 and 2.7 "gmake test" tests fail
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     1
#ifdef _LP64
1270
785dcb8bfa1b 16680145 pyconfig.h breaks userland build
Brian Cameron <brian.cameron@oracle.com>
parents: 1246
diff changeset
     2
#include <python2.6/pyconfig-64.h>
1246
164605dfef4e 15799279 - Some Python 2.6 and 2.7 "gmake test" tests fail
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     3
#else
1270
785dcb8bfa1b 16680145 pyconfig.h breaks userland build
Brian Cameron <brian.cameron@oracle.com>
parents: 1246
diff changeset
     4
#include <python2.6/pyconfig-32.h>
1246
164605dfef4e 15799279 - Some Python 2.6 and 2.7 "gmake test" tests fail
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     5
#endif