ffmpeg-6: fix COMPONENT_REVISION
[oi-userland.git] / components / python / python27 / files / pyconfig.h
bloba9faaf3357b8eb4b1332e162d12e29b645c08f4b
1 #if defined(_LP64) || defined (__amd64)
2 #include <python2.7/pyconfig-64.h>
3 #else
4 #include <python2.7/pyconfig-32.h>
5 #endif