source: Sophya/trunk/ArchTOIPipe/config.h@ 1477

Last change on this file since 1477 was 1477, checked in by aubourg, 24 years ago

multi rep

File size: 346 bytes
RevLine 
[1365]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
[1477]18
19#if SIZEOF_LONG == 8
20 #define int_8 long
21#else
22 #error long is not 8 bytes...
[1365]23#endif
[1477]24#endif
[1365]25
26#endif
Note: See TracBrowser for help on using the repository browser.