components/python/python27/files/pyconfig.h
author Brian Cameron <brian.cameron@oracle.com>
Wed, 17 Apr 2013 13:41:36 -0700
changeset 1270 785dcb8bfa1b
parent 1246 164605dfef4e
child 5130 c6338b8f183f
permissions -rw-r--r--
16680145 pyconfig.h breaks userland build

#ifdef _LP64
#include <python2.7/pyconfig-64.h>
#else
#include <python2.7/pyconfig-32.h>
#endif