chiark / gitweb /
Import release 0.1.6
[secnet.git] / 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 getopt library (-lgetopt).  */
29 #undef HAVE_LIBGETOPT
30
31 /* Define if you have the gmp library (-lgmp).  */
32 #undef HAVE_LIBGMP
33
34 /* Define if you have the gmp2 library (-lgmp2).  */
35 #undef HAVE_LIBGMP2
36
37 /* Define if you have the gnugetopt library (-lgnugetopt).  */
38 #undef HAVE_LIBGNUGETOPT
39 /* -*- c -*- */
40
41 /* These are from config.h.bot, pasted onto the end of config.h.in. */
42
43 #ifdef HAVE_INTTYPES_H
44 #include <inttypes.h>
45 #else
46 #ifdef HAVE_STDINT_H
47 #include <stdint.h>
48 #else
49 #error you must define uint32_t, uint16_t etc.
50 #endif
51 #endif
52
53 #endif /* _CONFIG_H */