X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fconcord.git;a=blobdiff_plain;f=config.h.in;h=353b7a99e87c4f1a644c8332c1a77dab99283ae7;hp=7ccebe0f1970cce5283120a9f293b66e4d26f19b;hb=1c3f5fb7674c07d3a90f7c5966a8505af0d3d878;hpb=d0643a1a7a29058771d020e4b24f2833fdce9522 diff --git a/config.h.in b/config.h.in index 7ccebe0..353b7a9 100644 --- a/config.h.in +++ b/config.h.in @@ -47,3 +47,12 @@ /* Define as `__inline' if that's what the C compiler calls it, or to nothing if it is not supported. */ #undef inline + +#undef SIZEOF_INT +#undef SIZEOF_LONG +#undef SIZEOF_LONG_LONG +#undef SIZEOF_VOID_P + +#ifndef BITS_PER_CHAR +#define BITS_PER_CHAR 8 +#endif