1999-01-09 23:02:11 +08: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 ?
|
|
|
|
|
|
|
|
/* 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 23:27:56 +08:00
|
|
|
/* We have struct ip_mreqn in <netinet/in.h> */
|
|
|
|
#undef HAVE_STRUCT_IP_MREQN
|
|
|
|
|
1999-01-09 23:02:11 +08:00
|
|
|
/* Protocols compiled in */
|
|
|
|
#undef CONFIG_STATIC
|
|
|
|
#undef CONFIG_RIP
|
|
|
|
#undef CONFIG_BGP
|
|
|
|
#undef CONFIG_OSPF
|
|
|
|
|
|
|
|
/* We have <syslog.h> and syslog() */
|
|
|
|
#undef HAVE_SYSLOG
|
|
|
|
|
1999-03-04 19:36:26 +08:00
|
|
|
/* Are we using dmalloc? */
|
|
|
|
#undef HAVE_LIBDMALLOC
|