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

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

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