Import release 0.07
[secnet] / config.h.bot
CommitLineData
2fe58dfd
SE
1/* -*- c -*- */
2
3/* These are from config.h.bot, pasted onto the end of config.h.in. */
4
59635212
SE
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
2fe58dfd
SE
13#endif
14
2fe58dfd 15#endif /* _CONFIG_H */