]> git.ipfire.org Git - thirdparty/dhcp.git/blame - includes/config.h.in
-n [master]
[thirdparty/dhcp.git] / includes / config.h.in
CommitLineData
fe5b0fdd
DH
1/* includes/config.h.in. Generated from configure.ac by autoheader. */
2
5fe45d07
TM
3/* Define if building universal (internal helper macro) */
4#undef AC_APPLE_UNIVERSAL_BUILD
5
19569b9e
DH
6/* Define to compile debug-only DHCP software. */
7#undef DEBUG
8
7d714d6b
DH
9/* Define to queue multiple DHCPACK replies per fsync. */
10#undef DELAYED_ACK
11
fe5b0fdd
DH
12/* Define to BIG_ENDIAN for MSB (Motorola or SPARC CPUs) or LITTLE_ENDIAN for
13 LSB (Intel CPUs). */
14#undef DHCP_BYTE_ORDER
15
16/* Define to 1 to include DHCPv6 support. */
17#undef DHCPv6
18
f1f5a2db
DH
19/* Define to any value to chroot() prior to loading config. */
20#undef EARLY_CHROOT
21
19569b9e
DH
22/* Define to include execute() config language support. */
23#undef ENABLE_EXECUTE
24
25/* Define to include Failover Protocol support. */
26#undef FAILOVER_PROTOCOL
27
a69abb64
SR
28/* Define to nothing if C supports flexible array members, and to 1 if it does
29 not. That way, with a declaration like `struct s { int n; double
30 d[FLEXIBLE_ARRAY_MEMBER]; };', the struct hack can be used with pre-C99
31 compilers. When computing the size of such an object, don't use 'sizeof
32 (struct s)' as it overestimates the size. Use 'offsetof (struct s, d)'
33 instead. Don't use 'offsetof (struct s, d[0])', as this doesn't work with
34 MSVC and with C++ compilers. */
35#undef FLEXIBLE_ARRAY_MEMBER
36
f7303760
DH
37/* Define to 1 to use the Berkeley Packet Filter interface code. */
38#undef HAVE_BPF
39
fe5b0fdd
DH
40/* Define to 1 if you have the /dev/random file. */
41#undef HAVE_DEV_RANDOM
42
f7303760
DH
43/* Define to 1 to use DLPI interface code. */
44#undef HAVE_DLPI
45
a37c9dd1
MA
46/* Define to 1 if you have the <ifaddrs.h> header file. */
47#undef HAVE_IFADDRS_H
48
fe5b0fdd
DH
49/* Define to 1 if you have the <inttypes.h> header file. */
50#undef HAVE_INTTYPES_H
51
f125dc8b
SK
52/* Define to 1 if you have the <linux/types.h> header file. */
53#undef HAVE_LINUX_TYPES_H
54
f7303760
DH
55/* Define to 1 to use the Linux Packet Filter interface code. */
56#undef HAVE_LPF
57
fe5b0fdd
DH
58/* Define to 1 if you have the <memory.h> header file. */
59#undef HAVE_MEMORY_H
60
d72e14c7
DH
61/* Define to 1 if you have the <net/if6.h> header file. */
62#undef HAVE_NET_IF6_H
63
0ccd3524
DH
64/* Define to 1 if you have the <net/if_dl.h> header file. */
65#undef HAVE_NET_IF_DL_H
66
67/* Define to 1 if you have the <regex.h> header file. */
68#undef HAVE_REGEX_H
69
fe5b0fdd
DH
70/* Define to 1 if the sockaddr structure has a length field. */
71#undef HAVE_SA_LEN
72
73/* Define to 1 if you have the <stdint.h> header file. */
74#undef HAVE_STDINT_H
75
76/* Define to 1 if you have the <stdlib.h> header file. */
77#undef HAVE_STDLIB_H
78
79/* Define to 1 if you have the <strings.h> header file. */
80#undef HAVE_STRINGS_H
81
82/* Define to 1 if you have the <string.h> header file. */
83#undef HAVE_STRING_H
84
a37c9dd1
MA
85/* Define to 1 if you have the <sys/socket.h> header file. */
86#undef HAVE_SYS_SOCKET_H
87
fe5b0fdd
DH
88/* Define to 1 if you have the <sys/stat.h> header file. */
89#undef HAVE_SYS_STAT_H
90
91/* Define to 1 if you have the <sys/types.h> header file. */
92#undef HAVE_SYS_TYPES_H
93
94/* Define to 1 if you have the <unistd.h> header file. */
95#undef HAVE_UNISTD_H
96
2568cd6a
SR
97/* Define to the string for a noreturn attribute. */
98#undef ISC_DHCP_NORETURN
99
d72e14c7
DH
100/* Define to 1 if the system has 'struct if_laddrconf'. */
101#undef ISC_PLATFORM_HAVEIF_LADDRCONF
102
103/* Define to 1 if the system has 'struct if_laddrreq'. */
104#undef ISC_PLATFORM_HAVEIF_LADDRREQ
105
106/* Define to 1 if the system has 'struct lifnum'. */
107#undef ISC_PLATFORM_HAVELIFNUM
108
fe5b0fdd
DH
109/* Define to 1 if the inet_aton() function is missing. */
110#undef NEED_INET_ATON
111
112/* Name of package */
113#undef PACKAGE
114
115/* Define to the address where bug reports for this package should be sent. */
116#undef PACKAGE_BUGREPORT
117
118/* Define to the full name of this package. */
119#undef PACKAGE_NAME
120
121/* Define to the full name and version of this package. */
122#undef PACKAGE_STRING
123
124/* Define to the one symbol short name of this package. */
125#undef PACKAGE_TARNAME
126
5fe45d07
TM
127/* Define to the home page for this package. */
128#undef PACKAGE_URL
129
fe5b0fdd
DH
130/* Define to the version of this package. */
131#undef PACKAGE_VERSION
132
f1f5a2db
DH
133/* Define to any value to include Ari's PARANOIA patch. */
134#undef PARANOIA
135
4d24561a 136/* The size of `struct iaddr *', as computed by sizeof. */
9f706d46
MA
137#undef SIZEOF_STRUCT_IADDR_P
138
fe5b0fdd
DH
139/* Define to 1 if you have the ANSI C header files. */
140#undef STDC_HEADERS
141
19569b9e
DH
142/* Define to include server activity tracing support. */
143#undef TRACING
144
7cfeb916
SR
145/* Define to 1 to use the standard BSD socket API. */
146#undef USE_SOCKETS
147
5fe45d07 148/* Enable extensions on AIX 3, Interix. */
ee331183
SR
149#ifndef _ALL_SOURCE
150# undef _ALL_SOURCE
151#endif
ee331183
SR
152/* Enable GNU extensions on systems that have them. */
153#ifndef _GNU_SOURCE
154# undef _GNU_SOURCE
eafe1d8f 155#endif
5fe45d07
TM
156/* Enable threading extensions on Solaris. */
157#ifndef _POSIX_PTHREAD_SEMANTICS
158# undef _POSIX_PTHREAD_SEMANTICS
159#endif
160/* Enable extensions on HP NonStop. */
161#ifndef _TANDEM_SOURCE
162# undef _TANDEM_SOURCE
163#endif
164/* Enable general extensions on Solaris. */
165#ifndef __EXTENSIONS__
166# undef __EXTENSIONS__
167#endif
168
169
170/* Define to 1 to enable IPv4 packet info support. */
171#undef USE_V4_PKTINFO
172
173/* Version number of package */
174#undef VERSION
175
176/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
177 significant byte first (like Motorola and SPARC, unlike Intel). */
178#if defined AC_APPLE_UNIVERSAL_BUILD
179# if defined __BIG_ENDIAN__
180# define WORDS_BIGENDIAN 1
181# endif
182#else
183# ifndef WORDS_BIGENDIAN
184# undef WORDS_BIGENDIAN
185# endif
186#endif
eafe1d8f
SR
187
188/* Define to 1 if on MINIX. */
189#undef _MINIX
190
8dea7ba7
FD
191/* File for dhclient6 leases. */
192#undef _PATH_DHCLIENT6_DB
193
194/* File for dhclient6 process information. */
195#undef _PATH_DHCLIENT6_PID
fe5b0fdd
DH
196
197/* File for dhclient leases. */
198#undef _PATH_DHCLIENT_DB
199
8dea7ba7
FD
200/* File for dhclient process information. */
201#undef _PATH_DHCLIENT_PID
202
203/* File for dhcpd6 leases. */
204#undef _PATH_DHCPD6_DB
205
206/* File for dhcpd6 process information. */
207#undef _PATH_DHCPD6_PID
208
fe5b0fdd
DH
209/* File for dhcpd leases. */
210#undef _PATH_DHCPD_DB
211
212/* File for dhcpd process information. */
213#undef _PATH_DHCPD_PID
214
76518e40
SR
215/* File for dhcrelay6 process information. */
216#undef _PATH_DHCRELAY6_PID
217
fe5b0fdd
DH
218/* File for dhcrelay process information. */
219#undef _PATH_DHCRELAY_PID
eafe1d8f
SR
220
221/* Define to 2 if the system does not provide POSIX.1 features except with
222 this defined. */
223#undef _POSIX_1_SOURCE
224
225/* Define to 1 if you need to in order for `stat' and other things to work. */
226#undef _POSIX_SOURCE
227
3053eda9 228/* Define for Solaris 2.5.1 so the uint32_t typedef from <sys/synch.h>,
5fe45d07 229 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
3053eda9
DH
230 #define below would cause a syntax error. */
231#undef _UINT32_T
232
98d797ab 233/* Define for Solaris 2.5.1 so the uint64_t typedef from <sys/synch.h>,
5fe45d07 234 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
98d797ab
SR
235 #define below would cause a syntax error. */
236#undef _UINT64_T
237
3053eda9 238/* Define for Solaris 2.5.1 so the uint8_t typedef from <sys/synch.h>,
5fe45d07 239 <pthread.h>, or <semaphore.h> is not used. If the typedef were allowed, the
3053eda9
DH
240 #define below would cause a syntax error. */
241#undef _UINT8_T
242
3053eda9
DH
243/* Define to the type of a signed integer type of width exactly 16 bits if
244 such a type exists and the standard includes do not define it. */
245#undef int16_t
246
247/* Define to the type of a signed integer type of width exactly 32 bits if
248 such a type exists and the standard includes do not define it. */
249#undef int32_t
250
98d797ab
SR
251/* Define to the type of a signed integer type of width exactly 64 bits if
252 such a type exists and the standard includes do not define it. */
253#undef int64_t
254
3053eda9
DH
255/* Define to the type of a signed integer type of width exactly 8 bits if such
256 a type exists and the standard includes do not define it. */
257#undef int8_t
258
259/* Define a type for 16-bit unsigned integers. */
260#undef u_int16_t
261
262/* Define a type for 32-bit unsigned integers. */
263#undef u_int32_t
264
98d797ab
SR
265/* Define a type for 64-bit unsigned integers. */
266#undef u_int64_t
267
3053eda9
DH
268/* Define a type for 8-bit unsigned integers. */
269#undef u_int8_t
270
271/* Define to the type of an unsigned integer type of width exactly 16 bits if
272 such a type exists and the standard includes do not define it. */
273#undef uint16_t
274
275/* Define to the type of an unsigned integer type of width exactly 32 bits if
276 such a type exists and the standard includes do not define it. */
277#undef uint32_t
278
98d797ab
SR
279/* Define to the type of an unsigned integer type of width exactly 64 bits if
280 such a type exists and the standard includes do not define it. */
281#undef uint64_t
282
3053eda9
DH
283/* Define to the type of an unsigned integer type of width exactly 8 bits if
284 such a type exists and the standard includes do not define it. */
285#undef uint8_t