]> git.ipfire.org Git - thirdparty/bird.git/blame - sysdep/autoconf.h.in
IO: Avoid multiple event cycles in one loop cycle.
[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
42a0c054
OZ
21/* 64-bit integer type */
22#define INTEGER_64 ?
23
2f9bcf97
MM
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
61fb537c
MM
35/* We have struct ip_mreqn in <netinet/in.h> */
36#undef HAVE_STRUCT_IP_MREQN
37
2f9bcf97
MM
38/* Protocols compiled in */
39#undef CONFIG_STATIC
40#undef CONFIG_RIP
93e868c7 41#undef CONFIG_RADV
1ec52253 42#undef CONFIG_BFD
2f9bcf97
MM
43#undef CONFIG_BGP
44#undef CONFIG_OSPF
4d7d0cb1 45#undef CONFIG_PIPE
2f9bcf97 46
1ec52253
OZ
47/* We use multithreading */
48#undef USE_PTHREADS
49
2f9bcf97
MM
50/* We have <syslog.h> and syslog() */
51#undef HAVE_SYSLOG
52
b1a1faba
OF
53/* We have <alloca.h> */
54#undef HAVE_ALLOCA_H
55
7a2105be
MM
56/* Are we using dmalloc? */
57#undef HAVE_LIBDMALLOC
b1a1faba
OF
58
59/* Readline stuff */
60#undef HAVE_RL_CRLF
61#undef HAVE_RL_DING
62
63/* struct sockaddr_in(6) */
64#undef HAVE_SIN_LEN
ef9c9ab9
OF
65
66/* We have stdint.h */
67#undef HAVE_STDINT_H
68
ab188fb7 69#define CONFIG_PATH ?