/* -*- c -*- */ /* These are from config.h.bot, pasted onto the end of config.h.in. */ #ifdef HAVE_INTTYPES_H #include #else #ifdef HAVE_STDINT_H #include #else #error you must define uint32_t, uint16_t etc. #endif #endif #endif /* _CONFIG_H */