Import release 0.07
[secnet] / config.h.in
1 /* config.h.in. Generated automatically from configure.in by autoheader. */
2 #ifndef _CONFIG_H
3 #define _CONFIG_H
4
5
6 /* Define if you have the ANSI C header files. */
7 #undef STDC_HEADERS
8
9 /* Define if your processor stores words with the most significant
10 byte first (like Motorola and SPARC, unlike Intel and VAX). */
11 #undef WORDS_BIGENDIAN
12
13 /* Define if you have the <inttypes.h> header file. */
14 #undef HAVE_INTTYPES_H
15
16 /* Define if you have the <linux/if.h> header file. */
17 #undef HAVE_LINUX_IF_H
18
19 /* Define if you have the <stdint.h> header file. */
20 #undef HAVE_STDINT_H
21
22 /* Define if you have the adns library (-ladns). */
23 #undef HAVE_LIBADNS
24
25 /* Define if you have the fl library (-lfl). */
26 #undef HAVE_LIBFL
27
28 /* Define if you have the gmp2 library (-lgmp2). */
29 #undef HAVE_LIBGMP2
30 /* -*- c -*- */
31
32 /* These are from config.h.bot, pasted onto the end of config.h.in. */
33
34 #ifdef HAVE_INTTYPES_H
35 #include <inttypes.h>
36 #else
37 #ifdef HAVE_STDINT_H
38 #include <stdint.h>
39 #else
40 #error you must define uint32_t, uint16_t etc.
41 #endif
42 #endif
43
44 #endif /* _CONFIG_H */