summaryrefslogtreecommitdiff
path: root/lib/make/acconfig.h
blob: df5d200d00a702eeed9c45f432f9dae499852b00 (plain)
1
2
3
4
5
6
7
8
9
@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