paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 1 | /* config.h.in. Generated automatically from configure.in by autoheader. */ |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 2 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 3 | /* 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 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 9 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 10 | /* Define to empty if the keyword does not work. */ |
| 11 | #undef const |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 12 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 13 | /* Define as the return type of signal handlers (int or void). */ |
| 14 | #undef RETSIGTYPE |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 15 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 16 | /* Define if you have the ANSI C header files. */ |
| 17 | #undef STDC_HEADERS |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 18 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 19 | /* 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 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 22 | |
| 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 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 32 | /* Define if you have ipv6 stack. */ |
| 33 | #undef HAVE_IPV6 |
| 34 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 35 | /* PAM support */ |
| 36 | #undef USE_PAM |
| 37 | |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 38 | #ifdef HAVE_IPV6 |
| 39 | #ifdef KAME |
| 40 | #ifndef INET6 |
| 41 | #define INET6 |
| 42 | #endif /* INET6 */ |
| 43 | #endif /* KAME */ |
| 44 | #endif /* HAVE_IPV6 */ |
| 45 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 46 | /* Define if you have the bcopy function. */ |
| 47 | #undef HAVE_BCOPY |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 48 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 49 | /* Define if you have the bzero function. */ |
| 50 | #undef HAVE_BZERO |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 51 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 52 | /* Define if you have the daemon function. */ |
| 53 | #undef HAVE_DAEMON |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 54 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 55 | /* Define if you have the getaddrinfo function. */ |
| 56 | #undef HAVE_GETADDRINFO |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 57 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 58 | /* Define if you have the getifaddrs function. */ |
| 59 | #undef HAVE_GETIFADDRS |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 60 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 61 | /* Define if you have the if_indextoname function. */ |
| 62 | #undef HAVE_IF_INDEXTONAME |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 63 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 64 | /* 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. */ |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 89 | #undef HAVE_ASM_TYPES_H |
| 90 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 91 | /* 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 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 195 | |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 196 | /* Broken Alias */ |
| 197 | #undef HAVE_BROKEN_ALIASES |
| 198 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 199 | /* Use TCP for zebra communication */ |
| 200 | #undef HAVE_TCP_ZEBRA |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 201 | |
| 202 | /* OSPF NSSA */ |
| 203 | #undef HAVE_NSSA |
| 204 | |
| 205 | /* OSPF Opaque LSA */ |
| 206 | #undef HAVE_OPAQUE_LSA |
| 207 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 208 | /* OSPF Opaque LSA */ |
| 209 | #undef HAVE_OPAQUE_LSA |
| 210 | |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 211 | /* OSPF TE */ |
| 212 | #undef HAVE_OSPF_TE |
| 213 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 214 | /* 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 | |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 247 | /* /proc/net/dev */ |
| 248 | #undef HAVE_PROC_NET_DEV |
| 249 | |
| 250 | /* /proc/net/if_inet6 */ |
| 251 | #undef HAVE_PROC_NET_IF_INET6 |
| 252 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 253 | /* IPv6 */ |
| 254 | #undef HAVE_IPV6 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 255 | |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 256 | /* Inria IPv6 */ |
| 257 | #undef INRIA_IPV6 |
| 258 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 259 | /* IPv6 */ |
| 260 | #undef HAVE_IPV6 |
| 261 | |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 262 | /* KAME IPv6 */ |
| 263 | #undef KAME |
| 264 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 265 | /* IPv6 */ |
| 266 | #undef HAVE_IPV6 |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 267 | |
| 268 | /* NRL */ |
| 269 | #undef NRL |
| 270 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 271 | /* BSDI */ |
| 272 | #undef BSDI_NRL |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 273 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 274 | /* Linux IPv6 */ |
| 275 | #undef LINUX_IPV6 |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 276 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 277 | /* Disable BGP installation to zebra */ |
| 278 | #undef DISABLE_BGP_ANNOUNCE |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 279 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 280 | /* inet_ntop */ |
| 281 | #undef HAVE_INET_NTOP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 282 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 283 | /* inet_pton */ |
| 284 | #undef HAVE_INET_PTON |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 285 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 286 | /* GNU regexp library */ |
| 287 | #undef HAVE_GNU_REGEX |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 288 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 289 | /* SNMP */ |
| 290 | #undef HAVE_SNMP |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 291 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 292 | /* SNMP */ |
| 293 | #undef UCD_COMPATIBLE |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 294 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 295 | /* SNMP */ |
| 296 | #undef HAVE_SNMP |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 297 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 298 | /* 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 |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 336 | |
| 337 | /* ripd PID */ |
| 338 | #undef PATH_RIPD_PID |
| 339 | |
| 340 | /* ripngd PID */ |
| 341 | #undef PATH_RIPNGD_PID |
| 342 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 343 | /* bgpd PID */ |
| 344 | #undef PATH_BGPD_PID |
paul | 569c0f0 | 2003-03-02 21:19:26 +0000 | [diff] [blame] | 345 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 346 | /* ospfd PID */ |
| 347 | #undef PATH_OSPFD_PID |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 348 | |
paul | 1bb066b | 2003-03-17 01:18:55 +0000 | [diff] [blame] | 349 | /* ospf6d PID */ |
| 350 | #undef PATH_OSPF6D_PID |
paul | 718e374 | 2002-12-13 20:15:29 +0000 | [diff] [blame] | 351 | |