source:
Sophya/trunk/ArchTOIPipe/config.h@
1518
      
      | Last change on this file since 1518 was 1477, checked in by , 25 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.
    ![(please configure the [header_logo] section in trac.ini)](/PI/chrome/site/your_project_logo.png)