Drop main() prototype. Syncs with NetBSD-8
[minix.git] / external / bsd / dhcp / include / config.h
blob9186683d3365dd6924ae84614f99431715215882
1 /* includes/config.h. Generated from config.h.in by configure. */
2 /* includes/config.h.in. Generated from configure.ac by autoheader. */
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
7 /* Define to compile debug-only DHCP software. */
8 /* #undef DEBUG */
10 /* Define to queue multiple DHCPACK replies per fsync. */
11 /* #undef DELAYED_ACK */
13 /* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for
14 LSB (Intel CPUs). */
15 #include <sys/endian.h>
16 #define DHCP_BYTE_ORDER _BYTE_ORDER
18 #if 0
19 /* make it possible to obey USE_INET6=no, define it in the Makefile instead */
20 /* Define to 1 to include DHCPv6 support. */
21 #define DHCPv6 1
22 #endif
24 /* Define to any value to chroot() prior to loading config. */
25 /* #undef EARLY_CHROOT */
27 /* Define to include execute() config language support. */
28 #define ENABLE_EXECUTE 1
30 /* Define to include Failover Protocol support. */
31 #define FAILOVER_PROTOCOL 1
33 /* Define to nothing if C supports flexible array members, and to 1 if it does
34 not. That way, with a declaration like `struct s { int n; double
35 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
36 compilers. When computing the size of such an object, don't use 'sizeof
37 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
38 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
39 MSVC and with C++ compilers. */
40 #define FLEXIBLE_ARRAY_MEMBER /**/
42 /* Define to 1 to use the Berkeley Packet Filter interface code. */
43 #define HAVE_BPF 1
45 /* Define to 1 if you have the /dev/random file. */
46 #define HAVE_DEV_RANDOM 1
48 /* Define to 1 to use DLPI interface code. */
49 /* #undef HAVE_DLPI */
51 /* Define to 1 if you have the <ifaddrs.h> header file. */
52 #define HAVE_IFADDRS_H 1
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
57 /* Define to 1 if you have the <linux/types.h> header file. */
58 /* #undef HAVE_LINUX_TYPES_H */
60 /* Define to 1 to use the Linux Packet Filter interface code. */
61 /* #undef HAVE_LPF */
63 /* Define to 1 if you have the <memory.h> header file. */
64 #define HAVE_MEMORY_H 1
66 /* Define to 1 if you have the <net/if6.h> header file. */
67 /* #undef HAVE_NET_IF6_H */
69 /* Define to 1 if you have the <net/if_dl.h> header file. */
70 #define HAVE_NET_IF_DL_H 1
72 /* Define to 1 if you have the <regex.h> header file. */
73 #define HAVE_REGEX_H 1
75 /* Define to 1 if the sockaddr structure has a length field. */
76 #define HAVE_SA_LEN /**/
78 /* Define to 1 if you have the <stdint.h> header file. */
79 #define HAVE_STDINT_H 1
81 /* Define to 1 if you have the <stdlib.h> header file. */
82 #define HAVE_STDLIB_H 1
84 /* Define to 1 if you have the <strings.h> header file. */
85 #define HAVE_STRINGS_H 1
87 /* Define to 1 if you have the <string.h> header file. */
88 #define HAVE_STRING_H 1
90 /* Define to 1 if you have the `strlcat' function. */
91 #define HAVE_STRLCAT 1
93 /* Define to 1 if you have the <sys/socket.h> header file. */
94 #define HAVE_SYS_SOCKET_H 1
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #define HAVE_SYS_STAT_H 1
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #define HAVE_SYS_TYPES_H 1
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #define HAVE_UNISTD_H 1
105 /* Define to the string for a noreturn attribute. */
106 #define ISC_DHCP_NORETURN __attribute__((noreturn))
108 /* Define to 1 if the system has 'struct if_laddrconf'. */
109 /* #undef ISC_PLATFORM_HAVEIF_LADDRCONF */
111 /* Define to 1 if the system has 'struct if_laddrreq'. */
112 /* #undef ISC_PLATFORM_HAVEIF_LADDRREQ */
114 /* Define to 1 if the system has 'struct lifnum'. */
115 /* #undef ISC_PLATFORM_HAVELIFNUM */
117 /* Define to 1 if the inet_aton() function is missing. */
118 /* #undef NEED_INET_ATON */
120 /* Name of package */
121 #define PACKAGE "dhcp"
123 /* Define to the address where bug reports for this package should be sent. */
124 #define PACKAGE_BUGREPORT "dhcp-users@isc.org"
126 /* Define to the full name of this package. */
127 #define PACKAGE_NAME "DHCP"
129 /* Define to the full name and version of this package. */
130 #define PACKAGE_STRING "DHCP 4.3.0"
132 /* Define to the one symbol short name of this package. */
133 #define PACKAGE_TARNAME "dhcp"
135 /* Define to the home page for this package. */
136 #define PACKAGE_URL ""
138 /* Define to the version of this package. */
139 #define PACKAGE_VERSION "4.3.0"
141 /* Define to any value to include Ari's PARANOIA patch. */
142 /* #undef PARANOIA */
144 /* Define to correct bad byteorders in secs field. */
145 /* #undef SECS_BYTEORDER */
147 /* The size of `struct iaddr *', as computed by sizeof. */
148 /* #undef SIZEOF_STRUCT_IADDR_P */
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
153 /* Define to include server activity tracing support. */
154 #define TRACING 1
156 /* Define to 1 to use the standard BSD socket API. */
157 /* #undef USE_SOCKETS */
159 /* Enable extensions on AIX 3, Interix. */
160 #ifndef _ALL_SOURCE
161 /* # undef _ALL_SOURCE */
162 #endif
163 /* Enable GNU extensions on systems that have them. */
164 #ifndef _GNU_SOURCE
165 # define _GNU_SOURCE 1
166 #endif
167 /* Enable threading extensions on Solaris. */
168 #ifndef _POSIX_PTHREAD_SEMANTICS
169 # define _POSIX_PTHREAD_SEMANTICS 1
170 #endif
171 /* Enable extensions on HP NonStop. */
172 #ifndef _TANDEM_SOURCE
173 # define _TANDEM_SOURCE 1
174 #endif
175 /* Enable general extensions on Solaris. */
176 #ifndef __EXTENSIONS__
177 # define __EXTENSIONS__ 1
178 #endif
181 /* Define to 1 to enable IPv4 packet info support. */
182 /* #undef USE_V4_PKTINFO */
184 /* Version number of package */
185 #define VERSION "4.3.0"
187 /* Define to 1 if on MINIX. */
188 /* #undef _MINIX */
190 /* File for dhclient6 leases. */
191 /* #undef _PATH_DHCLIENT6_DB */
193 /* File for dhclient6 process information. */
194 /* #undef _PATH_DHCLIENT6_PID */
196 /* File for dhclient leases. */
197 /* #undef _PATH_DHCLIENT_DB */
199 /* File for dhclient process information. */
200 /* #undef _PATH_DHCLIENT_PID */
202 /* File for dhcpd6 leases. */
203 /* #undef _PATH_DHCPD6_DB */
205 /* File for dhcpd6 process information. */
206 /* #undef _PATH_DHCPD6_PID */
208 /* File for dhcpd leases. */
209 /* #undef _PATH_DHCPD_DB */
211 /* File for dhcpd process information. */
212 /* #undef _PATH_DHCPD_PID */
214 /* File for dhcrelay6 process information. */
215 /* #undef _PATH_DHCRELAY6_PID */
217 /* File for dhcrelay process information. */
218 /* #undef _PATH_DHCRELAY_PID */
220 /* Define to 2 if the system does not provide POSIX.1 features except with
221 this defined. */
222 /* #undef _POSIX_1_SOURCE */
224 /* Define to 1 if you need to in order for `stat' and other things to work. */
225 /* #undef _POSIX_SOURCE */
227 /* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
228 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
229 #define below would cause a syntax error. */
230 /* #undef _UINT32_T */
232 /* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
233 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
234 #define below would cause a syntax error. */
235 /* #undef _UINT64_T */
237 /* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
238 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
239 #define below would cause a syntax error. */
240 /* #undef _UINT8_T */
242 /* Define to the type of a signed integer type of width exactly 16 bits if
243 such a type exists and the standard includes do not define it. */
244 /* #undef int16_t */
246 /* Define to the type of a signed integer type of width exactly 32 bits if
247 such a type exists and the standard includes do not define it. */
248 /* #undef int32_t */
250 /* Define to the type of a signed integer type of width exactly 64 bits if
251 such a type exists and the standard includes do not define it. */
252 /* #undef int64_t */
254 /* Define to the type of a signed integer type of width exactly 8 bits if such
255 a type exists and the standard includes do not define it. */
256 /* #undef int8_t */
258 /* Define a type for 16-bit unsigned integers. */
259 /* #undef u_int16_t */
261 /* Define a type for 32-bit unsigned integers. */
262 /* #undef u_int32_t */
264 /* Define a type for 64-bit unsigned integers. */
265 /* #undef u_int64_t */
267 /* Define a type for 8-bit unsigned integers. */
268 /* #undef u_int8_t */
270 /* Define to the type of an unsigned integer type of width exactly 16 bits if
271 such a type exists and the standard includes do not define it. */
272 /* #undef uint16_t */
274 /* Define to the type of an unsigned integer type of width exactly 32 bits if
275 such a type exists and the standard includes do not define it. */
276 /* #undef uint32_t */
278 /* Define to the type of an unsigned integer type of width exactly 64 bits if
279 such a type exists and the standard includes do not define it. */
280 /* #undef uint64_t */
282 /* Define to the type of an unsigned integer type of width exactly 8 bits if
283 such a type exists and the standard includes do not define it. */
284 /* #undef uint8_t */