components/python/python27/files/pyconfig.h
author Jesse Butler <jesse.butler@oracle.com>
Mon, 17 Oct 2016 16:13:44 -0700
changeset 7119 2f82d964b8be
parent 5130 c6338b8f183f
permissions -rw-r--r--
24830297 drop unneeded metadata layers from base image

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