repo.or.cz
/
oi-userland.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git]
/
components
/
python
/
python27
/
files
/
pyconfig.h
blob
a9faaf3357b8eb4b1332e162d12e29b645c08f4b
1
#if defined(_LP64) || defined (__amd64)
2
#include <python2.7/pyconfig-64.h>
3
#else
4
#include <python2.7/pyconfig-32.h>
5
#endif