components/python/python27/files/pyconfig.h
author Rich Burridge <rich.burridge@oracle.com>
Tue, 02 May 2017 17:33:26 -0700
changeset 7964 d9801318ed3d
parent 5130 c6338b8f183f
permissions -rw-r--r--
25981468 Build ilmbase and openexr with the GNU compilers

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