Import release 0.07
[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
4efd681a
SE
28/* Define if you have the gmp2 library (-lgmp2). */
29#undef HAVE_LIBGMP2
2fe58dfd
SE
30/* -*- c -*- */
31
32/* These are from config.h.bot, pasted onto the end of config.h.in. */
33
59635212
SE
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
2fe58dfd
SE
42#endif
43
2fe58dfd 44#endif /* _CONFIG_H */