blob: 589585142c78da39c12f57069794a8403b69f22d [file] [log] [blame]
paul1bb066b2003-03-17 01:18:55 +00001/* config.h.in. Generated automatically from configure.in by autoheader. */
paul718e3742002-12-13 20:15:29 +00002
paul1bb066b2003-03-17 01:18:55 +00003/* Define if on AIX 3.
4 System headers sometimes define this.
5 We just want to avoid a redefinition error message. */
6#ifndef _ALL_SOURCE
7#undef _ALL_SOURCE
8#endif
paul718e3742002-12-13 20:15:29 +00009
paul1bb066b2003-03-17 01:18:55 +000010/* Define to empty if the keyword does not work. */
11#undef const
paul718e3742002-12-13 20:15:29 +000012
paul1bb066b2003-03-17 01:18:55 +000013/* Define as the return type of signal handlers (int or void). */
14#undef RETSIGTYPE
paul718e3742002-12-13 20:15:29 +000015
paul1bb066b2003-03-17 01:18:55 +000016/* Define if you have the ANSI C header files. */
17#undef STDC_HEADERS
paul718e3742002-12-13 20:15:29 +000018
paul1bb066b2003-03-17 01:18:55 +000019/* Define if your processor stores words with the most significant
20 byte first (like Motorola and SPARC, unlike Intel and VAX). */
21#undef WORDS_BIGENDIAN
paul718e3742002-12-13 20:15:29 +000022
23/* Define if you have the inet_aton function. */
24#undef HAVE_INET_ATON
25
26/* Define if you have the inet_ntop function. */
27#undef HAVE_INET_NTOP
28
29/* Define if you have the inet_pton function. */
30#undef HAVE_INET_PTON
31
paul718e3742002-12-13 20:15:29 +000032/* Define if you have ipv6 stack. */
33#undef HAVE_IPV6
34
paul718e3742002-12-13 20:15:29 +000035/* PAM support */
36#undef USE_PAM
37
paul718e3742002-12-13 20:15:29 +000038#ifdef HAVE_IPV6
39#ifdef KAME
40#ifndef INET6
41#define INET6
42#endif /* INET6 */
43#endif /* KAME */
44#endif /* HAVE_IPV6 */
45
paul1bb066b2003-03-17 01:18:55 +000046/* Define if you have the bcopy function. */
47#undef HAVE_BCOPY
paul718e3742002-12-13 20:15:29 +000048
paul1bb066b2003-03-17 01:18:55 +000049/* Define if you have the bzero function. */
50#undef HAVE_BZERO
paul718e3742002-12-13 20:15:29 +000051
paul1bb066b2003-03-17 01:18:55 +000052/* Define if you have the daemon function. */
53#undef HAVE_DAEMON
paul569c0f02003-03-02 21:19:26 +000054
paul1bb066b2003-03-17 01:18:55 +000055/* Define if you have the getaddrinfo function. */
56#undef HAVE_GETADDRINFO
paul569c0f02003-03-02 21:19:26 +000057
paul1bb066b2003-03-17 01:18:55 +000058/* Define if you have the getifaddrs function. */
59#undef HAVE_GETIFADDRS
paul569c0f02003-03-02 21:19:26 +000060
paul1bb066b2003-03-17 01:18:55 +000061/* Define if you have the if_indextoname function. */
62#undef HAVE_IF_INDEXTONAME
paul569c0f02003-03-02 21:19:26 +000063
paul1bb066b2003-03-17 01:18:55 +000064/* Define if you have the if_nametoindex function. */
65#undef HAVE_IF_NAMETOINDEX
66
67/* Define if you have the inet_aton function. */
68#undef HAVE_INET_ATON
69
70/* Define if you have the setproctitle function. */
71#undef HAVE_SETPROCTITLE
72
73/* Define if you have the snprintf function. */
74#undef HAVE_SNPRINTF
75
76/* Define if you have the strerror function. */
77#undef HAVE_STRERROR
78
79/* Define if you have the strlcat function. */
80#undef HAVE_STRLCAT
81
82/* Define if you have the strlcpy function. */
83#undef HAVE_STRLCPY
84
85/* Define if you have the vsnprintf function. */
86#undef HAVE_VSNPRINTF
87
88/* Define if you have the <asm/types.h> header file. */
paul718e3742002-12-13 20:15:29 +000089#undef HAVE_ASM_TYPES_H
90
paul1bb066b2003-03-17 01:18:55 +000091/* Define if you have the <inet/nd.h> header file. */
92#undef HAVE_INET_ND_H
93
94/* Define if you have the <kvm.h> header file. */
95#undef HAVE_KVM_H
96
97/* Define if you have the <libutil.h> header file. */
98#undef HAVE_LIBUTIL_H
99
100/* Define if you have the <linux/version.h> header file. */
101#undef HAVE_LINUX_VERSION_H
102
103/* Define if you have the <net/if_dl.h> header file. */
104#undef HAVE_NET_IF_DL_H
105
106/* Define if you have the <net/if_var.h> header file. */
107#undef HAVE_NET_IF_VAR_H
108
109/* Define if you have the <net/netopt.h> header file. */
110#undef HAVE_NET_NETOPT_H
111
112/* Define if you have the <netdb.h> header file. */
113#undef HAVE_NETDB_H
114
115/* Define if you have the <netinet/icmp6.h> header file. */
116#undef HAVE_NETINET_ICMP6_H
117
118/* Define if you have the <netinet/in.h> header file. */
119#undef HAVE_NETINET_IN_H
120
121/* Define if you have the <netinet/in6.h> header file. */
122#undef HAVE_NETINET_IN6_H
123
124/* Define if you have the <netinet/in6_var.h> header file. */
125#undef HAVE_NETINET_IN6_VAR_H
126
127/* Define if you have the <netinet/in_var.h> header file. */
128#undef HAVE_NETINET_IN_VAR_H
129
130/* Define if you have the <netinet6/nd6.h> header file. */
131#undef HAVE_NETINET6_ND6_H
132
133/* Define if you have the <string.h> header file. */
134#undef HAVE_STRING_H
135
136/* Define if you have the <stropts.h> header file. */
137#undef HAVE_STROPTS_H
138
139/* Define if you have the <sys/conf.h> header file. */
140#undef HAVE_SYS_CONF_H
141
142/* Define if you have the <sys/ksym.h> header file. */
143#undef HAVE_SYS_KSYM_H
144
145/* Define if you have the <sys/select.h> header file. */
146#undef HAVE_SYS_SELECT_H
147
148/* Define if you have the <sys/sockio.h> header file. */
149#undef HAVE_SYS_SOCKIO_H
150
151/* Define if you have the <sys/sysctl.h> header file. */
152#undef HAVE_SYS_SYSCTL_H
153
154/* Define if you have the <sys/time.h> header file. */
155#undef HAVE_SYS_TIME_H
156
157/* Define if you have the <sys/times.h> header file. */
158#undef HAVE_SYS_TIMES_H
159
160/* Define if you have the <sys/types.h> header file. */
161#undef HAVE_SYS_TYPES_H
162
163/* Define if you have the crypt library (-lcrypt). */
164#undef HAVE_LIBCRYPT
165
166/* Define if you have the kvm library (-lkvm). */
167#undef HAVE_LIBKVM
168
169/* Define if you have the m library (-lm). */
170#undef HAVE_LIBM
171
172/* Define if you have the nsl library (-lnsl). */
173#undef HAVE_LIBNSL
174
175/* Define if you have the readline library (-lreadline). */
176#undef HAVE_LIBREADLINE
177
178/* Define if you have the resolv library (-lresolv). */
179#undef HAVE_LIBRESOLV
180
181/* Define if you have the socket library (-lsocket). */
182#undef HAVE_LIBSOCKET
183
184/* Define if you have the tinfo library (-ltinfo). */
185#undef HAVE_LIBTINFO
186
187/* Define if you have the xnet library (-lxnet). */
188#undef HAVE_LIBXNET
189
190/* Name of package */
191#undef PACKAGE
192
193/* Version number of package */
194#undef VERSION
paul718e3742002-12-13 20:15:29 +0000195
paul569c0f02003-03-02 21:19:26 +0000196/* Broken Alias */
197#undef HAVE_BROKEN_ALIASES
198
paul1bb066b2003-03-17 01:18:55 +0000199/* Use TCP for zebra communication */
200#undef HAVE_TCP_ZEBRA
paul569c0f02003-03-02 21:19:26 +0000201
202/* OSPF NSSA */
203#undef HAVE_NSSA
204
205/* OSPF Opaque LSA */
206#undef HAVE_OPAQUE_LSA
207
paul1bb066b2003-03-17 01:18:55 +0000208/* OSPF Opaque LSA */
209#undef HAVE_OPAQUE_LSA
210
paul569c0f02003-03-02 21:19:26 +0000211/* OSPF TE */
212#undef HAVE_OSPF_TE
213
paul1bb066b2003-03-17 01:18:55 +0000214/* SunOS 5 */
215#undef SUNOS_5
216
217/* SunOS 5 */
218#undef SUNOS_5
219
220/* GNU Linux */
221#undef GNU_LINUX
222
223/* FreeBSD 3.2 */
224#undef FREEBSD_32
225
226/* OpenBSD */
227#undef OPEN_BSD
228
229/* VTY shell */
230#undef VTYSH
231
232/* Use PAM for authentication */
233#undef USE_PAM
234
235/* Use PAM for authentication */
236#undef USE_PAM
237
238/* netlink */
239#undef HAVE_NETLINK
240
241/* netlink */
242#undef HAVE_NETLINK
243
244/* NET_RT_IFLIST */
245#undef HAVE_NET_RT_IFLIST
246
paul569c0f02003-03-02 21:19:26 +0000247/* /proc/net/dev */
248#undef HAVE_PROC_NET_DEV
249
250/* /proc/net/if_inet6 */
251#undef HAVE_PROC_NET_IF_INET6
252
paul1bb066b2003-03-17 01:18:55 +0000253/* IPv6 */
254#undef HAVE_IPV6
paul718e3742002-12-13 20:15:29 +0000255
paul569c0f02003-03-02 21:19:26 +0000256/* Inria IPv6 */
257#undef INRIA_IPV6
258
paul1bb066b2003-03-17 01:18:55 +0000259/* IPv6 */
260#undef HAVE_IPV6
261
paul569c0f02003-03-02 21:19:26 +0000262/* KAME IPv6 */
263#undef KAME
264
paul1bb066b2003-03-17 01:18:55 +0000265/* IPv6 */
266#undef HAVE_IPV6
paul569c0f02003-03-02 21:19:26 +0000267
268/* NRL */
269#undef NRL
270
paul1bb066b2003-03-17 01:18:55 +0000271/* BSDI */
272#undef BSDI_NRL
paul569c0f02003-03-02 21:19:26 +0000273
paul1bb066b2003-03-17 01:18:55 +0000274/* Linux IPv6 */
275#undef LINUX_IPV6
paul718e3742002-12-13 20:15:29 +0000276
paul1bb066b2003-03-17 01:18:55 +0000277/* Disable BGP installation to zebra */
278#undef DISABLE_BGP_ANNOUNCE
paul718e3742002-12-13 20:15:29 +0000279
paul1bb066b2003-03-17 01:18:55 +0000280/* inet_ntop */
281#undef HAVE_INET_NTOP
paul718e3742002-12-13 20:15:29 +0000282
paul1bb066b2003-03-17 01:18:55 +0000283/* inet_pton */
284#undef HAVE_INET_PTON
paul718e3742002-12-13 20:15:29 +0000285
paul1bb066b2003-03-17 01:18:55 +0000286/* GNU regexp library */
287#undef HAVE_GNU_REGEX
paul718e3742002-12-13 20:15:29 +0000288
paul1bb066b2003-03-17 01:18:55 +0000289/* SNMP */
290#undef HAVE_SNMP
paul718e3742002-12-13 20:15:29 +0000291
paul1bb066b2003-03-17 01:18:55 +0000292/* SNMP */
293#undef UCD_COMPATIBLE
paul569c0f02003-03-02 21:19:26 +0000294
paul1bb066b2003-03-17 01:18:55 +0000295/* SNMP */
296#undef HAVE_SNMP
paul569c0f02003-03-02 21:19:26 +0000297
paul1bb066b2003-03-17 01:18:55 +0000298/* SNMP */
299#undef HAVE_SNMP
300
301/* sa_len */
302#undef HAVE_SA_LEN
303
304/* sin_len */
305#undef HAVE_SIN_LEN
306
307/* sun_len */
308#undef HAVE_SUN_LEN
309
310/* scope id */
311#undef HAVE_SIN6_SCOPE_ID
312
313/* socklen_t */
314#undef HAVE_SOCKLEN_T
315
316/* sockaddr_dl */
317#undef HAVE_SOCKADDR_DL
318
319/* ifaliasreq */
320#undef HAVE_IFALIASREQ
321
322/* in6_aliasreq */
323#undef HAVE_IN6_ALIASREQ
324
325/* rt_addrinfo */
326#undef HAVE_RT_ADDRINFO
327
328/* in_pktinfo */
329#undef HAVE_INPKTINFO
330
331/* rusage */
332#undef HAVE_RUSAGE
333
334/* zebra PID */
335#undef PATH_ZEBRA_PID
paul569c0f02003-03-02 21:19:26 +0000336
337/* ripd PID */
338#undef PATH_RIPD_PID
339
340/* ripngd PID */
341#undef PATH_RIPNGD_PID
342
paul1bb066b2003-03-17 01:18:55 +0000343/* bgpd PID */
344#undef PATH_BGPD_PID
paul569c0f02003-03-02 21:19:26 +0000345
paul1bb066b2003-03-17 01:18:55 +0000346/* ospfd PID */
347#undef PATH_OSPFD_PID
paul718e3742002-12-13 20:15:29 +0000348
paul1bb066b2003-03-17 01:18:55 +0000349/* ospf6d PID */
350#undef PATH_OSPF6D_PID
paul718e3742002-12-13 20:15:29 +0000351