source:
Sophya/trunk/ArchTOIPipe/config.h@
1608
Last change on this file since 1608 was 1477, checked in by , 24 years ago | |
---|---|
File size: 346 bytes |
Line | |
---|---|
1 | #ifndef CONFIG_H |
2 | #define CONFIG_H |
3 | |
4 | #define _GNU_SOURCE |
5 | |
6 | #include "conf.h" |
7 | |
8 | |
9 | #ifndef WITH_SOPHYA |
10 | #define NO_SOPHYA |
11 | #if SIZEOF_SHORT == 4 |
12 | #define int_4 short int |
13 | #elif SIZEOF_INT == 4 |
14 | #define int_4 int |
15 | #else |
16 | #define int_4 long |
17 | #endif |
18 | |
19 | #if SIZEOF_LONG == 8 |
20 | #define int_8 long |
21 | #else |
22 | #error long is not 8 bytes... |
23 | #endif |
24 | #endif |
25 | |
26 | #endif |
Note:
See TracBrowser
for help on using the repository browser.