]> git.ipfire.org Git - thirdparty/bird.git/blame - sysdep/autoconf.h.in
Fixed bug in cli help.
[thirdparty/bird.git] / sysdep / autoconf.h.in
CommitLineData
2f9bcf97
MM
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/* CPU endianity */
22#undef CPU_LITTLE_ENDIAN
23#undef CPU_BIG_ENDIAN
24
25/* Usual alignment for structures */
26#define CPU_STRUCT_ALIGN 1
27
28/* Characteristics of time_t */
29#undef TIME_T_IS_64BIT
30#undef TIME_T_IS_SIGNED
31
61fb537c
MM
32/* We have struct ip_mreqn in <netinet/in.h> */
33#undef HAVE_STRUCT_IP_MREQN
34
2f9bcf97
MM
35/* Protocols compiled in */
36#undef CONFIG_STATIC
37#undef CONFIG_RIP
38#undef CONFIG_BGP
39#undef CONFIG_OSPF
4d7d0cb1 40#undef CONFIG_PIPE
2f9bcf97
MM
41
42/* We have <syslog.h> and syslog() */
43#undef HAVE_SYSLOG
44
b1a1faba
OF
45/* We have <alloca.h> */
46#undef HAVE_ALLOCA_H
47
7a2105be
MM
48/* Are we using dmalloc? */
49#undef HAVE_LIBDMALLOC
b1a1faba
OF
50
51/* Readline stuff */
52#undef HAVE_RL_CRLF
53#undef HAVE_RL_DING
54
55/* struct sockaddr_in(6) */
56#undef HAVE_SIN_LEN