chiark / gitweb /
Import release 0.09
[secnet.git] / config.h.bot
1 /* -*- c -*- */
2
3 /* These are from config.h.bot, pasted onto the end of config.h.in. */
4
5 #ifdef HAVE_INTTYPES_H
6 #include <inttypes.h>
7 #else
8 #ifdef HAVE_STDINT_H
9 #include <stdint.h>
10 #else
11 #error you must define uint32_t, uint16_t etc.
12 #endif
13 #endif
14
15 #endif /* _CONFIG_H */