diff options
Diffstat (limited to 'art_config.h.in')
-rw-r--r-- | art_config.h.in | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/art_config.h.in b/art_config.h.in new file mode 100644 index 0000000..4d42ed9 --- /dev/null +++ b/art_config.h.in @@ -0,0 +1,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_ */ |