View | Details | Raw Unified
Collapse All | Expand All

(-) art_config.h.keep (-1 / +15 lines)
 Lines 6-12    Link Here 
BUILT_SOURCES = art_config.h
BUILT_SOURCES = art_config.h
art_config.h:	gen_art_config$(EXEEXT)
art_config.h:	gen_art_config$(EXEEXT)
	./gen_art_config > art_config.h
	cp art_config.h.keep art_config.h
EXTRA_DIST = 			\
EXTRA_DIST = 			\
	libart.def		\
	libart.def		\
Line 0    Link Here 
#include <stdint.h>
/* it looks like these definitions are not used at all */
/*
#define ART_SIZEOF_CHAR 1
#define ART_SIZEOF_SHORT 2
#define ART_SIZEOF_INT 4
#define ART_SIZEOF_LONG 4
*/
typedef uint8_t art_u8;
typedef uint16_t art_u16;
typedef uint32_t art_u32;