Annotation of embedaddon/quagga/config.h.in, revision 1.1.1.2

1.1       misho       1: /* config.h.in.  Generated from configure.ac by autoheader.  */
                      2: 
                      3: /* Define if building universal (internal helper macro) */
                      4: #undef AC_APPLE_UNIVERSAL_BUILD
                      5: 
1.1.1.2 ! misho       6: /* babeld vty socket */
        !             7: #undef BABEL_VTYSH_PATH
        !             8: 
1.1       misho       9: /* bgpd vty socket */
                     10: #undef BGP_VTYSH_PATH
                     11: 
                     12: /* BSDI */
                     13: #undef BSDI_NRL
                     14: 
                     15: /* Mask for config files */
                     16: #undef CONFIGFILE_MASK
                     17: 
                     18: /* Consumed Time Check */
                     19: #undef CONSUMED_TIME_CHECK
                     20: 
                     21: /* daemon vty directory */
                     22: #undef DAEMON_VTY_DIR
                     23: 
                     24: /* Disable BGP installation to zebra */
                     25: #undef DISABLE_BGP_ANNOUNCE
                     26: 
                     27: /* GNU Linux */
                     28: #undef GNU_LINUX
                     29: 
                     30: /* Define to 1 if you have the `alarm' function. */
                     31: #undef HAVE_ALARM
                     32: 
                     33: /* Define to 1 if you have the <arpa/inet.h> header file. */
                     34: #undef HAVE_ARPA_INET_H
                     35: 
                     36: /* Define to 1 if you have the <asm/types.h> header file. */
                     37: #undef HAVE_ASM_TYPES_H
                     38: 
                     39: /* Broken Alias */
                     40: #undef HAVE_BROKEN_ALIASES
                     41: 
                     42: /* Broken CMSG_FIRSTHDR */
                     43: #undef HAVE_BROKEN_CMSG_FIRSTHDR
                     44: 
                     45: /* BSD link-detect */
                     46: #undef HAVE_BSD_LINK_DETECT
                     47: 
                     48: /* Can pass ifindex in struct ip_mreq */
                     49: #undef HAVE_BSD_STRUCT_IP_MREQ_HACK
                     50: 
                     51: /* capabilities */
                     52: #undef HAVE_CAPABILITIES
                     53: 
                     54: /* Define to 1 if your system has a working `chown' function. */
                     55: #undef HAVE_CHOWN
                     56: 
                     57: /* Have monotonic clock */
                     58: #undef HAVE_CLOCK_MONOTONIC
                     59: 
                     60: /* Define to 1 if you have the `daemon' function. */
                     61: #undef HAVE_DAEMON
                     62: 
                     63: /* Define to 1 if you have the declaration of `TCP_MD5SIG', and to 0 if you
                     64:    don't. */
                     65: #undef HAVE_DECL_TCP_MD5SIG
                     66: 
                     67: /* Define to 1 if you have the <dlfcn.h> header file. */
                     68: #undef HAVE_DLFCN_H
                     69: 
                     70: /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
                     71: #undef HAVE_DOPRNT
                     72: 
                     73: /* Define to 1 if you have the `dup2' function. */
                     74: #undef HAVE_DUP2
                     75: 
                     76: /* Define to 1 if you have the `fcntl' function. */
                     77: #undef HAVE_FCNTL
                     78: 
                     79: /* Define to 1 if you have the <fcntl.h> header file. */
                     80: #undef HAVE_FCNTL_H
                     81: 
                     82: /* Define to 1 if your system has a working POSIX `fnmatch' function. */
                     83: #undef HAVE_FNMATCH
                     84: 
                     85: /* Define to 1 if you have the `fork' function. */
                     86: #undef HAVE_FORK
                     87: 
                     88: /* Define to 1 if you have the `ftruncate' function. */
                     89: #undef HAVE_FTRUNCATE
                     90: 
                     91: /* Define to 1 if you have the `getaddrinfo' function. */
                     92: #undef HAVE_GETADDRINFO
                     93: 
                     94: /* Define to 1 if you have the `getcwd' function. */
                     95: #undef HAVE_GETCWD
                     96: 
                     97: /* Define to 1 if you have the `gethostbyname' function. */
                     98: #undef HAVE_GETHOSTBYNAME
                     99: 
                    100: /* Define to 1 if you have the `getifaddrs' function. */
                    101: #undef HAVE_GETIFADDRS
                    102: 
                    103: /* Define to 1 if you have the `getpagesize' function. */
                    104: #undef HAVE_GETPAGESIZE
                    105: 
                    106: /* Define to 1 if you have the `gettimeofday' function. */
                    107: #undef HAVE_GETTIMEOFDAY
                    108: 
                    109: /* Glibc backtrace */
                    110: #undef HAVE_GLIBC_BACKTRACE
                    111: 
                    112: /* GNU regexp library */
                    113: #undef HAVE_GNU_REGEX
                    114: 
                    115: /* Define to 1 if you have the `if_indextoname' function. */
                    116: #undef HAVE_IF_INDEXTONAME
                    117: 
                    118: /* Define to 1 if you have the `if_nametoindex' function. */
                    119: #undef HAVE_IF_NAMETOINDEX
                    120: 
                    121: /* __inet_aton */
                    122: #undef HAVE_INET_ATON
                    123: 
                    124: /* Define to 1 if you have the <inet/nd.h> header file. */
                    125: #undef HAVE_INET_ND_H
                    126: 
                    127: /* Define to 1 if you have the `inet_ntoa' function. */
                    128: #undef HAVE_INET_NTOA
                    129: 
                    130: /* __inet_ntop */
                    131: #undef HAVE_INET_NTOP
                    132: 
                    133: /* __inet_pton */
                    134: #undef HAVE_INET_PTON
                    135: 
                    136: /* Define to 1 if you have the <inttypes.h> header file. */
                    137: #undef HAVE_INTTYPES_H
                    138: 
                    139: /* Linux IPv6 */
                    140: #undef HAVE_IPV6
                    141: 
                    142: /* IRDP */
                    143: #undef HAVE_IRDP
                    144: 
                    145: /* Define to 1 if you have the <kvm.h> header file. */
                    146: #undef HAVE_KVM_H
                    147: 
                    148: /* Capabilities */
                    149: #undef HAVE_LCAPS
                    150: 
                    151: /* Define to 1 if you have the `crypt' library (-lcrypt). */
                    152: #undef HAVE_LIBCRYPT
                    153: 
                    154: /* Define to 1 if you have the `kvm' library (-lkvm). */
                    155: #undef HAVE_LIBKVM
                    156: 
                    157: /* Have libm */
                    158: #undef HAVE_LIBM
                    159: 
                    160: /* Define to 1 if you have the `nsl' library (-lnsl). */
                    161: #undef HAVE_LIBNSL
                    162: 
                    163: /* Define to 1 if you have the `pcreposix' library (-lpcreposix). */
                    164: #undef HAVE_LIBPCREPOSIX
                    165: 
                    166: /* Define to 1 if you have the `resolv' library (-lresolv). */
                    167: #undef HAVE_LIBRESOLV
                    168: 
                    169: /* Define to 1 if you have the `socket' library (-lsocket). */
                    170: #undef HAVE_LIBSOCKET
                    171: 
                    172: /* Define to 1 if you have the `umem' library (-lumem). */
                    173: #undef HAVE_LIBUMEM
                    174: 
                    175: /* Define to 1 if you have the `xnet' library (-lxnet). */
                    176: #undef HAVE_LIBXNET
                    177: 
                    178: /* Define to 1 if you have the <limits.h> header file. */
                    179: #undef HAVE_LIMITS_H
                    180: 
                    181: /* Define to 1 if you have the <linux/version.h> header file. */
                    182: #undef HAVE_LINUX_VERSION_H
                    183: 
                    184: /* mallinfo */
                    185: #undef HAVE_MALLINFO
                    186: 
                    187: /* Define to 1 if you have the `memchr' function. */
                    188: #undef HAVE_MEMCHR
                    189: 
                    190: /* Define to 1 if you have the `memmove' function. */
                    191: #undef HAVE_MEMMOVE
                    192: 
                    193: /* Define to 1 if you have the <memory.h> header file. */
                    194: #undef HAVE_MEMORY_H
                    195: 
                    196: /* Define to 1 if you have the `memset' function. */
                    197: #undef HAVE_MEMSET
                    198: 
                    199: /* Define to 1 if you have the <netdb.h> header file. */
                    200: #undef HAVE_NETDB_H
                    201: 
                    202: /* Define to 1 if you have the <netinet6/in6.h> header file. */
                    203: #undef HAVE_NETINET6_IN6_H
                    204: 
                    205: /* Define to 1 if you have the <netinet6/in6_var.h> header file. */
                    206: #undef HAVE_NETINET6_IN6_VAR_H
                    207: 
                    208: /* Define to 1 if you have the <netinet6/nd6.h> header file. */
                    209: #undef HAVE_NETINET6_ND6_H
                    210: 
                    211: /* Define to 1 if you have the <netinet/icmp6.h> header file. */
                    212: #undef HAVE_NETINET_ICMP6_H
                    213: 
                    214: /* Define to 1 if you have the <netinet/in6_var.h> header file. */
                    215: #undef HAVE_NETINET_IN6_VAR_H
                    216: 
                    217: /* Define to 1 if you have the <netinet/in.h> header file. */
                    218: #undef HAVE_NETINET_IN_H
                    219: 
                    220: /* Define to 1 if you have the <netinet/in_systm.h> header file. */
                    221: #undef HAVE_NETINET_IN_SYSTM_H
                    222: 
                    223: /* Define to 1 if you have the <netinet/in_var.h> header file. */
                    224: #undef HAVE_NETINET_IN_VAR_H
                    225: 
                    226: /* Define to 1 if you have the <netinet/ip_icmp.h> header file. */
                    227: #undef HAVE_NETINET_IP_ICMP_H
                    228: 
                    229: /* netlink */
                    230: #undef HAVE_NETLINK
                    231: 
                    232: /* Net SNMP */
                    233: #undef HAVE_NETSNMP
                    234: 
                    235: /* Define to 1 if you have the <net/if_dl.h> header file. */
                    236: #undef HAVE_NET_IF_DL_H
                    237: 
                    238: /* Define to 1 if you have the <net/if.h> header file. */
                    239: #undef HAVE_NET_IF_H
                    240: 
                    241: /* Define to 1 if you have the <net/if_var.h> header file. */
                    242: #undef HAVE_NET_IF_VAR_H
                    243: 
                    244: /* Define to 1 if you have the <net/netopt.h> header file. */
                    245: #undef HAVE_NET_NETOPT_H
                    246: 
                    247: /* Define to 1 if you have the <net/route.h> header file. */
                    248: #undef HAVE_NET_ROUTE_H
                    249: 
                    250: /* NET_RT_IFLIST */
                    251: #undef HAVE_NET_RT_IFLIST
                    252: 
                    253: /* OSPF Opaque LSA */
                    254: #undef HAVE_OPAQUE_LSA
                    255: 
                    256: /* Have openpam.h */
                    257: #undef HAVE_OPENPAM_H
                    258: 
                    259: /* OSPF TE */
                    260: #undef HAVE_OSPF_TE
                    261: 
                    262: /* Have pam_misc.h */
                    263: #undef HAVE_PAM_MISC_H
                    264: 
                    265: /* Define to 1 if you have the `pow' function. */
                    266: #undef HAVE_POW
                    267: 
                    268: /* Solaris printstack */
                    269: #undef HAVE_PRINTSTACK
                    270: 
                    271: /* Define to 1 if you have the <priv.h> header file. */
                    272: #undef HAVE_PRIV_H
                    273: 
                    274: /* /proc/net/dev */
                    275: #undef HAVE_PROC_NET_DEV
                    276: 
                    277: /* /proc/net/if_inet6 */
                    278: #undef HAVE_PROC_NET_IF_INET6
                    279: 
                    280: /* prctl */
                    281: #undef HAVE_PR_SET_KEEPCAPS
                    282: 
                    283: /* Have RFC3678 protocol-independed API */
                    284: #undef HAVE_RFC3678
                    285: 
                    286: /* Enable IPv6 Routing Advertisement support */
                    287: #undef HAVE_RTADV
                    288: 
                    289: /* rusage */
                    290: #undef HAVE_RUSAGE
                    291: 
                    292: /* Define to 1 if you have the `select' function. */
                    293: #undef HAVE_SELECT
                    294: 
                    295: /* Have setproctitle */
                    296: #undef HAVE_SETPROCTITLE
                    297: 
                    298: /* Define to 1 if you have the <signal.h> header file. */
                    299: #undef HAVE_SIGNAL_H
                    300: 
                    301: /* SNMP */
                    302: #undef HAVE_SNMP
                    303: 
                    304: /* Define to 1 if you have the `snprintf' function. */
                    305: #undef HAVE_SNPRINTF
                    306: 
                    307: /* Define to 1 if you have the `socket' function. */
                    308: #undef HAVE_SOCKET
                    309: 
                    310: /* Define to 1 if the system has the type `socklen_t'. */
                    311: #undef HAVE_SOCKLEN_T
                    312: 
                    313: /* getpflags */
                    314: #undef HAVE_SOLARIS_CAPABILITIES
                    315: 
                    316: /* Stack symbol decoding */
                    317: #undef HAVE_STACK_TRACE
                    318: 
                    319: /* Define to 1 if `stat' has the bug that it succeeds when given the
                    320:    zero-length file name argument. */
                    321: #undef HAVE_STAT_EMPTY_STRING_BUG
                    322: 
                    323: /* Define to 1 if you have the <stddef.h> header file. */
                    324: #undef HAVE_STDDEF_H
                    325: 
                    326: /* Define to 1 if you have the <stdint.h> header file. */
                    327: #undef HAVE_STDINT_H
                    328: 
                    329: /* Define to 1 if you have the <stdlib.h> header file. */
                    330: #undef HAVE_STDLIB_H
                    331: 
                    332: /* Define to 1 if you have the `strcasecmp' function. */
                    333: #undef HAVE_STRCASECMP
                    334: 
                    335: /* Define to 1 if you have the `strchr' function. */
                    336: #undef HAVE_STRCHR
                    337: 
                    338: /* Define to 1 if you have the `strcspn' function. */
                    339: #undef HAVE_STRCSPN
                    340: 
                    341: /* Define to 1 if you have the `strdup' function. */
                    342: #undef HAVE_STRDUP
                    343: 
                    344: /* Define to 1 if you have the `strerror' function. */
                    345: #undef HAVE_STRERROR
                    346: 
                    347: /* Define to 1 if you have the `strftime' function. */
                    348: #undef HAVE_STRFTIME
                    349: 
                    350: /* Define to 1 if you have the <strings.h> header file. */
                    351: #undef HAVE_STRINGS_H
                    352: 
                    353: /* Define to 1 if you have the <string.h> header file. */
                    354: #undef HAVE_STRING_H
                    355: 
                    356: /* Define to 1 if you have the `strlcat' function. */
                    357: #undef HAVE_STRLCAT
                    358: 
                    359: /* Define to 1 if you have the `strlcpy' function. */
                    360: #undef HAVE_STRLCPY
                    361: 
                    362: /* Define to 1 if you have the `strncasecmp' function. */
                    363: #undef HAVE_STRNCASECMP
                    364: 
                    365: /* Define to 1 if you have the `strndup' function. */
                    366: #undef HAVE_STRNDUP
                    367: 
                    368: /* Define to 1 if you have the `strnlen' function. */
                    369: #undef HAVE_STRNLEN
                    370: 
                    371: /* Define to 1 if you have the <stropts.h> header file. */
                    372: #undef HAVE_STROPTS_H
                    373: 
                    374: /* Define to 1 if you have the `strrchr' function. */
                    375: #undef HAVE_STRRCHR
                    376: 
                    377: /* Define to 1 if you have the `strspn' function. */
                    378: #undef HAVE_STRSPN
                    379: 
                    380: /* Define to 1 if you have the `strstr' function. */
                    381: #undef HAVE_STRSTR
                    382: 
                    383: /* Define to 1 if you have the `strtol' function. */
                    384: #undef HAVE_STRTOL
                    385: 
                    386: /* Define to 1 if you have the `strtoul' function. */
                    387: #undef HAVE_STRTOUL
                    388: 
                    389: /* Define to 1 if the system has the type `struct icmphdr'. */
                    390: #undef HAVE_STRUCT_ICMPHDR
                    391: 
                    392: /* Define to 1 if the system has the type `struct if6_aliasreq'. */
                    393: #undef HAVE_STRUCT_IF6_ALIASREQ
                    394: 
                    395: /* Define to 1 if `ifra_lifetime' is a member of `struct if6_aliasreq'. */
                    396: #undef HAVE_STRUCT_IF6_ALIASREQ_IFRA_LIFETIME
                    397: 
                    398: /* Define to 1 if the system has the type `struct ifaliasreq'. */
                    399: #undef HAVE_STRUCT_IFALIASREQ
                    400: 
                    401: /* Define to 1 if `ifm_status' is a member of `struct ifmediareq'. */
                    402: #undef HAVE_STRUCT_IFMEDIAREQ_IFM_STATUS
                    403: 
                    404: /* Define to 1 if the system has the type `struct in6_aliasreq'. */
                    405: #undef HAVE_STRUCT_IN6_ALIASREQ
                    406: 
                    407: /* Define to 1 if the system has the type `struct in_pktinfo'. */
                    408: #undef HAVE_STRUCT_IN_PKTINFO
                    409: 
                    410: /* Define to 1 if `imr_ifindex' is a member of `struct ip_mreqn'. */
                    411: #undef HAVE_STRUCT_IP_MREQN_IMR_IFINDEX
                    412: 
                    413: /* Define to 1 if the system has the type `struct nd_opt_adv_interval'. */
                    414: #undef HAVE_STRUCT_ND_OPT_ADV_INTERVAL
                    415: 
                    416: /* Define to 1 if `nd_opt_ai_type' is a member of `struct
                    417:    nd_opt_adv_interval'. */
                    418: #undef HAVE_STRUCT_ND_OPT_ADV_INTERVAL_ND_OPT_AI_TYPE
                    419: 
                    420: /* Define to 1 if the system has the type `struct nd_opt_homeagent_info'. */
                    421: #undef HAVE_STRUCT_ND_OPT_HOMEAGENT_INFO
                    422: 
                    423: /* Define to 1 if the system has the type `struct rt_addrinfo'. */
                    424: #undef HAVE_STRUCT_RT_ADDRINFO
                    425: 
                    426: /* Define to 1 if the system has the type `struct sockaddr'. */
                    427: #undef HAVE_STRUCT_SOCKADDR
                    428: 
                    429: /* Define to 1 if the system has the type `struct sockaddr_dl'. */
                    430: #undef HAVE_STRUCT_SOCKADDR_DL
                    431: 
                    432: /* Define to 1 if the system has the type `struct sockaddr_in'. */
                    433: #undef HAVE_STRUCT_SOCKADDR_IN
                    434: 
                    435: /* Define to 1 if the system has the type `struct sockaddr_in6'. */
                    436: #undef HAVE_STRUCT_SOCKADDR_IN6
                    437: 
                    438: /* Define to 1 if `sin6_scope_id' is a member of `struct sockaddr_in6'. */
                    439: #undef HAVE_STRUCT_SOCKADDR_IN6_SIN6_SCOPE_ID
                    440: 
                    441: /* Define to 1 if `sin_len' is a member of `struct sockaddr_in'. */
                    442: #undef HAVE_STRUCT_SOCKADDR_IN_SIN_LEN
                    443: 
                    444: /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
                    445: #undef HAVE_STRUCT_SOCKADDR_SA_LEN
                    446: 
                    447: /* Define to 1 if the system has the type `struct sockaddr_un'. */
                    448: #undef HAVE_STRUCT_SOCKADDR_UN
                    449: 
                    450: /* Define to 1 if `sun_len' is a member of `struct sockaddr_un'. */
                    451: #undef HAVE_STRUCT_SOCKADDR_UN_SUN_LEN
                    452: 
                    453: /* Define to 1 if you have the <syslog.h> header file. */
                    454: #undef HAVE_SYSLOG_H
                    455: 
                    456: /* Define to 1 if you have the <sys/capability.h> header file. */
                    457: #undef HAVE_SYS_CAPABILITY_H
                    458: 
                    459: /* Define to 1 if you have the <sys/conf.h> header file. */
                    460: #undef HAVE_SYS_CONF_H
                    461: 
                    462: /* Define to 1 if you have the <sys/ioctl.h> header file. */
                    463: #undef HAVE_SYS_IOCTL_H
                    464: 
                    465: /* Define to 1 if you have the <sys/ksym.h> header file. */
                    466: #undef HAVE_SYS_KSYM_H
                    467: 
                    468: /* Define to 1 if you have the <sys/param.h> header file. */
                    469: #undef HAVE_SYS_PARAM_H
                    470: 
                    471: /* Define to 1 if you have the <sys/select.h> header file. */
                    472: #undef HAVE_SYS_SELECT_H
                    473: 
                    474: /* Define to 1 if you have the <sys/socket.h> header file. */
                    475: #undef HAVE_SYS_SOCKET_H
                    476: 
                    477: /* Define to 1 if you have the <sys/sockio.h> header file. */
                    478: #undef HAVE_SYS_SOCKIO_H
                    479: 
                    480: /* Define to 1 if you have the <sys/stat.h> header file. */
                    481: #undef HAVE_SYS_STAT_H
                    482: 
                    483: /* Define to 1 if you have the <sys/sysctl.h> header file. */
                    484: #undef HAVE_SYS_SYSCTL_H
                    485: 
                    486: /* Define to 1 if you have the <sys/times.h> header file. */
                    487: #undef HAVE_SYS_TIMES_H
                    488: 
                    489: /* Define to 1 if you have the <sys/time.h> header file. */
                    490: #undef HAVE_SYS_TIME_H
                    491: 
                    492: /* Define to 1 if you have the <sys/types.h> header file. */
                    493: #undef HAVE_SYS_TYPES_H
                    494: 
                    495: /* Define to 1 if you have the <sys/un.h> header file. */
                    496: #undef HAVE_SYS_UN_H
                    497: 
                    498: /* Define to 1 if you have <sys/wait.h> that is POSIX.1 compatible. */
                    499: #undef HAVE_SYS_WAIT_H
                    500: 
                    501: /* Old Linux 2.4 TCP MD5 Signature Patch */
                    502: #undef HAVE_TCP_MD5_LINUX24
                    503: 
                    504: /* Use TCP for zebra communication */
                    505: #undef HAVE_TCP_ZEBRA
                    506: 
                    507: /* Define to 1 if you have the <time.h> header file. */
                    508: #undef HAVE_TIME_H
                    509: 
                    510: /* Define to 1 if you have the <ucontext.h> header file. */
                    511: #undef HAVE_UCONTEXT_H
                    512: 
                    513: /* Define to 1 if you have the `uname' function. */
                    514: #undef HAVE_UNAME
                    515: 
                    516: /* Define to 1 if you have the <unistd.h> header file. */
                    517: #undef HAVE_UNISTD_H
                    518: 
                    519: /* Define to 1 if you have the `vfork' function. */
                    520: #undef HAVE_VFORK
                    521: 
                    522: /* Define to 1 if you have the <vfork.h> header file. */
                    523: #undef HAVE_VFORK_H
                    524: 
                    525: /* Define to 1 if you have the `vprintf' function. */
                    526: #undef HAVE_VPRINTF
                    527: 
                    528: /* Define to 1 if you have the `vsnprintf' function. */
                    529: #undef HAVE_VSNPRINTF
                    530: 
                    531: /* Define to 1 if you have the <wchar.h> header file. */
                    532: #undef HAVE_WCHAR_H
                    533: 
                    534: /* Define to 1 if you have the <wctype.h> header file. */
                    535: #undef HAVE_WCTYPE_H
                    536: 
                    537: /* Define to 1 if `fork' works. */
                    538: #undef HAVE_WORKING_FORK
                    539: 
                    540: /* Define to 1 if `vfork' works. */
                    541: #undef HAVE_WORKING_VFORK
                    542: 
                    543: /* INRIA IPv6 */
                    544: #undef INRIA_IPV6
                    545: 
                    546: /* IRIX 6.5 */
                    547: #undef IRIX_65
                    548: 
                    549: /* selected method for isis, == one of the constants */
                    550: #undef ISIS_METHOD
                    551: 
                    552: /* constant value for isis method bpf */
                    553: #undef ISIS_METHOD_BPF
                    554: 
                    555: /* constant value for isis method dlpi */
                    556: #undef ISIS_METHOD_DLPI
                    557: 
                    558: /* constant value for isis method pfpacket */
                    559: #undef ISIS_METHOD_PFPACKET
                    560: 
                    561: /* isisd vty socket */
                    562: #undef ISIS_VTYSH_PATH
                    563: 
                    564: /* KAME IPv6 stack */
                    565: #undef KAME
                    566: 
                    567: /* Linux IPv6 stack */
                    568: #undef LINUX_IPV6
                    569: 
                    570: /* Mask for log files */
                    571: #undef LOGFILE_MASK
                    572: 
                    573: /* Define to 1 if `lstat' dereferences a symlink specified with a trailing
                    574:    slash. */
                    575: #undef LSTAT_FOLLOWS_SLASHED_SYMLINK
                    576: 
                    577: /* Define to the sub-directory in which libtool stores uninstalled libraries.
                    578:    */
                    579: #undef LT_OBJDIR
                    580: 
                    581: /* Musica IPv6 stack */
                    582: #undef MUSICA
                    583: 
                    584: /* Define to 1 if your C compiler doesn't accept -c and -o together. */
                    585: #undef NO_MINUS_C_MINUS_O
                    586: 
                    587: /* NRL */
                    588: #undef NRL
                    589: 
                    590: /* OpenBSD */
                    591: #undef OPEN_BSD
                    592: 
                    593: /* ospf6d vty socket */
                    594: #undef OSPF6_VTYSH_PATH
                    595: 
                    596: /* ospfd vty socket */
                    597: #undef OSPF_VTYSH_PATH
                    598: 
                    599: /* Name of package */
                    600: #undef PACKAGE
                    601: 
                    602: /* Define to the address where bug reports for this package should be sent. */
                    603: #undef PACKAGE_BUGREPORT
                    604: 
                    605: /* Define to the full name of this package. */
                    606: #undef PACKAGE_NAME
                    607: 
                    608: /* Define to the full name and version of this package. */
                    609: #undef PACKAGE_STRING
                    610: 
                    611: /* Define to the one symbol short name of this package. */
                    612: #undef PACKAGE_TARNAME
                    613: 
                    614: /* Define to the home page for this package. */
                    615: #undef PACKAGE_URL
                    616: 
                    617: /* Define to the version of this package. */
                    618: #undef PACKAGE_VERSION
                    619: 
                    620: /* Have openpam_ttyconv */
                    621: #undef PAM_CONV_FUNC
                    622: 
1.1.1.2 ! misho     623: /* babeld PID */
        !           624: #undef PATH_BABELD_PID
        !           625: 
1.1       misho     626: /* bgpd PID */
                    627: #undef PATH_BGPD_PID
                    628: 
                    629: /* isisd PID */
                    630: #undef PATH_ISISD_PID
                    631: 
                    632: /* ospf6d PID */
                    633: #undef PATH_OSPF6D_PID
                    634: 
                    635: /* ospfd PID */
                    636: #undef PATH_OSPFD_PID
                    637: 
                    638: /* ripd PID */
                    639: #undef PATH_RIPD_PID
                    640: 
                    641: /* ripngd PID */
                    642: #undef PATH_RIPNGD_PID
                    643: 
                    644: /* watchquagga PID */
                    645: #undef PATH_WATCHQUAGGA_PID
                    646: 
                    647: /* zebra PID */
                    648: #undef PATH_ZEBRA_PID
                    649: 
                    650: /* Quagga Group */
                    651: #undef QUAGGA_GROUP
                    652: 
                    653: /* Hide deprecated interfaces */
                    654: #undef QUAGGA_NO_DEPRECATED_INTERFACES
                    655: 
                    656: /* Quagga User */
                    657: #undef QUAGGA_USER
                    658: 
                    659: /* Define as the return type of signal handlers (`int' or `void'). */
                    660: #undef RETSIGTYPE
                    661: 
                    662: /* ripng vty socket */
                    663: #undef RIPNG_VTYSH_PATH
                    664: 
                    665: /* rip vty socket */
                    666: #undef RIP_VTYSH_PATH
                    667: 
                    668: /* Define to the type of arg 1 for `select'. */
                    669: #undef SELECT_TYPE_ARG1
                    670: 
                    671: /* Define to the type of args 2, 3 and 4 for `select'. */
                    672: #undef SELECT_TYPE_ARG234
                    673: 
                    674: /* Define to the type of arg 5 for `select'. */
                    675: #undef SELECT_TYPE_ARG5
                    676: 
                    677: /* Solaris IPv6 */
                    678: #undef SOLARIS_IPV6
                    679: 
                    680: /* Define to 1 if you have the ANSI C header files. */
                    681: #undef STDC_HEADERS
                    682: 
                    683: /* SunOS 5 */
                    684: #undef SUNOS_5
                    685: 
                    686: /* SunOS 5.6 to 5.7 */
                    687: #undef SUNOS_56
                    688: 
                    689: /* SunOS 5.8 up */
                    690: #undef SUNOS_59
                    691: 
                    692: /* OSPFAPI */
                    693: #undef SUPPORT_OSPF_API
                    694: 
                    695: /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
                    696: #undef TIME_WITH_SYS_TIME
                    697: 
                    698: /* Define to 1 if your <sys/time.h> declares `struct tm'. */
                    699: #undef TM_IN_SYS_TIME
                    700: 
                    701: /* Enable IS-IS topology generator code */
                    702: #undef TOPOLOGY_GENERATE
                    703: 
                    704: /* Use PAM for authentication */
                    705: #undef USE_PAM
                    706: 
                    707: /* Enable extensions on AIX 3, Interix.  */
                    708: #ifndef _ALL_SOURCE
                    709: # undef _ALL_SOURCE
                    710: #endif
                    711: /* Enable GNU extensions on systems that have them.  */
                    712: #ifndef _GNU_SOURCE
                    713: # undef _GNU_SOURCE
                    714: #endif
                    715: /* Enable threading extensions on Solaris.  */
                    716: #ifndef _POSIX_PTHREAD_SEMANTICS
                    717: # undef _POSIX_PTHREAD_SEMANTICS
                    718: #endif
                    719: /* Enable extensions on HP NonStop.  */
                    720: #ifndef _TANDEM_SOURCE
                    721: # undef _TANDEM_SOURCE
                    722: #endif
                    723: /* Enable general extensions on Solaris.  */
                    724: #ifndef __EXTENSIONS__
                    725: # undef __EXTENSIONS__
                    726: #endif
                    727: 
                    728: 
                    729: /* Version number of package */
                    730: #undef VERSION
                    731: 
                    732: /* VTY shell */
                    733: #undef VTYSH
                    734: 
                    735: /* VTY Sockets Group */
                    736: #undef VTY_GROUP
                    737: 
                    738: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
                    739:    significant byte first (like Motorola and SPARC, unlike Intel). */
                    740: #if defined AC_APPLE_UNIVERSAL_BUILD
                    741: # if defined __BIG_ENDIAN__
                    742: #  define WORDS_BIGENDIAN 1
                    743: # endif
                    744: #else
                    745: # ifndef WORDS_BIGENDIAN
                    746: #  undef WORDS_BIGENDIAN
                    747: # endif
                    748: #endif
                    749: 
                    750: /* zebra api socket */
                    751: #undef ZEBRA_SERV_PATH
                    752: 
                    753: /* zebra vty socket */
                    754: #undef ZEBRA_VTYSH_PATH
                    755: 
1.1.1.2 ! misho     756: /* Enable large inode numbers on Mac OS X 10.5.  */
        !           757: #ifndef _DARWIN_USE_64_BIT_INODE
        !           758: # define _DARWIN_USE_64_BIT_INODE 1
        !           759: #endif
        !           760: 
1.1       misho     761: /* Number of bits in a file offset, on hosts where this is settable. */
                    762: #undef _FILE_OFFSET_BITS
                    763: 
                    764: /* Define for large files, on AIX-style hosts. */
                    765: #undef _LARGE_FILES
                    766: 
                    767: /* Define to 1 if on MINIX. */
                    768: #undef _MINIX
                    769: 
                    770: /* Define to 2 if the system does not provide POSIX.1 features except with
                    771:    this defined. */
                    772: #undef _POSIX_1_SOURCE
                    773: 
                    774: /* Define to 1 if you need to in order for `stat' and other things to work. */
                    775: #undef _POSIX_SOURCE
                    776: 
                    777: /* Define to empty if `const' does not conform to ANSI C. */
                    778: #undef const
                    779: 
                    780: /* Define to `int' if <sys/types.h> doesn't define. */
                    781: #undef gid_t
                    782: 
                    783: /* Define to `__inline__' or `__inline' if that's what the C compiler
                    784:    calls it, or to nothing if 'inline' is not supported under any name.  */
                    785: #ifndef __cplusplus
                    786: #undef inline
                    787: #endif
                    788: 
                    789: /* Define to `int' if <sys/types.h> does not define. */
                    790: #undef mode_t
                    791: 
                    792: /* Define to `int' if <sys/types.h> does not define. */
                    793: #undef pid_t
                    794: 
                    795: /* Define to the equivalent of the C99 'restrict' keyword, or to
                    796:    nothing if this is not supported.  Do not define if restrict is
                    797:    supported directly.  */
                    798: #undef restrict
                    799: /* Work around a bug in Sun C++: it does not support _Restrict or
                    800:    __restrict__, even though the corresponding Sun C compiler ends up with
                    801:    "#define restrict _Restrict" or "#define restrict __restrict__" in the
                    802:    previous line.  Perhaps some future version of Sun C++ will work with
                    803:    restrict; if so, hopefully it defines __RESTRICT like Sun C does.  */
                    804: #if defined __SUNPRO_CC && !defined __RESTRICT
                    805: # define _Restrict
                    806: # define __restrict__
                    807: #endif
                    808: 
                    809: /* Old readline */
                    810: #undef rl_completion_matches
                    811: 
                    812: /* Define to `unsigned int' if <sys/types.h> does not define. */
                    813: #undef size_t
                    814: 
                    815: /* Define to `int' if <sys/types.h> doesn't define. */
                    816: #undef uid_t
                    817: 
                    818: /* Define as `fork' if `vfork' does not work. */
                    819: #undef vfork
                    820: 
                    821: /* Define to empty if the keyword `volatile' does not work. Warning: valid
                    822:    code using `volatile' can become incorrect without. Disable with care. */
                    823: #undef volatile

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>