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