xref: /minix/external/bsd/dhcp/include/config.h (revision 83ee113e)
1 /* includes/config.h.  Generated from config.h.in by configure.  */
2 /* includes/config.h.in.  Generated from configure.ac by autoheader.  */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to compile debug-only DHCP software. */
8 /* #undef DEBUG */
9 
10 /* Define to queue multiple DHCPACK replies per fsync. */
11 /* #undef DELAYED_ACK */
12 
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
17 
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
23 
24 /* Define to any value to chroot() prior to loading config. */
25 /* #undef EARLY_CHROOT */
26 
27 /* Define to include execute() config language support. */
28 #define ENABLE_EXECUTE 1
29 
30 /* Define to include Failover Protocol support. */
31 #define FAILOVER_PROTOCOL 1
32 
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 /**/
41 
42 /* Define to 1 to use the Berkeley Packet Filter interface code. */
43 #define HAVE_BPF 1
44 
45 /* Define to 1 if you have the /dev/random file. */
46 #define HAVE_DEV_RANDOM 1
47 
48 /* Define to 1 to use DLPI interface code. */
49 /* #undef HAVE_DLPI */
50 
51 /* Define to 1 if you have the <ifaddrs.h> header file. */
52 #define HAVE_IFADDRS_H 1
53 
54 /* Define to 1 if you have the <inttypes.h> header file. */
55 #define HAVE_INTTYPES_H 1
56 
57 /* Define to 1 if you have the <linux/types.h> header file. */
58 /* #undef HAVE_LINUX_TYPES_H */
59 
60 /* Define to 1 to use the Linux Packet Filter interface code. */
61 /* #undef HAVE_LPF */
62 
63 /* Define to 1 if you have the <memory.h> header file. */
64 #define HAVE_MEMORY_H 1
65 
66 /* Define to 1 if you have the <net/if6.h> header file. */
67 /* #undef HAVE_NET_IF6_H */
68 
69 /* Define to 1 if you have the <net/if_dl.h> header file. */
70 #define HAVE_NET_IF_DL_H 1
71 
72 /* Define to 1 if you have the <regex.h> header file. */
73 #define HAVE_REGEX_H 1
74 
75 /* Define to 1 if the sockaddr structure has a length field. */
76 #define HAVE_SA_LEN /**/
77 
78 /* Define to 1 if you have the <stdint.h> header file. */
79 #define HAVE_STDINT_H 1
80 
81 /* Define to 1 if you have the <stdlib.h> header file. */
82 #define HAVE_STDLIB_H 1
83 
84 /* Define to 1 if you have the <strings.h> header file. */
85 #define HAVE_STRINGS_H 1
86 
87 /* Define to 1 if you have the <string.h> header file. */
88 #define HAVE_STRING_H 1
89 
90 /* Define to 1 if you have the `strlcat' function. */
91 #define HAVE_STRLCAT 1
92 
93 /* Define to 1 if you have the <sys/socket.h> header file. */
94 #define HAVE_SYS_SOCKET_H 1
95 
96 /* Define to 1 if you have the <sys/stat.h> header file. */
97 #define HAVE_SYS_STAT_H 1
98 
99 /* Define to 1 if you have the <sys/types.h> header file. */
100 #define HAVE_SYS_TYPES_H 1
101 
102 /* Define to 1 if you have the <unistd.h> header file. */
103 #define HAVE_UNISTD_H 1
104 
105 /* Define to the string for a noreturn attribute. */
106 #define ISC_DHCP_NORETURN __attribute__((noreturn))
107 
108 /* Define to 1 if the system has 'struct if_laddrconf'. */
109 /* #undef ISC_PLATFORM_HAVEIF_LADDRCONF */
110 
111 /* Define to 1 if the system has 'struct if_laddrreq'. */
112 /* #undef ISC_PLATFORM_HAVEIF_LADDRREQ */
113 
114 /* Define to 1 if the system has 'struct lifnum'. */
115 /* #undef ISC_PLATFORM_HAVELIFNUM */
116 
117 /* Define to 1 if the inet_aton() function is missing. */
118 /* #undef NEED_INET_ATON */
119 
120 /* Name of package */
121 #define PACKAGE "dhcp"
122 
123 /* Define to the address where bug reports for this package should be sent. */
124 #define PACKAGE_BUGREPORT "dhcp-users@isc.org"
125 
126 /* Define to the full name of this package. */
127 #define PACKAGE_NAME "DHCP"
128 
129 /* Define to the full name and version of this package. */
130 #define PACKAGE_STRING "DHCP 4.3.0"
131 
132 /* Define to the one symbol short name of this package. */
133 #define PACKAGE_TARNAME "dhcp"
134 
135 /* Define to the home page for this package. */
136 #define PACKAGE_URL ""
137 
138 /* Define to the version of this package. */
139 #define PACKAGE_VERSION "4.3.0"
140 
141 /* Define to any value to include Ari's PARANOIA patch. */
142 /* #undef PARANOIA */
143 
144 /* Define to correct bad byteorders in secs field. */
145 /* #undef SECS_BYTEORDER */
146 
147 /* The size of `struct iaddr *', as computed by sizeof. */
148 /* #undef SIZEOF_STRUCT_IADDR_P */
149 
150 /* Define to 1 if you have the ANSI C header files. */
151 #define STDC_HEADERS 1
152 
153 /* Define to include server activity tracing support. */
154 #define TRACING 1
155 
156 /* Define to 1 to use the standard BSD socket API. */
157 /* #undef USE_SOCKETS */
158 
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
179 
180 
181 /* Define to 1 to enable IPv4 packet info support. */
182 /* #undef USE_V4_PKTINFO */
183 
184 /* Version number of package */
185 #define VERSION "4.3.0"
186 
187 /* Define to 1 if on MINIX. */
188 /* #undef _MINIX */
189 
190 /* File for dhclient6 leases. */
191 /* #undef _PATH_DHCLIENT6_DB */
192 
193 /* File for dhclient6 process information. */
194 /* #undef _PATH_DHCLIENT6_PID */
195 
196 /* File for dhclient leases. */
197 /* #undef _PATH_DHCLIENT_DB */
198 
199 /* File for dhclient process information. */
200 /* #undef _PATH_DHCLIENT_PID */
201 
202 /* File for dhcpd6 leases. */
203 /* #undef _PATH_DHCPD6_DB */
204 
205 /* File for dhcpd6 process information. */
206 /* #undef _PATH_DHCPD6_PID */
207 
208 /* File for dhcpd leases. */
209 /* #undef _PATH_DHCPD_DB */
210 
211 /* File for dhcpd process information. */
212 /* #undef _PATH_DHCPD_PID */
213 
214 /* File for dhcrelay6 process information. */
215 /* #undef _PATH_DHCRELAY6_PID */
216 
217 /* File for dhcrelay process information. */
218 /* #undef _PATH_DHCRELAY_PID */
219 
220 /* Define to 2 if the system does not provide POSIX.1 features except with
221    this defined. */
222 /* #undef _POSIX_1_SOURCE */
223 
224 /* Define to 1 if you need to in order for `stat' and other things to work. */
225 /* #undef _POSIX_SOURCE */
226 
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 */
231 
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 */
236 
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 */
241 
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 */
245 
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 */
249 
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 */
253 
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 */
257 
258 /* Define a type for 16-bit unsigned integers. */
259 /* #undef u_int16_t */
260 
261 /* Define a type for 32-bit unsigned integers. */
262 /* #undef u_int32_t */
263 
264 /* Define a type for 64-bit unsigned integers. */
265 /* #undef u_int64_t */
266 
267 /* Define a type for 8-bit unsigned integers. */
268 /* #undef u_int8_t */
269 
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 */
273 
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 */
277 
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 */
281 
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 */
285