CRUX-ARM :
Home
Home
::
Documentation
::
Download
::
Development
::
Community
::
Ports
::
Packages
::
Bugs
::
Links
::
About
::
Donors
development
/
ports
/
opt-arm.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
firefox: updated to 40.0.3
[ports/opt-arm.git]
/
python
/
pyconfig.h
1
/* pyconfig.h stub */
2
3
#ifndef __STUB__PYCONFIG_H__
4
#define __STUB__PYCONFIG_H__
5
6
#if defined(__x86_64__) || \
7
defined(__sparc64__) || \
8
defined(__arch64__) || \
9
defined(__powerpc64__) || \
10
defined(__s390x__)
11
#include
"pyconfig-64.h"
12
#else
13
#include
"pyconfig-32.h"
14
#endif
15
16
#endif