repo.or.cz
/
glibc.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Updated to fedora-glibc-20080326T1041
[glibc.git]
/
posix
/
getconf.speclist.h
blob
c3e67f7ccb8c784cc185bb0fa32abc233a8547df
1
#include <unistd.h>
2
const char
*
START_OF_STRINGS
=
3
#if _POSIX_V6_ILP32_OFF32 == 1
4
"POSIX_V6_ILP32_OFF32"
5
#endif
6
#if _POSIX_V6_ILP32_OFFBIG == 1
7
"POSIX_V6_ILP32_OFFBIG"
8
#endif
9
#if _POSIX_V6_LP64_OFF64 == 1
10
"POSIX_V6_LP64_OFF64"
11
#endif
12
#if _POSIX_V6_LPBIG_OFFBIG == 1
13
"POSIX_V6_LPBIG_OFFBIG"
14
#endif
15
""
;