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

Last change on this file since 1454 was 1365, checked in by aubourg, 25 years ago

pipeline TOI archeops

File size: 256 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#endif
19
20#endif
Note: See TracBrowser for help on using the repository browser.