FreeTDS API
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Macros Modules Pages
config.h
1 /* include/config.h. Generated from config.h.in by configure. */
2 /* include/config.h.in. Generated from configure.ac by autoheader. */
3 
4 /* Define if building universal (internal helper macro) */
5 /* #undef AC_APPLE_UNIVERSAL_BUILD */
6 
7 /* Define to 1 if you need BSD_COMP defined to get FIONBIO defined. */
8 /* #undef BSD_COMP */
9 
10 /* Define to enable work in progress code */
11 /* #undef ENABLE_DEVELOPING */
12 
13 /* Define to enable extra checks on code */
14 /* #undef ENABLE_EXTRA_CHECKS */
15 
16 /* Defined if --enable-krb5 used and library detected */
17 /* #undef ENABLE_KRB5 */
18 
19 /* Define to enable MARS support */
20 /* #undef ENABLE_ODBC_MARS */
21 
22 /* Define to enable ODBC wide string support */
23 #define ENABLE_ODBC_WIDE 1
24 
25 /* Define to 1 if GNU tls use nettle as backend. */
26 /* #undef GNUTLS_USE_NETTLE */
27 
28 /* Define to 1 if you have the `alarm' function. */
29 #define HAVE_ALARM 1
30 
31 /* Define to 1 if you have the <arpa/inet.h> header file. */
32 #define HAVE_ARPA_INET_H 1
33 
34 /* Define to 1 if you have the `asprintf' function. */
35 #define HAVE_ASPRINTF 1
36 
37 /* Define to 1 if you have the `basename' function. */
38 #define HAVE_BASENAME 1
39 
40 /* Define if you have the clock_gettime function. */
41 #define HAVE_CLOCK_GETTIME 1
42 
43 /* Define to 1 if you have the <com_err.h> header file. */
44 /* #undef HAVE_COM_ERR_H */
45 
46 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
47  you don't. */
48 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
49 
50 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
51  */
52 /* #undef HAVE_DECL_TZNAME */
53 
54 /* Define to 1 if you have the <dirent.h> header file. */
55 #define HAVE_DIRENT_H 1
56 
57 /* Define if you have the GNU dld library. */
58 /* #undef HAVE_DLD */
59 
60 /* Define to 1 if you have the `dlerror' function. */
61 #define HAVE_DLERROR 1
62 
63 /* Define to 1 if you have the <dlfcn.h> header file. */
64 #define HAVE_DLFCN_H 1
65 
66 /* Define if you have the _dyld_func_lookup function. */
67 /* #undef HAVE_DYLD */
68 
69 /* Define to 1 if you have the <errno.h> header file. */
70 #define HAVE_ERRNO_H 1
71 
72 /* Define to 1 if you have the `error_message' function. */
73 /* #undef HAVE_ERROR_MESSAGE */
74 
75 /* Define to 1 if you have the `fork' function. */
76 #define HAVE_FORK 1
77 
78 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
79 #define HAVE_FSEEKO 1
80 
81 /* Define to 1 if you have the `fstat' function. */
82 #define HAVE_FSTAT 1
83 
84 /* Define to 1 if your system provides the 5-parameter version of
85  gethostbyaddr_r(). */
86 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
87 
88 /* Define to 1 if your system provides the 7-parameter version of
89  gethostbyaddr_r(). */
90 #define HAVE_FUNC_GETHOSTBYADDR_R_7 1
91 
92 /* Define to 1 if your system provides the 8-parameter version of
93  gethostbyaddr_r(). */
94 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
95 
96 /* Define to 1 if your system provides the 3-parameter version of
97  gethostbyname_r(). */
98 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
99 
100 /* Define to 1 if your system provides the 5-parameter version of
101  gethostbyname_r(). */
102 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
103 
104 /* Define to 1 if your system provides the 6-parameter version of
105  gethostbyname_r(). */
106 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
107 
108 /* Define to 1 if your system provides the 4-parameter version of
109  getpwuid_r(). */
110 /* #undef HAVE_FUNC_GETPWUID_R_4 */
111 
112 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
113  passwd*. */
114 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
115 
116 /* Define to 1 if your system provides the 5-parameter version of
117  getpwuid_r(). */
118 #define HAVE_FUNC_GETPWUID_R_5 1
119 
120 /* Define to 1 if your system provides the 4-parameter version of
121  getservbyname_r(). */
122 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
123 
124 /* Define to 1 if your system provides the 5-parameter version of
125  getservbyname_r(). */
126 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
127 
128 /* Define to 1 if your system provides the 6-parameter version of
129  getservbyname_r(). */
130 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
131 
132 /* Define to 1 if your localtime_r return a int. */
133 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
134 
135 /* Define to 1 if your localtime_r return a struct tm*. */
136 #define HAVE_FUNC_LOCALTIME_R_TM 1
137 
138 /* Define if you have getaddrinfo function */
139 #define HAVE_GETADDRINFO 1
140 
141 /* Define to 1 if you have the `gethostname' function. */
142 #define HAVE_GETHOSTNAME 1
143 
144 /* Define to 1 if you have the `gethrtime' function. */
145 /* #undef HAVE_GETHRTIME */
146 
147 /* Define to 1 if you have the `getipnodebyaddr' function. */
148 /* #undef HAVE_GETIPNODEBYADDR */
149 
150 /* Define to 1 if you have the `getipnodebyname' function. */
151 /* #undef HAVE_GETIPNODEBYNAME */
152 
153 /* Define to 1 if you have the `getopt' function. */
154 #define HAVE_GETOPT 1
155 
156 /* Define if your getopt(3) defines and uses optreset */
157 #define HAVE_GETOPT_OPTRESET 1
158 
159 /* Define to 1 if you have the `getpwuid' function. */
160 #define HAVE_GETPWUID 1
161 
162 /* Define to 1 if you have the `getpwuid_r' function. */
163 #define HAVE_GETPWUID_R 1
164 
165 /* Define to 1 if you have the `gettimeofday' function. */
166 #define HAVE_GETTIMEOFDAY 1
167 
168 /* Define to 1 if you have the `getuid' function. */
169 #define HAVE_GETUID 1
170 
171 /* Define to 1 if you have GNU tls. */
172 /* #undef HAVE_GNUTLS */
173 
174 /* Define to 1 if you have the `gnutls_record_disable_padding' function. */
175 /* #undef HAVE_GNUTLS_RECORD_DISABLE_PADDING */
176 
177 /* Define if you have the iconv() function and it works. */
178 #define HAVE_ICONV 1
179 
180 /* Define to 1 if you have the `inet_ntoa_r' function. */
181 /* #undef HAVE_INET_NTOA_R */
182 
183 /* Define to 1 if you have the `inet_ntop' function. */
184 #define HAVE_INET_NTOP 1
185 
186 /* Define to 1 if you have the <inttypes.h> header file. */
187 #define HAVE_INTTYPES_H 1
188 
189 /* Define to 1 if you have the <iodbcinst.h> header file. */
190 /* #undef HAVE_IODBCINST_H */
191 
192 /* Define to 1 if you have the <langinfo.h> header file. */
193 #define HAVE_LANGINFO_H 1
194 
195 /* Define if you have the libdl library or equivalent. */
196 #define HAVE_LIBDL 1
197 
198 /* Define if libdlloader will be built on this platform */
199 #define HAVE_LIBDLLOADER 1
200 
201 /* Define to 1 if you have the <libgen.h> header file. */
202 #define HAVE_LIBGEN_H 1
203 
204 /* Define to 1 if you have the <limits.h> header file. */
205 #define HAVE_LIMITS_H 1
206 
207 /* Define to 1 if you have the <localcharset.h> header file. */
208 /* #undef HAVE_LOCALCHARSET_H */
209 
210 /* Define to 1 if you have the `locale_charset' function. */
211 /* #undef HAVE_LOCALE_CHARSET */
212 
213 /* Define to 1 if you have the <locale.h> header file. */
214 #define HAVE_LOCALE_H 1
215 
216 /* Define to 1 if you have the `localtime_r' function. */
217 #define HAVE_LOCALTIME_R 1
218 
219 /* Define to 1 if you have the <malloc.h> header file. */
220 #define HAVE_MALLOC_H 1
221 
222 /* Define to 1 if your system provides the malloc_options variable. */
223 /* #undef HAVE_MALLOC_OPTIONS */
224 
225 /* Define to 1 if you have the <memory.h> header file. */
226 #define HAVE_MEMORY_H 1
227 
228 /* Define to 1 if you have the `nanosleep' function. */
229 #define HAVE_NANOSLEEP 1
230 
231 /* Define to 1 if you have the <netdb.h> header file. */
232 #define HAVE_NETDB_H 1
233 
234 /* Define to 1 if you have the <netinet/in.h> header file. */
235 #define HAVE_NETINET_IN_H 1
236 
237 /* Define to 1 if you have the <netinet/tcp.h> header file. */
238 #define HAVE_NETINET_TCP_H 1
239 
240 /* Define to 1 if nettle is present. */
241 /* #undef HAVE_NETTLE */
242 
243 /* Define to 1 if you have the `nl_langinfo' function. */
244 #define HAVE_NL_LANGINFO 1
245 
246 /* Define if you have the OpenSSL. */
247 /* #undef HAVE_OPENSSL */
248 
249 /* Define to 1 if you have the <paths.h> header file. */
250 #define HAVE_PATHS_H 1
251 
252 /* Define to 1 if you have the `poll' function. */
253 #define HAVE_POLL 1
254 
255 /* Define to 1 if you have the <poll.h> header file. */
256 #define HAVE_POLL_H 1
257 
258 /* Define if you have POSIX threads libraries and header files. */
259 #define HAVE_PTHREAD 1
260 
261 /* Define to 1 if you have the `pthread_condattr_setclock' function. */
262 #define HAVE_PTHREAD_CONDATTR_SETCLOCK 1
263 
264 /* Define to 1 if you have the `pthread_cond_timedwait' function. */
265 #define HAVE_PTHREAD_COND_TIMEDWAIT 1
266 
267 /* Define to 1 if you have the `pthread_cond_timedwait_relative_np' function.
268  */
269 /* #undef HAVE_PTHREAD_COND_TIMEDWAIT_RELATIVE_NP */
270 
271 /* Define to 1 if you have the `putenv' function. */
272 #define HAVE_PUTENV 1
273 
274 /* Define to 1 if you have the `readdir_r' function. */
275 #define HAVE_READDIR_R 1
276 
277 /* Define to 1 if you have the GNU Readline library. */
278 /* #undef HAVE_READLINE */
279 
280 /* Define to 1 if you have the `readpassphrase' function. */
281 /* #undef HAVE_READPASSPHRASE */
282 
283 /* Define to 1 if you have rl_inhibit_completion. */
284 /* #undef HAVE_RL_INHIBIT_COMPLETION */
285 
286 /* Define to 1 if you have the `rl_on_new_line' function. */
287 /* #undef HAVE_RL_ON_NEW_LINE */
288 
289 /* Define to 1 if you have the `rl_reset_line_state' function. */
290 /* #undef HAVE_RL_RESET_LINE_STATE */
291 
292 /* Define to 1 if you have the <roken.h> header file. */
293 /* #undef HAVE_ROKEN_H */
294 
295 /* Define to 1 if you have the `setenv' function. */
296 #define HAVE_SETENV 1
297 
298 /* Define to 1 if you have the `setitimer' function. */
299 #define HAVE_SETITIMER 1
300 
301 /* Define to 1 if you have the `setrlimit' function. */
302 #define HAVE_SETRLIMIT 1
303 
304 /* Define if you have the shl_load function. */
305 /* #undef HAVE_SHL_LOAD */
306 
307 /* Define to 1 if you have the <signal.h> header file. */
308 #define HAVE_SIGNAL_H 1
309 
310 /* Define to 1 if you have the `socketpair' function. */
311 #define HAVE_SOCKETPAIR 1
312 
313 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
314 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */
315 
316 /* Define if sqltypes.h define SQLLEN */
317 /* #undef HAVE_SQLLEN */
318 
319 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
320 /* #undef HAVE_SQLROWOFFSET */
321 
322 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
323 /* #undef HAVE_SQLROWSETSIZE */
324 
325 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
326 /* #undef HAVE_SQLSETPOSIROW */
327 
328 /* Define to 1 if you have the <sql.h> header file. */
329 /* #undef HAVE_SQL_H */
330 
331 /* Defined if not --disable-sspi and SSPI detected */
332 /* #undef HAVE_SSPI */
333 
334 /* Define to 1 if you have the <stdbool.h> header file. */
335 #define HAVE_STDBOOL_H 1
336 
337 /* Define to 1 if you have the <stddef.h> header file. */
338 #define HAVE_STDDEF_H 1
339 
340 /* Define to 1 if you have the <stdint.h> header file. */
341 #define HAVE_STDINT_H 1
342 
343 /* Define to 1 if you have the <stdlib.h> header file. */
344 #define HAVE_STDLIB_H 1
345 
346 /* Define to 1 if you have the <strings.h> header file. */
347 #define HAVE_STRINGS_H 1
348 
349 /* Define to 1 if you have the <string.h> header file. */
350 #define HAVE_STRING_H 1
351 
352 /* Define to 1 if you have the `strlcat' function. */
353 #define HAVE_STRLCAT 1
354 
355 /* Define to 1 if you have the `strlcpy' function. */
356 #define HAVE_STRLCPY 1
357 
358 /* Define to 1 if you have the `strsep' function. */
359 #define HAVE_STRSEP 1
360 
361 /* Define to 1 if you have the `strtok_r' function. */
362 #define HAVE_STRTOK_R 1
363 
364 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
365 #define HAVE_STRUCT_TM_TM_ZONE 1
366 
367 /* Define to 1 if `__tm_zone' is a member of `struct tm'. */
368 /* #undef HAVE_STRUCT_TM___TM_ZONE */
369 
370 /* Define to 1 if you have the <sys/ioctl.h> header file. */
371 #define HAVE_SYS_IOCTL_H 1
372 
373 /* Define to 1 if you have the <sys/param.h> header file. */
374 #define HAVE_SYS_PARAM_H 1
375 
376 /* Define to 1 if you have the <sys/resource.h> header file. */
377 #define HAVE_SYS_RESOURCE_H 1
378 
379 /* Define to 1 if you have the <sys/select.h> header file. */
380 #define HAVE_SYS_SELECT_H 1
381 
382 /* Define to 1 if you have the <sys/socket.h> header file. */
383 #define HAVE_SYS_SOCKET_H 1
384 
385 /* Define to 1 if you have the <sys/stat.h> header file. */
386 #define HAVE_SYS_STAT_H 1
387 
388 /* Define to 1 if you have the <sys/time.h> header file. */
389 #define HAVE_SYS_TIME_H 1
390 
391 /* Define to 1 if you have the <sys/types.h> header file. */
392 #define HAVE_SYS_TYPES_H 1
393 
394 /* Define to 1 if you have the <sys/wait.h> header file. */
395 #define HAVE_SYS_WAIT_H 1
396 
397 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
398  `HAVE_STRUCT_TM_TM_ZONE' instead. */
399 #define HAVE_TM_ZONE 1
400 
401 /* Define to 1 if you don't have `tm_zone' but do have the external array
402  `tzname'. */
403 /* #undef HAVE_TZNAME */
404 
405 /* Define to 1 if you have the <unistd.h> header file. */
406 #define HAVE_UNISTD_H 1
407 
408 /* Define to 1 if you have the `usleep' function. */
409 #define HAVE_USLEEP 1
410 
411 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
412 /* #undef HAVE_VALGRIND_MEMCHECK_H */
413 
414 /* Define to 1 if you have the `vasprintf' function. */
415 #define HAVE_VASPRINTF 1
416 
417 /* Define to 1 if you have the `vsnprintf' function. */
418 #define HAVE_VSNPRINTF 1
419 
420 /* Define to 1 if you have the <wchar.h> header file. */
421 #define HAVE_WCHAR_H 1
422 
423 /* Define to 1 if you have the <windows.h> header file. */
424 /* #undef HAVE_WINDOWS_H */
425 
426 /* Define to 1 if you have the <winsock2.h> header file. */
427 /* #undef HAVE_WINSOCK2_H */
428 
429 /* Define to 1 if you have the `_fseeki64' function. */
430 /* #undef HAVE__FSEEKI64 */
431 
432 /* Define to 1 if you have the `_ftelli64' function. */
433 /* #undef HAVE__FTELLI64 */
434 
435 /* Define to 1 if you have the `_lock_file' function. */
436 /* #undef HAVE__LOCK_FILE */
437 
438 /* Define to 1 if you have the `_unlock_file' function. */
439 /* #undef HAVE__UNLOCK_FILE */
440 
441 /* Define to 1 if you have the `_vscprintf' function. */
442 /* #undef HAVE__VSCPRINTF */
443 
444 /* Define to 1 if you have the `_vsnprintf' function. */
445 #define HAVE__VSNPRINTF 1
446 
447 /* Define to 1 if you have the `_xpg_accept' function. */
448 /* #undef HAVE__XPG_ACCEPT */
449 
450 /* Define to 1 if you have the `_xpg_getpeername' function. */
451 /* #undef HAVE__XPG_GETPEERNAME */
452 
453 /* Define to 1 if you have the `_xpg_getsockname' function. */
454 /* #undef HAVE__XPG_GETSOCKNAME */
455 
456 /* Define to 1 if you have the `_xpg_getsockopt' function. */
457 /* #undef HAVE__XPG_GETSOCKOPT */
458 
459 /* Define to 1 if you have the `_xpg_recvfrom' function. */
460 /* #undef HAVE__XPG_RECVFROM */
461 
462 /* Define to 1 if you have the `__accept' function. */
463 /* #undef HAVE___ACCEPT */
464 
465 /* Define to 1 if you have the `__getpeername' function. */
466 /* #undef HAVE___GETPEERNAME */
467 
468 /* Define to 1 if you have the `__getsockname' function. */
469 /* #undef HAVE___GETSOCKNAME */
470 
471 /* Define to 1 if you have the `__getsockopt' function. */
472 /* #undef HAVE___GETSOCKOPT */
473 
474 /* Define to 1 if you have the `__recvfrom' function. */
475 /* #undef HAVE___RECVFROM */
476 
477 /* Define as const if the declaration of iconv() needs const. */
478 #define ICONV_CONST const
479 
480 /* Define to value of INADDR_NONE if not provided by your system header files.
481  */
482 /* #undef INADDR_NONE */
483 
484 /* Define to the sub-directory where libtool stores uninstalled libraries. */
485 #define LT_OBJDIR ".libs/"
486 
487 /* Define to 1 if the BSD-style netdb interface is reentrant. */
488 /* #undef NETDB_REENTRANT */
489 
490 /* Define to 1 if memset(0) sets pointers to NULL. */
491 #define NULL_REP_IS_ZERO_BYTES 1
492 
493 /* Name of package */
494 #define PACKAGE "freetds"
495 
496 /* Define to the address where bug reports for this package should be sent. */
497 #define PACKAGE_BUGREPORT ""
498 
499 /* Define to the full name of this package. */
500 #define PACKAGE_NAME "FreeTDS"
501 
502 /* Define to the full name and version of this package. */
503 #define PACKAGE_STRING "FreeTDS dev.0.99.384"
504 
505 /* Define to the one symbol short name of this package. */
506 #define PACKAGE_TARNAME "freetds"
507 
508 /* Define to the home page for this package. */
509 #define PACKAGE_URL ""
510 
511 /* Define to the version of this package. */
512 #define PACKAGE_VERSION "dev.0.99.384"
513 
514 /* Define to necessary symbol if this constant uses a non-standard name on
515  your system. */
516 /* #undef PTHREAD_CREATE_JOINABLE */
517 
518 /* The size of `char', as computed by sizeof. */
519 #define SIZEOF_CHAR 1
520 
521 /* The size of `double', as computed by sizeof. */
522 #define SIZEOF_DOUBLE 8
523 
524 /* The size of `float', as computed by sizeof. */
525 #define SIZEOF_FLOAT 4
526 
527 /* The size of `int', as computed by sizeof. */
528 #define SIZEOF_INT 4
529 
530 /* The size of `long', as computed by sizeof. */
531 #define SIZEOF_LONG 8
532 
533 /* The size of `long double', as computed by sizeof. */
534 #define SIZEOF_LONG_DOUBLE 16
535 
536 /* The size of `long long', as computed by sizeof. */
537 #define SIZEOF_LONG_LONG 8
538 
539 /* The size of `short', as computed by sizeof. */
540 #define SIZEOF_SHORT 2
541 
542 /* The size of `SQLWCHAR', as computed by sizeof. */
543 #define SIZEOF_SQLWCHAR 0
544 
545 /* The size of `void *', as computed by sizeof. */
546 #define SIZEOF_VOID_P 8
547 
548 /* The size of `wchar_t', as computed by sizeof. */
549 #define SIZEOF_WCHAR_T 4
550 
551 /* The size of `__int64', as computed by sizeof. */
552 #define SIZEOF___INT64 0
553 
554 /* Define to 1 if you have the ANSI C header files. */
555 #define STDC_HEADERS 1
556 
557 /* Define to use TDS 4.2 by default */
558 /* #undef TDS42 */
559 
560 /* Define to use TDS 4.6 by default */
561 /* #undef TDS46 */
562 
563 /* Define to use TDS 5.0 by default */
564 #define TDS50 1
565 
566 /* Define to use TDS 7.0 by default */
567 /* #undef TDS70 */
568 
569 /* Define to use TDS 7.1 by default */
570 /* #undef TDS71 */
571 
572 /* Define to use TDS 7.2 by default */
573 /* #undef TDS72 */
574 
575 /* Define to use TDS 7.3 by default */
576 /* #undef TDS73 */
577 
578 /* Define to use TDS 7.4 by default */
579 /* #undef TDS74 */
580 
581 /* Define to 1 if your compiler supports __attribute__((destructor)). */
582 #define TDS_ATTRIBUTE_DESTRUCTOR 1
583 
584 /* define to constant to use for clock_gettime */
585 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
586 
587 /* Define if you have pthread with mutex support */
588 #define TDS_HAVE_PTHREAD_MUTEX 1
589 
590 /* Define if stdio support locking */
591 #define TDS_HAVE_STDIO_LOCKED 1
592 
593 /* define to prefix format string used for 64bit integers */
594 #define TDS_I64_PREFIX "l"
595 
596 /* Define if you don't care about thread safety */
597 /* #undef TDS_NO_THREADSAFE */
598 
599 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
600 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
601 
602 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
603 /* #undef TDS_SQLPARAMOPTIONS_SQLLEN */
604 
605 /* Defined if --enable-sybase-compat used */
606 /* #undef TDS_SYBASE_COMPAT */
607 
608 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
609 #define TIME_WITH_SYS_TIME 1
610 
611 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
612 /* #undef TM_IN_SYS_TIME */
613 
614 /* Enable extensions on AIX 3, Interix. */
615 #ifndef _ALL_SOURCE
616 # define _ALL_SOURCE 1
617 #endif
618 /* Enable GNU extensions on systems that have them. */
619 #ifndef _GNU_SOURCE
620 # define _GNU_SOURCE 1
621 #endif
622 /* Enable threading extensions on Solaris. */
623 #ifndef _POSIX_PTHREAD_SEMANTICS
624 # define _POSIX_PTHREAD_SEMANTICS 1
625 #endif
626 /* Enable extensions on HP NonStop. */
627 #ifndef _TANDEM_SOURCE
628 # define _TANDEM_SOURCE 1
629 #endif
630 /* Enable general extensions on Solaris. */
631 #ifndef __EXTENSIONS__
632 # define __EXTENSIONS__ 1
633 #endif
634 
635 
636 /* Version number of package */
637 #define VERSION "dev.0.99.384"
638 
639 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
640  significant byte first (like Motorola and SPARC, unlike Intel). */
641 #if defined AC_APPLE_UNIVERSAL_BUILD
642 # if defined __BIG_ENDIAN__
643 # define WORDS_BIGENDIAN 1
644 # endif
645 #else
646 # ifndef WORDS_BIGENDIAN
647 /* # undef WORDS_BIGENDIAN */
648 # endif
649 #endif
650 
651 /* Enable large inode numbers on Mac OS X 10.5. */
652 #ifndef _DARWIN_USE_64_BIT_INODE
653 # define _DARWIN_USE_64_BIT_INODE 1
654 #endif
655 
656 /* Number of bits in a file offset, on hosts where this is settable. */
657 /* #undef _FILE_OFFSET_BITS */
658 
659 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
660 /* #undef _LARGEFILE_SOURCE */
661 
662 /* Define for large files, on AIX-style hosts. */
663 /* #undef _LARGE_FILES */
664 
665 /* Define to 1 if on MINIX. */
666 /* #undef _MINIX */
667 
668 /* Define to 2 if the system does not provide POSIX.1 features except with
669  this defined. */
670 /* #undef _POSIX_1_SOURCE */
671 
672 /* Define to 1 if you need to in order for `stat' and other things to work. */
673 /* #undef _POSIX_SOURCE */
674 
675 /* Define to empty if `const' does not conform to ANSI C. */
676 /* #undef const */
677 
678 /* Define to `__inline__' or `__inline' if that's what the C compiler
679  calls it, or to nothing if 'inline' is not supported under any name. */
680 #ifndef __cplusplus
681 /* #undef inline */
682 #endif
683 
684 /* type to use in place of socklen_t if not defined */
685 /* #undef socklen_t */