Import release 0.1.8
[secnet] / config.h.in
CommitLineData
2fe58dfd 1/* config.h.in. Generated automatically from configure.in by autoheader. */
2fe58dfd
SE
2#ifndef _CONFIG_H
3#define _CONFIG_H
4
5
2fe58dfd
SE
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
59635212
SE
13/* Define if you have the <inttypes.h> header file. */
14#undef HAVE_INTTYPES_H
15
4efd681a
SE
16/* Define if you have the <linux/if.h> header file. */
17#undef HAVE_LINUX_IF_H
18
59635212
SE
19/* Define if you have the <stdint.h> header file. */
20#undef HAVE_STDINT_H
21
2fe58dfd
SE
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
8689b3a9
SE
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
4efd681a
SE
34/* Define if you have the gmp2 library (-lgmp2). */
35#undef HAVE_LIBGMP2
8689b3a9
SE
36
37/* Define if you have the gnugetopt library (-lgnugetopt). */
38#undef HAVE_LIBGNUGETOPT
2fe58dfd
SE
39/* -*- c -*- */
40
41/* These are from config.h.bot, pasted onto the end of config.h.in. */
42
59635212
SE
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
2fe58dfd
SE
51#endif
52
2fe58dfd 53#endif /* _CONFIG_H */