File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / sysdep / autoconf.h.in
Revision 1.1.1.2 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 19:50:23 2021 UTC (4 years ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_8p3, HEAD
bird 1.6.8

    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: /* Static protocol */
   31: #undef CONFIG_STATIC
   32: 
   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
   38: 
   39: /* Define to 1 if debugging is enabled */
   40: #undef DEBUGGING
   41: 
   42: /* Define to 1 if you have the <alloca.h> header file. */
   43: #undef HAVE_ALLOCA_H
   44: 
   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). */
   52: #undef HAVE_LIBDMALLOC
   53: 
   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() */
   67: #undef HAVE_RL_CRLF
   68: 
   69: /* Define to 1 if you have rl_ding() */
   70: #undef HAVE_RL_DING
   71: 
   72: /* Define to 1 if you have the <stdint.h> header file. */
   73: #undef HAVE_STDINT_H
   74: 
   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>