chiark / gitweb /
changelog: document changes since 0.6.0
[secnet.git] / config.h.in
1 /* config.h.in.  Generated from configure.ac by autoheader.  */
2
3
4 #ifndef _CONFIG_H
5 #define _CONFIG_H
6
7
8 /* Define if building universal (internal helper macro) */
9 #undef AC_APPLE_UNIVERSAL_BUILD
10
11 /* Define to 1 to use IPv6 support in system and adns */
12 #undef CONFIG_IPV6
13
14 /* Define to 1 if you have the `fmemopen' function. */
15 #undef HAVE_FMEMOPEN
16
17 /* Define to 1 if you have the `funopen' function. */
18 #undef HAVE_FUNOPEN
19
20 /* Define to 1 if you have the `adns' library (-ladns). */
21 #undef HAVE_LIBADNS
22
23 /* Define to 1 if you have the `gmp' library (-lgmp). */
24 #undef HAVE_LIBGMP
25
26 /* Define to 1 if you have the `gmp2' library (-lgmp2). */
27 #undef HAVE_LIBGMP2
28
29 /* Define to 1 if you have the `socket' library (-lsocket). */
30 #undef HAVE_LIBSOCKET
31
32 /* Define to 1 if you have the <linux/if_tun.h> header file. */
33 #undef HAVE_LINUX_IF_TUN_H
34
35 /* Define to 1 if you have the <net/if.h> header file. */
36 #undef HAVE_NET_IF_H
37
38 /* Define to 1 if you have the <net/if_tun.h> header file. */
39 #undef HAVE_NET_IF_TUN_H
40
41 /* Define to 1 if you have the <net/route.h> header file. */
42 #undef HAVE_NET_ROUTE_H
43
44 /* Define to 1 if you have the <stropts.h> header file. */
45 #undef HAVE_STROPTS_H
46
47 /* Define to 1 if you have the <sys/socket.h> header file. */
48 #undef HAVE_SYS_SOCKET_H
49
50 /* Define to 1 if you have the <sys/sockio.h> header file. */
51 #undef HAVE_SYS_SOCKIO_H
52
53 /* Define to the address where bug reports for this package should be sent. */
54 #undef PACKAGE_BUGREPORT
55
56 /* Define to the full name of this package. */
57 #undef PACKAGE_NAME
58
59 /* Define to the full name and version of this package. */
60 #undef PACKAGE_STRING
61
62 /* Define to the one symbol short name of this package. */
63 #undef PACKAGE_TARNAME
64
65 /* Define to the home page for this package. */
66 #undef PACKAGE_URL
67
68 /* Define to the version of this package. */
69 #undef PACKAGE_VERSION
70
71 /* Use CLOCK_MONOTONIC and adns_if_monotonic */
72 #undef USE_MONOTONIC
73
74 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
75    significant byte first (like Motorola and SPARC, unlike Intel). */
76 #if defined AC_APPLE_UNIVERSAL_BUILD
77 # if defined __BIG_ENDIAN__
78 #  define WORDS_BIGENDIAN 1
79 # endif
80 #else
81 # ifndef WORDS_BIGENDIAN
82 #  undef WORDS_BIGENDIAN
83 # endif
84 #endif
85
86
87 /* -*- c -*- */
88
89 /* These used to be in config.h.bot, but are now in configure.in. */
90
91 #ifdef __GNUC__
92 #define NORETURN(_x) void _x __attribute__ ((noreturn))
93 #define FORMAT(_a,_b,_c) __attribute__ ((format (_a,_b,_c)))
94 #else
95 #define NORETURN(_x) _x
96 #define FORMAT(_a,_b,_c)
97 #endif
98
99 #endif /* _CONFIG_H */
100