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

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

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