File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / bird / sysdep / autoconf.h.in
Revision 1.1.1.1 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Tue Aug 22 12:33:54 2017 UTC (6 years, 10 months ago) by misho
Branches: bird, MAIN
CVS tags: v1_6_3p0, v1_6_3, HEAD
bird 1.6.3

    1: /*
    2:  *	This file contains all system parameters automatically
    3:  *	discovered by the configure script.
    4:  */
    5: 
    6: /* System configuration file */
    7: #define SYSCONF_INCLUDE ?
    8: 
    9: /* Include debugging code */
   10: #undef DEBUGGING
   11: 
   12: /* 8-bit integer type */
   13: #define INTEGER_8 ?
   14: 
   15: /* 16-bit integer type */
   16: #define INTEGER_16 ?
   17: 
   18: /* 32-bit integer type */
   19: #define INTEGER_32 ?
   20: 
   21: /* 64-bit integer type */
   22: #define INTEGER_64 ?
   23: 
   24: /* CPU endianity */
   25: #undef CPU_LITTLE_ENDIAN
   26: #undef CPU_BIG_ENDIAN
   27: 
   28: /* Usual alignment for structures */
   29: #define CPU_STRUCT_ALIGN 1
   30: 
   31: /* Characteristics of time_t */
   32: #undef TIME_T_IS_64BIT
   33: #undef TIME_T_IS_SIGNED
   34: 
   35: /* We have struct ip_mreqn in <netinet/in.h> */
   36: #undef HAVE_STRUCT_IP_MREQN
   37: 
   38: /* Protocols compiled in */
   39: #undef CONFIG_STATIC
   40: #undef CONFIG_RIP
   41: #undef CONFIG_RADV
   42: #undef CONFIG_BFD
   43: #undef CONFIG_BGP
   44: #undef CONFIG_OSPF
   45: #undef CONFIG_PIPE
   46: #undef CONFIG_BABEL
   47: 
   48: /* We use multithreading */
   49: #undef USE_PTHREADS
   50: 
   51: /* We have <syslog.h> and syslog() */
   52: #undef HAVE_SYSLOG
   53: 
   54: /* We have <alloca.h> */
   55: #undef HAVE_ALLOCA_H
   56: 
   57: /* Are we using dmalloc? */
   58: #undef HAVE_LIBDMALLOC
   59: 
   60: /* Readline stuff */
   61: #undef HAVE_RL_CRLF
   62: #undef HAVE_RL_DING
   63: 
   64: /* struct sockaddr_in(6) */
   65: #undef HAVE_SIN_LEN
   66: 
   67: /* We have stdint.h */
   68: #undef HAVE_STDINT_H
   69: 
   70: #define CONFIG_PATH ?

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