summaryrefslogtreecommitdiffstats
path: root/art_config.h.in
blob: 4d42ed94b00b1ef8abaa4dee0cdcadef174cfcc3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14

#ifndef _ART_CONFIG_H_
#define _ART_CONFIG_H_

#define ART_SIZEOF_CHAR  @ART_SIZEOF_CHAR@
#define ART_SIZEOF_SHORT @ART_SIZEOF_SHORT@
#define ART_SIZEOF_INT   @ART_SIZEOF_INT@
#define ART_SIZEOF_LONG  @ART_SIZEOF_LONG@

typedef @ART_U8_TYPE@ art_u8;
typedef @ART_U16_TYPE@ art_u16;
typedef @ART_U32_TYPE@ art_u32;

#endif /* _ART_CONFIG_H_ */