Annotation of embedaddon/bird2/sysdep/autoconf.h.in, revision 1.1.1.1

1.1       misho       1: /* sysdep/autoconf.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: /* Babel protocol */
                      7: #undef CONFIG_BABEL
                      8: 
                      9: /* BFD protocol */
                     10: #undef CONFIG_BFD
                     11: 
                     12: /* BGP protocol */
                     13: #undef CONFIG_BGP
                     14: 
                     15: /* MRT protocol */
                     16: #undef CONFIG_MRT
                     17: 
                     18: /* OSPF protocol */
                     19: #undef CONFIG_OSPF
                     20: 
                     21: /* Pipe protocol */
                     22: #undef CONFIG_PIPE
                     23: 
                     24: /* RAdv protocol */
                     25: #undef CONFIG_RADV
                     26: 
                     27: /* RIP protocol */
                     28: #undef CONFIG_RIP
                     29: 
                     30: /* RPKI protocol */
                     31: #undef CONFIG_RPKI
                     32: 
                     33: /* Static protocol */
                     34: #undef CONFIG_STATIC
                     35: 
                     36: /* Define to 1 if cpu is big endian */
                     37: #undef CPU_BIG_ENDIAN
                     38: 
                     39: /* Define to 1 if cpu is little endian */
                     40: #undef CPU_LITTLE_ENDIAN
                     41: 
                     42: /* Define to 1 if debugging is enabled */
                     43: #undef DEBUGGING
                     44: 
                     45: /* Define to 1 if you have the <alloca.h> header file. */
                     46: #undef HAVE_ALLOCA_H
                     47: 
                     48: /* Define to 1 if you have the <curses.h> header file. */
                     49: #undef HAVE_CURSES_H
                     50: 
                     51: /* Define to 1 if you have the <execinfo.h> header file. */
                     52: #undef HAVE_EXECINFO_H
                     53: 
                     54: /* Define to 1 if you have the <inttypes.h> header file. */
                     55: #undef HAVE_INTTYPES_H
                     56: 
                     57: /* Define to 1 if you have the `dmalloc' library (-ldmalloc). */
                     58: #undef HAVE_LIBDMALLOC
                     59: 
                     60: /* Define to 1 if you have the `efence' library (-lefence). */
                     61: #undef HAVE_LIBEFENCE
                     62: 
                     63: /* Define to 1 if you have the `ssh' library (-lssh). */
                     64: #undef HAVE_LIBSSH
                     65: 
                     66: /* Define to 1 if you have the <memory.h> header file. */
                     67: #undef HAVE_MEMORY_H
                     68: 
                     69: /* Define to 1 if kernel is MPLS capable */
                     70: #undef HAVE_MPLS_KERNEL
                     71: 
                     72: /* Define to 1 if you have the <readline/history.h> header file. */
                     73: #undef HAVE_READLINE_HISTORY_H
                     74: 
                     75: /* Define to 1 if you have the <readline/readline.h> header file. */
                     76: #undef HAVE_READLINE_READLINE_H
                     77: 
                     78: /* Define to 1 if you have rl_crlf() */
                     79: #undef HAVE_RL_CRLF
                     80: 
                     81: /* Define to 1 if you have rl_ding() */
                     82: #undef HAVE_RL_DING
                     83: 
                     84: /* Define to 1 if you have the <stdint.h> header file. */
                     85: #undef HAVE_STDINT_H
                     86: 
                     87: /* Define to 1 if you have the <stdlib.h> header file. */
                     88: #undef HAVE_STDLIB_H
                     89: 
                     90: /* Define to 1 if you have the <strings.h> header file. */
                     91: #undef HAVE_STRINGS_H
                     92: 
                     93: /* Define to 1 if you have the <string.h> header file. */
                     94: #undef HAVE_STRING_H
                     95: 
                     96: /* Define to 1 if `sa_len' is a member of `struct sockaddr'. */
                     97: #undef HAVE_STRUCT_SOCKADDR_SA_LEN
                     98: 
                     99: /* Define to 1 if you have the <syslog.h> header file. */
                    100: #undef HAVE_SYSLOG_H
                    101: 
                    102: /* Define to 1 if you have the <sys/stat.h> header file. */
                    103: #undef HAVE_SYS_STAT_H
                    104: 
                    105: /* Define to 1 if you have the <sys/types.h> header file. */
                    106: #undef HAVE_SYS_TYPES_H
                    107: 
                    108: /* Define to 1 if _Thread_local is available */
                    109: #undef HAVE_THREAD_LOCAL
                    110: 
                    111: /* Define to 1 if you have the <unistd.h> header file. */
                    112: #undef HAVE_UNISTD_H
                    113: 
                    114: /* Define to the address where bug reports for this package should be sent. */
                    115: #undef PACKAGE_BUGREPORT
                    116: 
                    117: /* Define to the full name of this package. */
                    118: #undef PACKAGE_NAME
                    119: 
                    120: /* Define to the full name and version of this package. */
                    121: #undef PACKAGE_STRING
                    122: 
                    123: /* Define to the one symbol short name of this package. */
                    124: #undef PACKAGE_TARNAME
                    125: 
                    126: /* Define to the home page for this package. */
                    127: #undef PACKAGE_URL
                    128: 
                    129: /* Define to the version of this package. */
                    130: #undef PACKAGE_VERSION
                    131: 
                    132: /* Define to 1 if you have the ANSI C header files. */
                    133: #undef STDC_HEADERS
                    134: 
                    135: /* Which sysdep header to include */
                    136: #undef SYSCONF_INCLUDE
                    137: 
                    138: /* Define to 1 if pthreads are enabled */
                    139: #undef USE_PTHREADS
                    140: 
                    141: /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
                    142:    significant byte first (like Motorola and SPARC, unlike Intel). */
                    143: #if defined AC_APPLE_UNIVERSAL_BUILD
                    144: # if defined __BIG_ENDIAN__
                    145: #  define WORDS_BIGENDIAN 1
                    146: # endif
                    147: #else
                    148: # ifndef WORDS_BIGENDIAN
                    149: #  undef WORDS_BIGENDIAN
                    150: # endif
                    151: #endif

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