]>
Commit | Line | Data |
---|---|---|
83ab33fc AL |
1 | /* Define if your processor stores words with the most significant |
2 | byte first (like Motorola and SPARC, unlike Intel and VAX). */ | |
3 | #undef WORDS_BIGENDIAN | |
4 | ||
1cecba4d AL |
5 | /* The following 4 are only used by inttypes.h shim if the system lacks |
6 | inttypes.h */ | |
e1b74f61 AL |
7 | /* The number of bytes in a usigned char. */ |
8 | #undef SIZEOF_CHAR | |
d7bccc73 AL |
9 | |
10 | /* The number of bytes in a unsigned int. */ | |
e1b74f61 | 11 | #undef SIZEOF_INT |
d7bccc73 AL |
12 | |
13 | /* The number of bytes in a unsigned long. */ | |
e1b74f61 | 14 | #undef SIZEOF_LONG |
d7bccc73 AL |
15 | |
16 | /* The number of bytes in a unsigned short. */ | |
e1b74f61 | 17 | #undef SIZEOF_SHORT |
118a5e95 | 18 | |
1cecba4d | 19 | /* These two are used by the statvfs shim for glibc2.0 and bsd */ |
b819effd AL |
20 | /* Define if we have sys/vfs.h */ |
21 | #undef HAVE_VFS_H | |
22 | ||
23 | /* Define if we have sys/mount.h */ | |
24 | #undef HAVE_MOUNT_H | |
25 | ||
35584d03 AL |
26 | /* Define if we have enabled pthread support */ |
27 | #undef HAVE_PTHREAD | |
28 | ||
1cecba4d | 29 | /* If there is no socklen_t, define this for the netdb shim */ |
53d3d263 AL |
30 | #undef NEED_SOCKLEN_T_DEFINE |
31 | ||
b2e465d6 AL |
32 | /* Define the cpu name string */ |
33 | #undef COMMON_CPU | |
34 | ||
35 | /* Define the on name string */ | |
36 | #undef COMMON_OS | |
e1b74f61 AL |
37 | |
38 | /* The version number string */ | |
39 | #undef VERSION | |
40 | ||
41 | /* The package name string */ | |
42 | #undef PACKAGE |