source: src/router/inadyn-mt/src/config.h.in @ 17805

Last change on this file since 17805 was 17805, checked in by eko, 19 months ago

inadyn-mt: for testing and future use

File size: 3.7 KB
Line 
1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* More debug log output */
4#undef DEBUG
5
6/* Define to 1 if you have the <ao/ao.h> header file. */
7#undef HAVE_AO_AO_H
8
9/* Define to 1 if you have the <arpa/inet.h> header file. */
10#undef HAVE_ARPA_INET_H
11
12/* Define to 1 if you have the <fcntl.h> header file. */
13#undef HAVE_FCNTL_H
14
15/* Define to 1 if you have the `fork' function. */
16#undef HAVE_FORK
17
18/* Define to 1 if you have the <inttypes.h> header file. */
19#undef HAVE_INTTYPES_H
20
21/* Define to 1 if you have the <locale.h> header file. */
22#undef HAVE_LOCALE_H
23
24/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
25   to 0 otherwise. */
26#undef HAVE_MALLOC
27
28/* Define to 1 if you have the <memory.h> header file. */
29#undef HAVE_MEMORY_H
30
31/* Define to 1 if you have the <netdb.h> header file. */
32#undef HAVE_NETDB_H
33
34/* Define to 1 if you have the <netinet/in.h> header file. */
35#undef HAVE_NETINET_IN_H
36
37/* Define to 1 if your system has a GNU libc compatible `realloc' function,
38   and to 0 otherwise. */
39#undef HAVE_REALLOC
40
41/* Define to 1 if stdbool.h conforms to C99. */
42#undef HAVE_STDBOOL_H
43
44/* Define to 1 if you have the <stdint.h> header file. */
45#undef HAVE_STDINT_H
46
47/* Define to 1 if you have the <stdlib.h> header file. */
48#undef HAVE_STDLIB_H
49
50/* Define to 1 if you have the <strings.h> header file. */
51#undef HAVE_STRINGS_H
52
53/* Define to 1 if you have the <string.h> header file. */
54#undef HAVE_STRING_H
55
56/* Define to 1 if you have the <syslog.h> header file. */
57#undef HAVE_SYSLOG_H
58
59/* Define to 1 if you have the <sys/ioctl.h> header file. */
60#undef HAVE_SYS_IOCTL_H
61
62/* Define to 1 if you have the <sys/socket.h> header file. */
63#undef HAVE_SYS_SOCKET_H
64
65/* Define to 1 if you have the <sys/stat.h> header file. */
66#undef HAVE_SYS_STAT_H
67
68/* Define to 1 if you have the <sys/time.h> header file. */
69#undef HAVE_SYS_TIME_H
70
71/* Define to 1 if you have the <sys/types.h> header file. */
72#undef HAVE_SYS_TYPES_H
73
74/* Define to 1 if you have the <unistd.h> header file. */
75#undef HAVE_UNISTD_H
76
77/* Define to 1 if you have the `vfork' function. */
78#undef HAVE_VFORK
79
80/* Define to 1 if you have the <vfork.h> header file. */
81#undef HAVE_VFORK_H
82
83/* Define to 1 if you have the <wchar.h> header file. */
84#undef HAVE_WCHAR_H
85
86/* Define to 1 if you have the <wctype.h> header file. */
87#undef HAVE_WCTYPE_H
88
89/* Define to 1 if `fork' works. */
90#undef HAVE_WORKING_FORK
91
92/* Define to 1 if `vfork' works. */
93#undef HAVE_WORKING_VFORK
94
95/* Define to 1 if the system has the type `_Bool'. */
96#undef HAVE__BOOL
97
98/* Disallow load some libraries dynamically */
99#undef NO_DYN_LOAD
100
101/* Define to 1 if your C compiler doesn't accept -c and -o together. */
102#undef NO_MINUS_C_MINUS_O
103
104/* Name of package */
105#undef PACKAGE
106
107/* Define to the address where bug reports for this package should be sent. */
108#undef PACKAGE_BUGREPORT
109
110/* Define to the full name of this package. */
111#undef PACKAGE_NAME
112
113/* Define to the full name and version of this package. */
114#undef PACKAGE_STRING
115
116/* Define to the one symbol short name of this package. */
117#undef PACKAGE_TARNAME
118
119/* Define to the home page for this package. */
120#undef PACKAGE_URL
121
122/* Define to the version of this package. */
123#undef PACKAGE_VERSION
124
125/* Define to 1 if you have the ANSI C header files. */
126#undef STDC_HEADERS
127
128/* Audible alerts on network status trouble */
129#undef USE_SNDFILE
130
131/* Multithreaded flow control */
132#undef USE_THREADS
133
134/* Version number of package */
135#undef VERSION
136
137/* Define to rpl_malloc if the replacement function should be used. */
138#undef malloc
139
140/* Define to `int' if <sys/types.h> does not define. */
141#undef pid_t
142
143/* Define to rpl_realloc if the replacement function should be used. */
144#undef realloc
145
146/* Define as `fork' if `vfork' does not work. */
147#undef vfork
Note: See TracBrowser for help on using the repository browser.