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 `putenv' function. */
268 #define HAVE_PUTENV 1
269 
270 /* Define to 1 if you have the `readdir_r' function. */
271 #define HAVE_READDIR_R 1
272 
273 /* Define to 1 if you have the GNU Readline library. */
274 /* #undef HAVE_READLINE */
275 
276 /* Define to 1 if you have the `readpassphrase' function. */
277 /* #undef HAVE_READPASSPHRASE */
278 
279 /* Define to 1 if you have rl_inhibit_completion. */
280 /* #undef HAVE_RL_INHIBIT_COMPLETION */
281 
282 /* Define to 1 if you have the `rl_on_new_line' function. */
283 /* #undef HAVE_RL_ON_NEW_LINE */
284 
285 /* Define to 1 if you have the `rl_reset_line_state' function. */
286 /* #undef HAVE_RL_RESET_LINE_STATE */
287 
288 /* Define to 1 if you have the <roken.h> header file. */
289 /* #undef HAVE_ROKEN_H */
290 
291 /* Define to 1 if you have the `setenv' function. */
292 #define HAVE_SETENV 1
293 
294 /* Define to 1 if you have the `setitimer' function. */
295 #define HAVE_SETITIMER 1
296 
297 /* Define to 1 if you have the `setrlimit' function. */
298 #define HAVE_SETRLIMIT 1
299 
300 /* Define if you have the shl_load function. */
301 /* #undef HAVE_SHL_LOAD */
302 
303 /* Define to 1 if you have the <signal.h> header file. */
304 #define HAVE_SIGNAL_H 1
305 
306 /* Define to 1 if you have the `socketpair' function. */
307 #define HAVE_SOCKETPAIR 1
308 
309 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
310 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */
311 
312 /* Define if sqltypes.h define SQLLEN */
313 /* #undef HAVE_SQLLEN */
314 
315 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
316 /* #undef HAVE_SQLROWOFFSET */
317 
318 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
319 /* #undef HAVE_SQLROWSETSIZE */
320 
321 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
322 /* #undef HAVE_SQLSETPOSIROW */
323 
324 /* Define to 1 if you have the <sql.h> header file. */
325 /* #undef HAVE_SQL_H */
326 
327 /* Defined if not --disable-sspi and SSPI detected */
328 /* #undef HAVE_SSPI */
329 
330 /* Define to 1 if you have the <stddef.h> header file. */
331 #define HAVE_STDDEF_H 1
332 
333 /* Define to 1 if you have the <stdint.h> header file. */
334 #define HAVE_STDINT_H 1
335 
336 /* Define to 1 if you have the <stdlib.h> header file. */
337 #define HAVE_STDLIB_H 1
338 
339 /* Define to 1 if you have the <strings.h> header file. */
340 #define HAVE_STRINGS_H 1
341 
342 /* Define to 1 if you have the <string.h> header file. */
343 #define HAVE_STRING_H 1
344 
345 /* Define to 1 if you have the `strlcat' function. */
346 #define HAVE_STRLCAT 1
347 
348 /* Define to 1 if you have the `strlcpy' function. */
349 #define HAVE_STRLCPY 1
350 
351 /* Define to 1 if you have the `strsep' function. */
352 #define HAVE_STRSEP 1
353 
354 /* Define to 1 if you have the `strtok_r' function. */
355 #define HAVE_STRTOK_R 1
356 
357 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
358 #define HAVE_STRUCT_TM_TM_ZONE 1
359 
360 /* Define to 1 if `__tm_zone' is a member of `struct tm'. */
361 /* #undef HAVE_STRUCT_TM___TM_ZONE */
362 
363 /* Define to 1 if you have the <sys/ioctl.h> header file. */
364 #define HAVE_SYS_IOCTL_H 1
365 
366 /* Define to 1 if you have the <sys/param.h> header file. */
367 #define HAVE_SYS_PARAM_H 1
368 
369 /* Define to 1 if you have the <sys/resource.h> header file. */
370 #define HAVE_SYS_RESOURCE_H 1
371 
372 /* Define to 1 if you have the <sys/select.h> header file. */
373 #define HAVE_SYS_SELECT_H 1
374 
375 /* Define to 1 if you have the <sys/socket.h> header file. */
376 #define HAVE_SYS_SOCKET_H 1
377 
378 /* Define to 1 if you have the <sys/stat.h> header file. */
379 #define HAVE_SYS_STAT_H 1
380 
381 /* Define to 1 if you have the <sys/time.h> header file. */
382 #define HAVE_SYS_TIME_H 1
383 
384 /* Define to 1 if you have the <sys/types.h> header file. */
385 #define HAVE_SYS_TYPES_H 1
386 
387 /* Define to 1 if you have the <sys/wait.h> header file. */
388 #define HAVE_SYS_WAIT_H 1
389 
390 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
391  `HAVE_STRUCT_TM_TM_ZONE' instead. */
392 #define HAVE_TM_ZONE 1
393 
394 /* Define to 1 if you don't have `tm_zone' but do have the external array
395  `tzname'. */
396 /* #undef HAVE_TZNAME */
397 
398 /* Define to 1 if you have the <unistd.h> header file. */
399 #define HAVE_UNISTD_H 1
400 
401 /* Define to 1 if you have the `usleep' function. */
402 #define HAVE_USLEEP 1
403 
404 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
405 /* #undef HAVE_VALGRIND_MEMCHECK_H */
406 
407 /* Define to 1 if you have the `vasprintf' function. */
408 #define HAVE_VASPRINTF 1
409 
410 /* Define to 1 if you have the `vsnprintf' function. */
411 #define HAVE_VSNPRINTF 1
412 
413 /* Define to 1 if you have the <wchar.h> header file. */
414 #define HAVE_WCHAR_H 1
415 
416 /* Define to 1 if you have the <windows.h> header file. */
417 /* #undef HAVE_WINDOWS_H */
418 
419 /* Define to 1 if you have the <winsock2.h> header file. */
420 /* #undef HAVE_WINSOCK2_H */
421 
422 /* Define to 1 if you have the `_fseeki64' function. */
423 /* #undef HAVE__FSEEKI64 */
424 
425 /* Define to 1 if you have the `_ftelli64' function. */
426 /* #undef HAVE__FTELLI64 */
427 
428 /* Define to 1 if you have the `_lock_file' function. */
429 /* #undef HAVE__LOCK_FILE */
430 
431 /* Define to 1 if you have the `_unlock_file' function. */
432 /* #undef HAVE__UNLOCK_FILE */
433 
434 /* Define to 1 if you have the `_vscprintf' function. */
435 /* #undef HAVE__VSCPRINTF */
436 
437 /* Define to 1 if you have the `_vsnprintf' function. */
438 #define HAVE__VSNPRINTF 1
439 
440 /* Define to 1 if you have the `_xpg_accept' function. */
441 /* #undef HAVE__XPG_ACCEPT */
442 
443 /* Define to 1 if you have the `_xpg_getpeername' function. */
444 /* #undef HAVE__XPG_GETPEERNAME */
445 
446 /* Define to 1 if you have the `_xpg_getsockname' function. */
447 /* #undef HAVE__XPG_GETSOCKNAME */
448 
449 /* Define to 1 if you have the `_xpg_getsockopt' function. */
450 /* #undef HAVE__XPG_GETSOCKOPT */
451 
452 /* Define to 1 if you have the `_xpg_recvfrom' function. */
453 /* #undef HAVE__XPG_RECVFROM */
454 
455 /* Define to 1 if you have the `__accept' function. */
456 /* #undef HAVE___ACCEPT */
457 
458 /* Define to 1 if you have the `__getpeername' function. */
459 /* #undef HAVE___GETPEERNAME */
460 
461 /* Define to 1 if you have the `__getsockname' function. */
462 /* #undef HAVE___GETSOCKNAME */
463 
464 /* Define to 1 if you have the `__getsockopt' function. */
465 /* #undef HAVE___GETSOCKOPT */
466 
467 /* Define to 1 if you have the `__recvfrom' function. */
468 /* #undef HAVE___RECVFROM */
469 
470 /* Define as const if the declaration of iconv() needs const. */
471 #define ICONV_CONST const
472 
473 /* Define to value of INADDR_NONE if not provided by your system header files.
474  */
475 /* #undef INADDR_NONE */
476 
477 /* Define to the sub-directory in which libtool stores uninstalled libraries.
478  */
479 #define LT_OBJDIR ".libs/"
480 
481 /* Define to 1 if the BSD-style netdb interface is reentrant. */
482 /* #undef NETDB_REENTRANT */
483 
484 /* Define to 1 if memset(0) sets pointers to NULL. */
485 #define NULL_REP_IS_ZERO_BYTES 1
486 
487 /* Name of package */
488 #define PACKAGE "freetds"
489 
490 /* Define to the address where bug reports for this package should be sent. */
491 #define PACKAGE_BUGREPORT ""
492 
493 /* Define to the full name of this package. */
494 #define PACKAGE_NAME "FreeTDS"
495 
496 /* Define to the full name and version of this package. */
497 #define PACKAGE_STRING "FreeTDS dev.0.99.182"
498 
499 /* Define to the one symbol short name of this package. */
500 #define PACKAGE_TARNAME "freetds"
501 
502 /* Define to the home page for this package. */
503 #define PACKAGE_URL ""
504 
505 /* Define to the version of this package. */
506 #define PACKAGE_VERSION "dev.0.99.182"
507 
508 /* Define to necessary symbol if this constant uses a non-standard name on
509  your system. */
510 /* #undef PTHREAD_CREATE_JOINABLE */
511 
512 /* The size of `char', as computed by sizeof. */
513 #define SIZEOF_CHAR 1
514 
515 /* The size of `double', as computed by sizeof. */
516 #define SIZEOF_DOUBLE 8
517 
518 /* The size of `float', as computed by sizeof. */
519 #define SIZEOF_FLOAT 4
520 
521 /* The size of `int', as computed by sizeof. */
522 #define SIZEOF_INT 4
523 
524 /* The size of `long', as computed by sizeof. */
525 #define SIZEOF_LONG 8
526 
527 /* The size of `long double', as computed by sizeof. */
528 #define SIZEOF_LONG_DOUBLE 16
529 
530 /* The size of `long long', as computed by sizeof. */
531 #define SIZEOF_LONG_LONG 8
532 
533 /* The size of `short', as computed by sizeof. */
534 #define SIZEOF_SHORT 2
535 
536 /* The size of `SQLWCHAR', as computed by sizeof. */
537 #define SIZEOF_SQLWCHAR 0
538 
539 /* The size of `void *', as computed by sizeof. */
540 #define SIZEOF_VOID_P 8
541 
542 /* The size of `wchar_t', as computed by sizeof. */
543 #define SIZEOF_WCHAR_T 4
544 
545 /* The size of `__int64', as computed by sizeof. */
546 #define SIZEOF___INT64 0
547 
548 /* Define to 1 if you have the ANSI C header files. */
549 #define STDC_HEADERS 1
550 
551 /* Define to use TDS 4.2 by default */
552 /* #undef TDS42 */
553 
554 /* Define to use TDS 4.6 by default */
555 /* #undef TDS46 */
556 
557 /* Define to use TDS 5.0 by default */
558 #define TDS50 1
559 
560 /* Define to use TDS 7.0 by default */
561 /* #undef TDS70 */
562 
563 /* Define to use TDS 7.1 by default */
564 /* #undef TDS71 */
565 
566 /* Define to use TDS 7.2 by default */
567 /* #undef TDS72 */
568 
569 /* Define to use TDS 7.3 by default */
570 /* #undef TDS73 */
571 
572 /* Define to use TDS 7.4 by default */
573 /* #undef TDS74 */
574 
575 /* Define to 1 if your compiler supports __attribute__((destructor)). */
576 #define TDS_ATTRIBUTE_DESTRUCTOR 1
577 
578 /* define to constant to use for clock_gettime */
579 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
580 
581 /* Define if you have pthread with mutex support */
582 #define TDS_HAVE_PTHREAD_MUTEX 1
583 
584 /* Define if stdio support locking */
585 #define TDS_HAVE_STDIO_LOCKED 1
586 
587 /* define to prefix format string used for 64bit integers */
588 #define TDS_I64_PREFIX "l"
589 
590 /* Define if you don't care about thread safety */
591 /* #undef TDS_NO_THREADSAFE */
592 
593 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
594 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
595 
596 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
597 /* #undef TDS_SQLPARAMOPTIONS_SQLLEN */
598 
599 /* Defined if --enable-sybase-compat used */
600 /* #undef TDS_SYBASE_COMPAT */
601 
602 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
603 #define TIME_WITH_SYS_TIME 1
604 
605 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
606 /* #undef TM_IN_SYS_TIME */
607 
608 /* Enable extensions on AIX 3, Interix. */
609 #ifndef _ALL_SOURCE
610 # define _ALL_SOURCE 1
611 #endif
612 /* Enable GNU extensions on systems that have them. */
613 #ifndef _GNU_SOURCE
614 # define _GNU_SOURCE 1
615 #endif
616 /* Enable threading extensions on Solaris. */
617 #ifndef _POSIX_PTHREAD_SEMANTICS
618 # define _POSIX_PTHREAD_SEMANTICS 1
619 #endif
620 /* Enable extensions on HP NonStop. */
621 #ifndef _TANDEM_SOURCE
622 # define _TANDEM_SOURCE 1
623 #endif
624 /* Enable general extensions on Solaris. */
625 #ifndef __EXTENSIONS__
626 # define __EXTENSIONS__ 1
627 #endif
628 
629 
630 /* Version number of package */
631 #define VERSION "dev.0.99.182"
632 
633 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
634  significant byte first (like Motorola and SPARC, unlike Intel). */
635 #if defined AC_APPLE_UNIVERSAL_BUILD
636 # if defined __BIG_ENDIAN__
637 # define WORDS_BIGENDIAN 1
638 # endif
639 #else
640 # ifndef WORDS_BIGENDIAN
641 /* # undef WORDS_BIGENDIAN */
642 # endif
643 #endif
644 
645 /* Enable large inode numbers on Mac OS X 10.5. */
646 #ifndef _DARWIN_USE_64_BIT_INODE
647 # define _DARWIN_USE_64_BIT_INODE 1
648 #endif
649 
650 /* Number of bits in a file offset, on hosts where this is settable. */
651 /* #undef _FILE_OFFSET_BITS */
652 
653 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
654 /* #undef _LARGEFILE_SOURCE */
655 
656 /* Define for large files, on AIX-style hosts. */
657 /* #undef _LARGE_FILES */
658 
659 /* Define to 1 if on MINIX. */
660 /* #undef _MINIX */
661 
662 /* Define to 2 if the system does not provide POSIX.1 features except with
663  this defined. */
664 /* #undef _POSIX_1_SOURCE */
665 
666 /* Define to 1 if you need to in order for `stat' and other things to work. */
667 /* #undef _POSIX_SOURCE */
668 
669 /* Define to empty if `const' does not conform to ANSI C. */
670 /* #undef const */
671 
672 /* Define to `__inline__' or `__inline' if that's what the C compiler
673  calls it, or to nothing if 'inline' is not supported under any name. */
674 #ifndef __cplusplus
675 /* #undef inline */
676 #endif
677 
678 /* type to use in place of socklen_t if not defined */
679 /* #undef socklen_t */