chiark
/
gitweb
/
~mdw
/
secnet
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Import release 0.1.0
[secnet]
/
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 */