chiark / gitweb /
Import release 0.1.0
[secnet.git] / config.h.bot
index ff6ecda5810d1fbe822e1029976903a7ac76dee8..47befcbc7771f3223bbd78bd0535f18700ad6cf5 100644 (file)
@@ -2,8 +2,14 @@
 
 /* These are from config.h.bot, pasted onto the end of config.h.in. */
 
-#ifdef HAVE_SYS_CDEFS_H
-#include <sys/cdefs.h>
+#ifdef HAVE_INTTYPES_H
+#include <inttypes.h>
+#else
+#ifdef HAVE_STDINT_H
+#include <stdint.h>
+#else
+#error you must define uint32_t, uint16_t etc.
+#endif
 #endif
 
 #endif /* _CONFIG_H */