/opt/alt/python34/include/python3.4m
NameSizeModeActions
abstract.h430780644editdlrm
accu.h10160644editdlrm
asdl.h11840644editdlrm
ast.h4770644editdlrm
bitset.h7920644editdlrm
bltinmodule.h2640644editdlrm
boolobject.h8860644editdlrm
bytearrayobject.h21140644editdlrm
bytesobject.h49220644editdlrm
bytes_methods.h20250644editdlrm
cellobject.h7010644editdlrm
ceval.h72000644editdlrm
classobject.h16660644editdlrm
code.h42270644editdlrm
codecs.h65520644editdlrm
compile.h21170644editdlrm
complexobject.h19540644editdlrm
datetime.h85420644editdlrm
descrobject.h29130644editdlrm
dictobject.h51780644editdlrm
dtoa.h4580644editdlrm
dynamic_annotations.h224690644editdlrm
enumobject.h2530644editdlrm
errcode.h14970644editdlrm
eval.h5970644editdlrm
fileobject.h18620644editdlrm
fileutils.h15010644editdlrm
floatobject.h46410644editdlrm
frameobject.h35580644editdlrm
funcobject.h37710644editdlrm
genobject.h11310644editdlrm
graminit.h18730644editdlrm
grammar.h20450644editdlrm
import.h39010644editdlrm
intrcheck.h4600644editdlrm
iterobject.h5670644editdlrm
listobject.h28360644editdlrm
longintrepr.h39970644editdlrm
longobject.h81740644editdlrm
marshal.h8030644editdlrm
memoryobject.h28610644editdlrm
metagrammar.h2530644editdlrm
methodobject.h33070644editdlrm
modsupport.h48970644editdlrm
moduleobject.h16150644editdlrm
namespaceobject.h2970644editdlrm
node.h10080644editdlrm
object.h385220644editdlrm
objimpl.h138480644editdlrm
opcode.h52110644editdlrm
osdefs.h8480644editdlrm
parsetok.h28850644editdlrm
patchlevel.h11300644editdlrm
pgen.h2530644editdlrm
pgenheaders.h11440644editdlrm
pyarena.h27440644editdlrm
pyatomic.h59440644editdlrm
pycapsule.h17260644editdlrm
pyconfig-64.h433490644editdlrm
pyconfig.h1620644editdlrm
pyctype.h13200644editdlrm
pydebug.h10190644editdlrm
pyerrors.h160230644editdlrm
pyexpat.h24500644editdlrm
pyfpe.h84890644editdlrm
pygetopt.h3880644editdlrm
pyhash.h42740644editdlrm
pymacconfig.h29880644editdlrm
pymacro.h28210644editdlrm
pymath.h72180644editdlrm
pymem.h67820644editdlrm
pyport.h308740644editdlrm
pystate.h91240644editdlrm
pystrcmp.h4360644editdlrm
pystrtod.h12760644editdlrm
Python-ast.h194890644editdlrm
Python.h28560644editdlrm
pythonrun.h101840644editdlrm
pythread.h30360644editdlrm
pytime.h29140644editdlrm
py_curses.h41750644editdlrm
rangeobject.h6290644editdlrm
setobject.h33010644editdlrm
sliceobject.h15900644editdlrm
structmember.h20680644editdlrm
structseq.h13530644editdlrm
symtable.h50990644editdlrm
sysmodule.h13550644editdlrm
token.h18880644editdlrm
traceback.h22130644editdlrm
tupleobject.h24440644editdlrm
typeslots.h19970644editdlrm
ucnhash.h10570644editdlrm
unicodeobject.h781330644editdlrm
warnings.h14260644editdlrm
weakrefobject.h28660644editdlrm
Edit: /opt/alt/python34/include/python3.4m/pymacconfig.h (2988B)
#ifndef PYMACCONFIG_H #define PYMACCONFIG_H /* * This file moves some of the autoconf magic to compile-time * when building on MacOSX. This is needed for building 4-way * universal binaries and for 64-bit universal binaries because * the values redefined below aren't configure-time constant but * only compile-time constant in these scenarios. */ #if defined(__APPLE__) # undef SIZEOF_LONG # undef SIZEOF_PTHREAD_T # undef SIZEOF_SIZE_T # undef SIZEOF_TIME_T # undef SIZEOF_VOID_P # undef SIZEOF__BOOL # undef SIZEOF_UINTPTR_T # undef SIZEOF_PTHREAD_T # undef WORDS_BIGENDIAN # undef DOUBLE_IS_ARM_MIXED_ENDIAN_IEEE754 # undef DOUBLE_IS_BIG_ENDIAN_IEEE754 # undef DOUBLE_IS_LITTLE_ENDIAN_IEEE754 # undef HAVE_GCC_ASM_FOR_X87 # undef VA_LIST_IS_ARRAY # if defined(__LP64__) && defined(__x86_64__) # define VA_LIST_IS_ARRAY 1 # endif # undef HAVE_LARGEFILE_SUPPORT # ifndef __LP64__ # define HAVE_LARGEFILE_SUPPORT 1 # endif # undef SIZEOF_LONG # ifdef __LP64__ # define SIZEOF__BOOL 1 # define SIZEOF__BOOL 1 # define SIZEOF_LONG 8 # define SIZEOF_PTHREAD_T 8 # define SIZEOF_SIZE_T 8 # define SIZEOF_TIME_T 8 # define SIZEOF_VOID_P 8 # define SIZEOF_UINTPTR_T 8 # define SIZEOF_PTHREAD_T 8 # else # ifdef __ppc__ # define SIZEOF__BOOL 4 # else # define SIZEOF__BOOL 1 # endif # define SIZEOF_LONG 4 # define SIZEOF_PTHREAD_T 4 # define SIZEOF_SIZE_T 4 # define SIZEOF_TIME_T 4 # define SIZEOF_VOID_P 4 # define SIZEOF_UINTPTR_T 4 # define SIZEOF_PTHREAD_T 4 # endif # if defined(__LP64__) /* MacOSX 10.4 (the first release to support 64-bit code * at all) only supports 64-bit in the UNIX layer. * Therefore surpress the toolbox-glue in 64-bit mode. */ /* In 64-bit mode setpgrp always has no argments, in 32-bit * mode that depends on the compilation environment */ # undef SETPGRP_HAVE_ARG # endif #ifdef __BIG_ENDIAN__ #define WORDS_BIGENDIAN 1 #define DOUBLE_IS_BIG_ENDIAN_IEEE754 #else #define DOUBLE_IS_LITTLE_ENDIAN_IEEE754 #endif /* __BIG_ENDIAN */ #ifdef __i386__ # define HAVE_GCC_ASM_FOR_X87 #endif /* * The definition in pyconfig.h is only valid on the OS release * where configure ran on and not necessarily for all systems where * the executable can be used on. * * Specifically: OSX 10.4 has limited supported for '%zd', while * 10.5 has full support for '%zd'. A binary built on 10.5 won't * work properly on 10.4 unless we surpress the definition * of PY_FORMAT_SIZE_T */ #undef PY_FORMAT_SIZE_T #endif /* defined(_APPLE__) */ #endif /* PYMACCONFIG_H */