summaryrefslogtreecommitdiff
path: root/lib/make/acconfig.h
blob: ec0e93a27364115b732e2142edc19d3e07abaa76 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
@BOTTOM@

#if SIZEOF_INT==4
#define Int int
#elif SIZEOF_SHORT_INT==4
#define Int short int
#else
#error "Unable to find a 4 byte integer type. "
#endif

#define POINTER integer*SIZEOF_CHAR_P

#define CCTK_STRING POINTER

#define CCTK_REAL double