components/python/python27/files/pyconfig.h
author Mike Sullivan <Mike.Sullivan@Oracle.COM>
Mon, 07 Nov 2016 16:32:57 -0800
changeset 7257 779372532897
parent 5130 c6338b8f183f
permissions -rw-r--r--
Close of build 112.1.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
5130
c6338b8f183f 16873846 pyconfig.h should include <sys/isa_defs.h>
John Beck <John.Beck@Oracle.COM>
parents: 1270
diff changeset
     1
#include <sys/isa_defs.h>
1246
164605dfef4e 15799279 - Some Python 2.6 and 2.7 "gmake test" tests fail
Brian Cameron <brian.cameron@oracle.com>
parents:
diff changeset
     2
#ifdef _LP64
1270
785dcb8bfa1b 16680145 pyconfig.h breaks userland build
Brian Cameron <brian.cameron@oracle.com>
parents: 1246
diff changeset
     3
#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
     4
#else
1270
785dcb8bfa1b 16680145 pyconfig.h breaks userland build
Brian Cameron <brian.cameron@oracle.com>
parents: 1246
diff changeset
     5
#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
     6
#endif