blob: 91d6c551f2e687234b45e5e96e02fd3bf5f2e1ea [file] [log] [blame]
paul569c0f02003-03-02 21:19:26 +00001/* config.h.in. Generated from configure.ac by autoheader. */
paul718e3742002-12-13 20:15:29 +00002/* accconfig.h -- `autoheader' will generate config.h.in for zebra.
3 Copyright (C) 1998, 1999 Kunihiro Ishiguro <kunihiro@zebra.org> */
4
5/* Version of GNU Zebra */
6#undef VERSION
7
8/* Solaris on x86. */
9#undef SOLARIS_X86
10
11/* Package name of GNU Zebra */
12#undef PACKAGE
13
14/* Define if host is GNU/Linux */
15#undef GNU_LINUX
16
17/* Define if you have the AF_ROUTE socket. */
18#undef HAVE_AF_ROUTE
19
20/* Define if you have the inet_aton function. */
21#undef HAVE_INET_ATON
22
23/* Define if you have the inet_ntop function. */
24#undef HAVE_INET_NTOP
25
26/* Define if you have the inet_pton function. */
27#undef HAVE_INET_PTON
28
29/* Define if you have the setproctitle function. */
30#undef HAVE_SETPROCTITLE
31
32/* Define if you have ipv6 stack. */
33#undef HAVE_IPV6
34
35/* Define if you wish to support ipv6 router advertisment. */
36/* #undef HAVE_RTADV */
37
38/* whether system has GNU regex */
39#undef HAVE_GNU_REGEX
40
41/* whether system has SNMP library */
42#undef HAVE_SNMP
43
44/* whether sockaddr has a sa_len field */
45#undef HAVE_SA_LEN
46
47/* whether sockaddr_in has a sin_len field */
48#undef HAVE_SIN_LEN
49
50/* whether sockaddr_un has a sun_len field */
51#undef HAVE_SUN_LEN
52
53/* whether sockaddr_in6 has a sin6_scope_id field */
54#undef HAVE_SIN6_SCOPE_ID
55
56/* Define if there is socklen_t. */
57#undef HAVE_SOCKLEN_T
58
59/* Define if there is sockaddr_dl structure. */
60#undef HAVE_SOCKADDR_DL
61
62/* Define if there is ifaliasreq structure. */
63#undef HAVE_IFALIASREQ
64
65/* Define if there is in6_aliasreq structure. */
66#undef HAVE_IN6_ALIASREQ
67
68/* Define if there is rt_addrinfo structure. */
69#undef HAVE_RT_ADDRINFO
70
71/* Define if there is in_pktinfo structure. */
72#undef HAVE_INPKTINFO
73
74/* Define if you have the getrusage function. */
75#undef HAVE_RUSAGE
76
77/* Define if /proc/net/dev exists. */
78#undef HAVE_PROC_NET_DEV
79
80/* Define if /proc/net/if_inet6 exists. */
81#undef HAVE_PROC_NET_IF_INET6
82
83/* Define if NET_RT_IFLIST exists in sys/socket.h. */
84#undef HAVE_NET_RT_IFLIST
85
86/* Define if you have INRIA ipv6 stack. */
87#undef INRIA_IPV6
88
89/* Define if you have KAME project ipv6 stack. */
90#undef KAME
91
92/* Define if you have Linux ipv6 stack. */
93#undef LINUX_IPV6
94
95/* Define if you have NRL ipv6 stack. */
96#undef NRL
97
98/* Define if you have BSDI NRL IPv6 stack. */
99#undef BSDI_NRL
100
101/* Define if one-vty option is specified. */
102#undef VTYSH
103
104/* Define if interface aliases don't have distinct indeces */
105#undef HAVE_BROKEN_ALIASES
106
107/* Define if disable-bgp-announce option is specified. */
108#undef DISABLE_BGP_ANNOUNCE
109
110/* PAM support */
111#undef USE_PAM
112
113/* TCP/IP communication between zebra and protocol daemon. */
114#undef HAVE_TCP_ZEBRA
115
116/* The OSPF NSSA option (RFC1587). */
117#undef HAVE_NSSA
118
119/* The OSPF Opaque LSA option (RFC2370). */
120#undef HAVE_OPAQUE_LSA
121
122/* Traffic Engineering Extension to OSPF
123 (draft-katz-yeung-ospf-traffic-06.txt). */
124#undef HAVE_OSPF_TE
125
126/* Linux netlink. */
127#undef HAVE_NETLINK
128
129/* PATHS */
130#undef PATH_ZEBRA_PID
131#undef PATH_RIPD_PID
132#undef PATH_RIPNGD_PID
133#undef PATH_BGPD_PID
134#undef PATH_OSPFD_PID
135#undef PATH_OSPF6D_PID
136
137/* Define if Solaris */
138#undef SUNOS_5
139
140/* Define if FreeBSD 3.2 */
141#undef FREEBSD_32
142
143/* Define if OpenBSD */
144#undef OPEN_BSD
145
146#ifdef HAVE_IPV6
147#ifdef KAME
148#ifndef INET6
149#define INET6
150#endif /* INET6 */
151#endif /* KAME */
152#endif /* HAVE_IPV6 */
153
154#ifdef SUNOS_5
155typedef unsigned int u_int32_t;
156typedef unsigned short u_int16_t;
157typedef unsigned short u_int8_t;
158#endif /* SUNOS_5 */
159
160#ifndef HAVE_SOCKLEN_T
161typedef int socklen_t;
162#endif /* HAVE_SOCKLEN_T */
163
paul569c0f02003-03-02 21:19:26 +0000164/* BSDI */
165#undef BSDI_NRL
166
167/* Disable BGP installation to zebra */
168#undef DISABLE_BGP_ANNOUNCE
169
170/* FreeBSD 3.2 */
171#undef FREEBSD_32
172
173/* GNU Linux */
174#undef GNU_LINUX
175
paul718e3742002-12-13 20:15:29 +0000176/* Define to 1 if you have the <asm/types.h> header file. */
177#undef HAVE_ASM_TYPES_H
178
179/* Define to 1 if you have the `bcopy' function. */
180#undef HAVE_BCOPY
181
paul569c0f02003-03-02 21:19:26 +0000182/* Broken Alias */
183#undef HAVE_BROKEN_ALIASES
184
paul718e3742002-12-13 20:15:29 +0000185/* Define to 1 if you have the `bzero' function. */
186#undef HAVE_BZERO
187
188/* Define to 1 if you have the `daemon' function. */
189#undef HAVE_DAEMON
190
191/* Define to 1 if you have the `getaddrinfo' function. */
192#undef HAVE_GETADDRINFO
193
194/* Define to 1 if you have the `getifaddrs' function. */
195#undef HAVE_GETIFADDRS
196
paul569c0f02003-03-02 21:19:26 +0000197/* GNU regexp library */
198#undef HAVE_GNU_REGEX
199
200/* ifaliasreq */
201#undef HAVE_IFALIASREQ
202
paul718e3742002-12-13 20:15:29 +0000203/* Define to 1 if you have the `if_indextoname' function. */
204#undef HAVE_IF_INDEXTONAME
205
206/* Define to 1 if you have the `if_nametoindex' function. */
207#undef HAVE_IF_NAMETOINDEX
208
paul569c0f02003-03-02 21:19:26 +0000209/* in6_aliasreq */
210#undef HAVE_IN6_ALIASREQ
211
paul718e3742002-12-13 20:15:29 +0000212/* Define to 1 if you have the `inet_aton' function. */
213#undef HAVE_INET_ATON
214
215/* Define to 1 if you have the <inet/nd.h> header file. */
216#undef HAVE_INET_ND_H
217
paul569c0f02003-03-02 21:19:26 +0000218/* inet_ntop */
219#undef HAVE_INET_NTOP
220
221/* inet_pton */
222#undef HAVE_INET_PTON
223
224/* in_pktinfo */
225#undef HAVE_INPKTINFO
226
paul718e3742002-12-13 20:15:29 +0000227/* Define to 1 if you have the <inttypes.h> header file. */
228#undef HAVE_INTTYPES_H
229
paul569c0f02003-03-02 21:19:26 +0000230/* IPv6 */
231#undef HAVE_IPV6
232
paul718e3742002-12-13 20:15:29 +0000233/* Define to 1 if you have the <kvm.h> header file. */
234#undef HAVE_KVM_H
235
236/* Define to 1 if you have the `crypt' library (-lcrypt). */
237#undef HAVE_LIBCRYPT
238
239/* Define to 1 if you have the `kvm' library (-lkvm). */
240#undef HAVE_LIBKVM
241
242/* Define to 1 if you have the `m' library (-lm). */
243#undef HAVE_LIBM
244
245/* Define to 1 if you have the `ncurses' library (-lncurses). */
246#undef HAVE_LIBNCURSES
247
248/* Define to 1 if you have the `nsl' library (-lnsl). */
249#undef HAVE_LIBNSL
250
251/* Define to 1 if you have the `readline' library (-lreadline). */
252#undef HAVE_LIBREADLINE
253
254/* Define to 1 if you have the `resolv' library (-lresolv). */
255#undef HAVE_LIBRESOLV
256
257/* Define to 1 if you have the `socket' library (-lsocket). */
258#undef HAVE_LIBSOCKET
259
260/* Define to 1 if you have the `tinfo' library (-ltinfo). */
261#undef HAVE_LIBTINFO
262
263/* Define to 1 if you have the <libutil.h> header file. */
264#undef HAVE_LIBUTIL_H
265
266/* Define to 1 if you have the `xnet' library (-lxnet). */
267#undef HAVE_LIBXNET
268
269/* Define to 1 if you have the <linux/version.h> header file. */
270#undef HAVE_LINUX_VERSION_H
271
272/* Define to 1 if you have the <memory.h> header file. */
273#undef HAVE_MEMORY_H
274
275/* Define to 1 if you have the <netdb.h> header file. */
276#undef HAVE_NETDB_H
277
278/* Define to 1 if you have the <netinet6/nd6.h> header file. */
279#undef HAVE_NETINET6_ND6_H
280
281/* Define to 1 if you have the <netinet/icmp6.h> header file. */
282#undef HAVE_NETINET_ICMP6_H
283
284/* Define to 1 if you have the <netinet/in6.h> header file. */
285#undef HAVE_NETINET_IN6_H
286
287/* Define to 1 if you have the <netinet/in6_var.h> header file. */
288#undef HAVE_NETINET_IN6_VAR_H
289
290/* Define to 1 if you have the <netinet/in.h> header file. */
291#undef HAVE_NETINET_IN_H
292
293/* Define to 1 if you have the <netinet/in_var.h> header file. */
294#undef HAVE_NETINET_IN_VAR_H
295
paul569c0f02003-03-02 21:19:26 +0000296/* netlink */
297#undef HAVE_NETLINK
298
paul718e3742002-12-13 20:15:29 +0000299/* Define to 1 if you have the <net/if_dl.h> header file. */
300#undef HAVE_NET_IF_DL_H
301
302/* Define to 1 if you have the <net/if_var.h> header file. */
303#undef HAVE_NET_IF_VAR_H
304
305/* Define to 1 if you have the <net/netopt.h> header file. */
306#undef HAVE_NET_NETOPT_H
307
paul569c0f02003-03-02 21:19:26 +0000308/* NET_RT_IFLIST */
309#undef HAVE_NET_RT_IFLIST
310
311/* OSPF NSSA */
312#undef HAVE_NSSA
313
314/* OSPF Opaque LSA */
315#undef HAVE_OPAQUE_LSA
316
317/* OSPF TE */
318#undef HAVE_OSPF_TE
319
320/* /proc/net/dev */
321#undef HAVE_PROC_NET_DEV
322
323/* /proc/net/if_inet6 */
324#undef HAVE_PROC_NET_IF_INET6
325
326/* rt_addrinfo */
327#undef HAVE_RT_ADDRINFO
328
329/* rusage */
330#undef HAVE_RUSAGE
331
332/* sa_len */
333#undef HAVE_SA_LEN
334
paul718e3742002-12-13 20:15:29 +0000335/* Define to 1 if you have the `setproctitle' function. */
336#undef HAVE_SETPROCTITLE
337
paul569c0f02003-03-02 21:19:26 +0000338/* scope id */
339#undef HAVE_SIN6_SCOPE_ID
340
341/* sin_len */
342#undef HAVE_SIN_LEN
343
344/* SNMP */
345#undef HAVE_SNMP
346
paul718e3742002-12-13 20:15:29 +0000347/* Define to 1 if you have the `snprintf' function. */
348#undef HAVE_SNPRINTF
349
paul569c0f02003-03-02 21:19:26 +0000350/* sockaddr_dl */
351#undef HAVE_SOCKADDR_DL
352
353/* socklen_t */
354#undef HAVE_SOCKLEN_T
355
paul718e3742002-12-13 20:15:29 +0000356/* Define to 1 if you have the <stdint.h> header file. */
357#undef HAVE_STDINT_H
358
359/* Define to 1 if you have the <stdlib.h> header file. */
360#undef HAVE_STDLIB_H
361
362/* Define to 1 if you have the `strerror' function. */
363#undef HAVE_STRERROR
364
365/* Define to 1 if you have the <strings.h> header file. */
366#undef HAVE_STRINGS_H
367
368/* Define to 1 if you have the <string.h> header file. */
369#undef HAVE_STRING_H
370
371/* Define to 1 if you have the `strlcat' function. */
372#undef HAVE_STRLCAT
373
374/* Define to 1 if you have the `strlcpy' function. */
375#undef HAVE_STRLCPY
376
377/* Define to 1 if you have the <stropts.h> header file. */
378#undef HAVE_STROPTS_H
379
paul569c0f02003-03-02 21:19:26 +0000380/* sun_len */
381#undef HAVE_SUN_LEN
382
paul718e3742002-12-13 20:15:29 +0000383/* Define to 1 if you have the <sys/conf.h> header file. */
384#undef HAVE_SYS_CONF_H
385
386/* Define to 1 if you have the <sys/ksym.h> header file. */
387#undef HAVE_SYS_KSYM_H
388
389/* Define to 1 if you have the <sys/select.h> header file. */
390#undef HAVE_SYS_SELECT_H
391
392/* Define to 1 if you have the <sys/sockio.h> header file. */
393#undef HAVE_SYS_SOCKIO_H
394
395/* Define to 1 if you have the <sys/stat.h> header file. */
396#undef HAVE_SYS_STAT_H
397
398/* Define to 1 if you have the <sys/sysctl.h> header file. */
399#undef HAVE_SYS_SYSCTL_H
400
401/* Define to 1 if you have the <sys/times.h> header file. */
402#undef HAVE_SYS_TIMES_H
403
404/* Define to 1 if you have the <sys/time.h> header file. */
405#undef HAVE_SYS_TIME_H
406
407/* Define to 1 if you have the <sys/types.h> header file. */
408#undef HAVE_SYS_TYPES_H
409
paul569c0f02003-03-02 21:19:26 +0000410/* Use TCP for zebra communication */
411#undef HAVE_TCP_ZEBRA
412
paul718e3742002-12-13 20:15:29 +0000413/* Define to 1 if you have the <unistd.h> header file. */
414#undef HAVE_UNISTD_H
415
416/* Define to 1 if you have the `vsnprintf' function. */
417#undef HAVE_VSNPRINTF
418
paul569c0f02003-03-02 21:19:26 +0000419/* Inria IPv6 */
420#undef INRIA_IPV6
421
422/* KAME IPv6 */
423#undef KAME
424
425/* Linux IPv6 */
426#undef LINUX_IPV6
427
428/* NRL */
429#undef NRL
430
431/* OpenBSD */
432#undef OPEN_BSD
433
paul718e3742002-12-13 20:15:29 +0000434/* Name of package */
435#undef PACKAGE
436
437/* Define to the address where bug reports for this package should be sent. */
438#undef PACKAGE_BUGREPORT
439
440/* Define to the full name of this package. */
441#undef PACKAGE_NAME
442
443/* Define to the full name and version of this package. */
444#undef PACKAGE_STRING
445
446/* Define to the one symbol short name of this package. */
447#undef PACKAGE_TARNAME
448
449/* Define to the version of this package. */
450#undef PACKAGE_VERSION
451
paul569c0f02003-03-02 21:19:26 +0000452/* bgpd PID */
453#undef PATH_BGPD_PID
454
455/* ospf6d PID */
456#undef PATH_OSPF6D_PID
457
458/* ospfd PID */
459#undef PATH_OSPFD_PID
460
461/* ripd PID */
462#undef PATH_RIPD_PID
463
464/* ripngd PID */
465#undef PATH_RIPNGD_PID
466
467/* zebra PID */
468#undef PATH_ZEBRA_PID
469
paul718e3742002-12-13 20:15:29 +0000470/* Define as the return type of signal handlers (`int' or `void'). */
471#undef RETSIGTYPE
472
473/* Define to 1 if you have the ANSI C header files. */
474#undef STDC_HEADERS
475
paul569c0f02003-03-02 21:19:26 +0000476/* SunOS 5 */
477#undef SUNOS_5
478
479/* SNMP */
480#undef UCD_COMPATIBLE
481
482/* Use PAM for authentication */
483#undef USE_PAM
484
paul718e3742002-12-13 20:15:29 +0000485/* Version number of package */
486#undef VERSION
487
paul569c0f02003-03-02 21:19:26 +0000488/* VTY shell */
489#undef VTYSH
490
491/* Define to 1 if your processor stores words with the most significant byte
492 first (like Motorola and SPARC, unlike Intel and VAX). */
493#undef WORDS_BIGENDIAN
494
paul718e3742002-12-13 20:15:29 +0000495/* Define to 1 if on AIX 3.
496 System headers sometimes define this.
497 We just want to avoid a redefinition error message. */
498#ifndef _ALL_SOURCE
499# undef _ALL_SOURCE
500#endif
501
502/* Define to empty if `const' does not conform to ANSI C. */
503#undef const