and added files
[bcm963xx.git] / userapps / opensource / siproxd / config.h.in
1 /* config.h.in.  Generated from configure.in by autoheader.  */
2
3 /* use custom firewall control module */
4 #undef CUSTOM_FWMODULE
5
6 /* Define to 1 if you have the `accept' function. */
7 #undef HAVE_ACCEPT
8
9 /* Define to 1 if you have the `bind' function. */
10 #undef HAVE_BIND
11
12 /* Define to 1 if you have the `chroot' function. */
13 #undef HAVE_CHROOT
14
15 /* Define to 1 if you don't have `vprintf' but do have `_doprnt.' */
16 #undef HAVE_DOPRNT
17
18 /* Define to 1 if you have the <errno.h> header file. */
19 #undef HAVE_ERRNO_H
20
21 /* Define to 1 if you have the `fcntl' function. */
22 #undef HAVE_FCNTL
23
24 /* Define to 1 if you have the `fgets' function. */
25 #undef HAVE_FGETS
26
27 /* gethostbyname_r takes 3 arguments */
28 #undef HAVE_FUNC_GETHOSTBYNAME_R_3
29
30 /* gethostbyname_r takes 5 arguments */
31 #undef HAVE_FUNC_GETHOSTBYNAME_R_5
32
33 /* gethostbyname_r takes 6 arguments */
34 #undef HAVE_FUNC_GETHOSTBYNAME_R_6
35
36 /* Define to 1 if you have the `getgid' function. */
37 #undef HAVE_GETGID
38
39 /* Define to 1 if you have the `gethostbyname' function. */
40 #undef HAVE_GETHOSTBYNAME
41
42 /* Define to 1 if you have the <getopt.h> header file. */
43 #undef HAVE_GETOPT_H
44
45 /* Define to 1 if you have the `getopt_long' function. */
46 #undef HAVE_GETOPT_LONG
47
48 /* Define to 1 if you have the `getpwnam' function. */
49 #undef HAVE_GETPWNAM
50
51 /* Define to 1 if you have the `getuid' function. */
52 #undef HAVE_GETUID
53
54 /* Define to 1 if you have the `hstrerror' function. */
55 #undef HAVE_HSTRERROR
56
57 /* Define to 1 if you have the `inet_aton' function. */
58 #undef HAVE_INET_ATON
59
60 /* Define to 1 if you have the `inet_ntoa' function. */
61 #undef HAVE_INET_NTOA
62
63 /* Define to 1 if you have the `inet_ntop' function. */
64 #undef HAVE_INET_NTOP
65
66 /* Define to 1 if you have the `inet_pton' function. */
67 #undef HAVE_INET_PTON
68
69 /* Define to 1 if you have the <inttypes.h> header file. */
70 #undef HAVE_INTTYPES_H
71
72 /* Define to 1 if you have the `osip2' library (-losip2). */
73 #undef HAVE_LIBOSIP2
74
75 /* Define to 1 if you have the `osipparser2' library (-losipparser2). */
76 #undef HAVE_LIBOSIPPARSER2
77
78 /* Define to 1 if you have the `listen' function. */
79 #undef HAVE_LISTEN
80
81 /* Define to 1 if you have the <memory.h> header file. */
82 #undef HAVE_MEMORY_H
83
84 /* Define to 1 if you have the <netdb.h> header file. */
85 #undef HAVE_NETDB_H
86
87 /* Define if you have POSIX threads libraries and header files. */
88 #undef HAVE_PTHREAD
89
90 /* Define to 1 if you have the `pthread_setschedparam' function. */
91 #undef HAVE_PTHREAD_SETSCHEDPARAM
92
93 /* Define to 1 if you have the <pwd.h> header file. */
94 #undef HAVE_PWD_H
95
96 /* Define to 1 if you have the `read' function. */
97 #undef HAVE_READ
98
99 /* Define to 1 if you have the `sched_get_priority_max' function. */
100 #undef HAVE_SCHED_GET_PRIORITY_MAX
101
102 /* Define to 1 if you have the `sched_get_priority_min' function. */
103 #undef HAVE_SCHED_GET_PRIORITY_MIN
104
105 /* Define to 1 if you have the `select' function. */
106 #undef HAVE_SELECT
107
108 /* Define to 1 if you have the `send' function. */
109 #undef HAVE_SEND
110
111 /* Define to 1 if you have the `sendto' function. */
112 #undef HAVE_SENDTO
113
114 /* Define to 1 if you have the `setgid' function. */
115 #undef HAVE_SETGID
116
117 /* Define to 1 if you have the `setsid' function. */
118 #undef HAVE_SETSID
119
120 /* Define to 1 if you have the `setuid' function. */
121 #undef HAVE_SETUID
122
123 /* Define to 1 if you have the `socket' function. */
124 #undef HAVE_SOCKET
125
126 /* Define to 1 if you have the `sprintf' function. */
127 #undef HAVE_SPRINTF
128
129 /* Define to 1 if you have the `sscanf' function. */
130 #undef HAVE_SSCANF
131
132 /* Define to 1 if you have the <stdarg.h> header file. */
133 #undef HAVE_STDARG_H
134
135 /* Define to 1 if you have the <stdint.h> header file. */
136 #undef HAVE_STDINT_H
137
138 /* Define to 1 if you have the <stdlib.h> header file. */
139 #undef HAVE_STDLIB_H
140
141 /* Define to 1 if you have the `strchr' function. */
142 #undef HAVE_STRCHR
143
144 /* Define to 1 if you have the `strerror' function. */
145 #undef HAVE_STRERROR
146
147 /* Define to 1 if you have the <strings.h> header file. */
148 #undef HAVE_STRINGS_H
149
150 /* Define to 1 if you have the <string.h> header file. */
151 #undef HAVE_STRING_H
152
153 /* Define to 1 if you have the `strncpy' function. */
154 #undef HAVE_STRNCPY
155
156 /* Define to 1 if you have the `strstr' function. */
157 #undef HAVE_STRSTR
158
159 /* Define to 1 if you have the `syslog' function. */
160 #undef HAVE_SYSLOG
161
162 /* Define to 1 if you have the <sys/socket.h> header file. */
163 #undef HAVE_SYS_SOCKET_H
164
165 /* Define to 1 if you have the <sys/stat.h> header file. */
166 #undef HAVE_SYS_STAT_H
167
168 /* Define to 1 if you have the <sys/time.h> header file. */
169 #undef HAVE_SYS_TIME_H
170
171 /* Define to 1 if you have the <sys/types.h> header file. */
172 #undef HAVE_SYS_TYPES_H
173
174 /* Define to 1 if you have the <unistd.h> header file. */
175 #undef HAVE_UNISTD_H
176
177 /* Define to 1 if you have the <varargs.h> header file. */
178 #undef HAVE_VARARGS_H
179
180 /* Define to 1 if you have the `vfprintf' function. */
181 #undef HAVE_VFPRINTF
182
183 /* Define to 1 if you have the `vprintf' function. */
184 #undef HAVE_VPRINTF
185
186 /* Define to 1 if you have the `vsnprintf' function. */
187 #undef HAVE_VSNPRINTF
188
189 /* Name of package */
190 #undef PACKAGE
191
192 /* Define to the address where bug reports for this package should be sent. */
193 #undef PACKAGE_BUGREPORT
194
195 /* Define to the full name of this package. */
196 #undef PACKAGE_NAME
197
198 /* Define to the full name and version of this package. */
199 #undef PACKAGE_STRING
200
201 /* Define to the one symbol short name of this package. */
202 #undef PACKAGE_TARNAME
203
204 /* Define to the version of this package. */
205 #undef PACKAGE_VERSION
206
207 /* Define to the necessary symbol if this constant uses a non-standard name on
208    your system. */
209 #undef PTHREAD_CREATE_JOINABLE
210
211 /* will search for config file here */
212 #undef SIPROXDCONFPATH
213
214 /* Define to 1 if you have the ANSI C header files. */
215 #undef STDC_HEADERS
216
217 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
218 #undef TIME_WITH_SYS_TIME
219
220 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
221 #undef TM_IN_SYS_TIME
222
223 /* target platform */
224 #undef UNAME
225
226 /* Version number of package */
227 #undef VERSION
228
229 /* building on BSD platform */
230 #undef _BSD
231
232 /* building on BSD/OS platform */
233 #undef _BSDOS
234
235 /* building on Cygwin (Windows) platform */
236 #undef _CYGWIN
237
238 /* building on FreeBSD platform */
239 #undef _FREEBSD
240
241 /* building on Linux platform */
242 #undef _LINUX
243
244 /* building on Mac OSX platform */
245 #undef _MACOSX
246
247 /* building on NetBSD platform */
248 #undef _NETBSD
249
250 /* building on OpenBSD platform */
251 #undef _OPENBSD
252
253 /* building on Solaris2 platform */
254 #undef _SOLARIS2
255
256 /* building on unknown platform */
257 #undef _UNKNOWN
258
259 /* Define to empty if `const' does not conform to ANSI C. */
260 #undef const
261
262 /* Define to `unsigned' if <sys/types.h> does not define. */
263 #undef size_t
264
265 /* typedef socklen_t available */
266 #undef socklen_t