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