1999-01-09 15:02:11 +00:00
|
|
|
/*
|
|
|
|
* This file contains all system parameters automatically
|
|
|
|
* discovered by the configure script.
|
|
|
|
*/
|
|
|
|
|
|
|
|
/* System configuration file */
|
|
|
|
#define SYSCONF_INCLUDE ?
|
|
|
|
|
|
|
|
/* Include debugging code */
|
|
|
|
#undef DEBUGGING
|
|
|
|
|
|
|
|
/* 8-bit integer type */
|
|
|
|
#define INTEGER_8 ?
|
|
|
|
|
|
|
|
/* 16-bit integer type */
|
|
|
|
#define INTEGER_16 ?
|
|
|
|
|
|
|
|
/* 32-bit integer type */
|
|
|
|
#define INTEGER_32 ?
|
|
|
|
|
2011-08-12 19:03:43 +00:00
|
|
|
/* 64-bit integer type */
|
|
|
|
#define INTEGER_64 ?
|
|
|
|
|
1999-01-09 15:02:11 +00:00
|
|
|
/* CPU endianity */
|
|
|
|
#undef CPU_LITTLE_ENDIAN
|
|
|
|
#undef CPU_BIG_ENDIAN
|
|
|
|
|
|
|
|
/* Usual alignment for structures */
|
|
|
|
#define CPU_STRUCT_ALIGN 1
|
|
|
|
|
|
|
|
/* Characteristics of time_t */
|
|
|
|
#undef TIME_T_IS_64BIT
|
|
|
|
#undef TIME_T_IS_SIGNED
|
|
|
|
|
1999-04-12 15:27:56 +00:00
|
|
|
/* We have struct ip_mreqn in <netinet/in.h> */
|
|
|
|
#undef HAVE_STRUCT_IP_MREQN
|
|
|
|
|
1999-01-09 15:02:11 +00:00
|
|
|
/* Protocols compiled in */
|
|
|
|
#undef CONFIG_STATIC
|
|
|
|
#undef CONFIG_RIP
|
2011-03-13 10:33:50 +00:00
|
|
|
#undef CONFIG_RADV
|
2013-11-19 21:33:48 +00:00
|
|
|
#undef CONFIG_BFD
|
1999-01-09 15:02:11 +00:00
|
|
|
#undef CONFIG_BGP
|
|
|
|
#undef CONFIG_OSPF
|
2009-03-25 17:29:17 +00:00
|
|
|
#undef CONFIG_PIPE
|
1999-01-09 15:02:11 +00:00
|
|
|
|
2013-11-19 21:33:48 +00:00
|
|
|
/* We use multithreading */
|
|
|
|
#undef USE_PTHREADS
|
|
|
|
|
1999-01-09 15:02:11 +00:00
|
|
|
/* We have <syslog.h> and syslog() */
|
|
|
|
#undef HAVE_SYSLOG
|
|
|
|
|
2004-05-31 13:25:00 +00:00
|
|
|
/* We have <alloca.h> */
|
|
|
|
#undef HAVE_ALLOCA_H
|
|
|
|
|
1999-03-04 11:36:26 +00:00
|
|
|
/* Are we using dmalloc? */
|
|
|
|
#undef HAVE_LIBDMALLOC
|
2004-05-31 13:25:00 +00:00
|
|
|
|
|
|
|
/* Readline stuff */
|
|
|
|
#undef HAVE_RL_CRLF
|
|
|
|
#undef HAVE_RL_DING
|
|
|
|
|
|
|
|
/* struct sockaddr_in(6) */
|
|
|
|
#undef HAVE_SIN_LEN
|
2009-05-10 23:32:49 +00:00
|
|
|
|
|
|
|
/* We have stdint.h */
|
|
|
|
#undef HAVE_STDINT_H
|
|
|
|
|
2012-05-03 10:25:15 +00:00
|
|
|
#define CONFIG_PATH ?
|