summaryrefslogtreecommitdiffstats
path: root/sysdep/autoconf.h.in
blob: 4739fbaffcef85fa75e5d80247c25f43c42513c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
/*
 *	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

/* We have struct ip_mreqn in <netinet/in.h> */
#undef HAVE_STRUCT_IP_MREQN

/* Protocols compiled in */
#undef CONFIG_STATIC
#undef CONFIG_RIP
#undef CONFIG_RADV
#undef CONFIG_BGP
#undef CONFIG_OSPF
#undef CONFIG_PIPE

/* We have <syslog.h> and syslog() */
#undef HAVE_SYSLOG

/* We have <alloca.h> */
#undef HAVE_ALLOCA_H

/* Are we using dmalloc? */
#undef HAVE_LIBDMALLOC

/* Readline stuff */
#undef HAVE_RL_CRLF
#undef HAVE_RL_DING

/* struct sockaddr_in(6) */
#undef HAVE_SIN_LEN

/* We have stdint.h */
#undef HAVE_STDINT_H