components/python/python27/files/pyconfig.h
author John Beck <John.Beck@Oracle.COM>
Thu, 19 Jun 2014 13:54:21 -0700
changeset 1954 32663e59626d
parent 1270 785dcb8bfa1b
child 5130 c6338b8f183f
permissions -rw-r--r--
19004605 update Python 2.7 line to version 2.7.7
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.7/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.7/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