1/* src/config.h.in.  Generated from configure.ac by autoheader.  */
2
3/* Define to one of `_getb67', `GETB67', `getb67' for Cray-2 and Cray-YMP
4   systems. This function is required for `alloca.c' support on those systems.
5   */
6#undef CRAY_STACKSEG_END
7
8/* Define to 1 if using `alloca.c'. */
9#undef C_ALLOCA
10
11/* Define if you have bcg729 library */
12#undef ENABLE_BCG729
13
14/* Define if you have libg722 library installed */
15#undef ENABLE_G722
16
17/* Define if you have G.729 support */
18#undef ENABLE_G729
19
20/* Define if you have libgsm library installed */
21#undef ENABLE_GSM
22
23/* Define to enable dymanic modules */
24#undef ENABLE_MODULE_IF
25
26/* Define if you have libsndfile library installed */
27#undef ENABLE_SNDFILE
28
29/* Define to 1 if you have `alloca', as a function or macro. */
30#undef HAVE_ALLOCA
31
32/* Define to 1 if you have <alloca.h> and it should be used (not on Ultrix).
33   */
34#undef HAVE_ALLOCA_H
35
36/* Define to 1 if you have the <arpa/inet.h> header file. */
37#undef HAVE_ARPA_INET_H
38
39/* Define to 1 if you have the `atexit' function. */
40#undef HAVE_ATEXIT
41
42/* Define to 1 if you have the <dlfcn.h> header file. */
43#undef HAVE_DLFCN_H
44
45/* Define to 1 if you have the <endian.h> header file. */
46#undef HAVE_ENDIAN_H
47
48/* Define to 1 if you have the <err.h> header file. */
49#undef HAVE_ERR_H
50
51/* Define to 1 if you have the <fcntl.h> header file. */
52#undef HAVE_FCNTL_H
53
54/* Define if you have gcc-style atomic operations */
55#undef HAVE_GCC_ATOMICS
56
57/* Define to 1 if you have the `gettimeofday' function. */
58#undef HAVE_GETTIMEOFDAY
59
60/* Define to 1 if you have the <inttypes.h> header file. */
61#undef HAVE_INTTYPES_H
62
63/* Define to 1 if you have the <limits.h> header file. */
64#undef HAVE_LIMITS_H
65
66/* Define to 1 if your system has a GNU libc compatible `malloc' function, and
67   to 0 otherwise. */
68#undef HAVE_MALLOC
69
70/* Define to 1 if you have the <memory.h> header file. */
71#undef HAVE_MEMORY_H
72
73/* Define to 1 if you have the `memset' function. */
74#undef HAVE_MEMSET
75
76/* Define to 1 if you have the `mkdir' function. */
77#undef HAVE_MKDIR
78
79/* Define to 1 if you have the <netdb.h> header file. */
80#undef HAVE_NETDB_H
81
82/* Define to 1 if you have the <netinet/in.h> header file. */
83#undef HAVE_NETINET_IN_H
84
85/* Have the sockaddr_un.sun_len member. */
86#undef HAVE_SOCKADDR_SUN_LEN
87
88/* Define to 1 if you have the `socket' function. */
89#undef HAVE_SOCKET
90
91/* Define to 1 if you have the <stdint.h> header file. */
92#undef HAVE_STDINT_H
93
94/* Define to 1 if you have the <stdlib.h> header file. */
95#undef HAVE_STDLIB_H
96
97/* Define to 1 if you have the `strchr' function. */
98#undef HAVE_STRCHR
99
100/* Define to 1 if you have the `strdup' function. */
101#undef HAVE_STRDUP
102
103/* Define to 1 if you have the `strerror' function. */
104#undef HAVE_STRERROR
105
106/* Define to 1 if you have the <strings.h> header file. */
107#undef HAVE_STRINGS_H
108
109/* Define to 1 if you have the <string.h> header file. */
110#undef HAVE_STRING_H
111
112/* Define to 1 if you have the `strlcpy' function. */
113#undef HAVE_STRLCPY
114
115/* Define if you have systemd daemon */
116#undef HAVE_SYSTEMD_DAEMON
117
118/* Define to 1 if you have the <sys/endian.h> header file. */
119#undef HAVE_SYS_ENDIAN_H
120
121/* Define to 1 if you have the <sys/socket.h> header file. */
122#undef HAVE_SYS_SOCKET_H
123
124/* Define to 1 if you have the <sys/stat.h> header file. */
125#undef HAVE_SYS_STAT_H
126
127/* Define to 1 if you have the <sys/time.h> header file. */
128#undef HAVE_SYS_TIME_H
129
130/* Define to 1 if you have the <sys/types.h> header file. */
131#undef HAVE_SYS_TYPES_H
132
133/* Define to 1 if you have the <unistd.h> header file. */
134#undef HAVE_UNISTD_H
135
136/* Define to the sub-directory where libtool stores uninstalled libraries. */
137#undef LT_OBJDIR
138
139/* Name of package */
140#undef PACKAGE
141
142/* Define to the address where bug reports for this package should be sent. */
143#undef PACKAGE_BUGREPORT
144
145/* Define to the full name of this package. */
146#undef PACKAGE_NAME
147
148/* Define to the full name and version of this package. */
149#undef PACKAGE_STRING
150
151/* Define to the one symbol short name of this package. */
152#undef PACKAGE_TARNAME
153
154/* Define to the home page for this package. */
155#undef PACKAGE_URL
156
157/* Define to the version of this package. */
158#undef PACKAGE_VERSION
159
160/* Define as the return type of signal handlers (`int' or `void'). */
161#undef RETSIGTYPE
162
163/* If using the C implementation of alloca, define if you know the
164   direction of stack growth for your system; otherwise it will be
165   automatically deduced at runtime.
166	STACK_DIRECTION > 0 => grows toward higher addresses
167	STACK_DIRECTION < 0 => grows toward lower addresses
168	STACK_DIRECTION = 0 => direction of growth unknown */
169#undef STACK_DIRECTION
170
171/* Define to 1 if you have the ANSI C header files. */
172#undef STDC_HEADERS
173
174/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
175#undef TIME_WITH_SYS_TIME
176
177/* Version number of package */
178#undef VERSION
179
180/* Define to empty if `const' does not conform to ANSI C. */
181#undef const
182
183/* Define to rpl_malloc if the replacement function should be used. */
184#undef malloc
185
186/* Define to `unsigned int' if <sys/types.h> does not define. */
187#undef size_t
188