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 you have the `alarm' function. */
26 #define HAVE_ALARM 1
27 
28 /* Define to 1 if you have the <arpa/inet.h> header file. */
29 #define HAVE_ARPA_INET_H 1
30 
31 /* Define to 1 if you have the `asprintf' function. */
32 #define HAVE_ASPRINTF 1
33 
34 /* Define to 1 if you have the `basename' function. */
35 #define HAVE_BASENAME 1
36 
37 /* Define if you have the clock_gettime function. */
38 #define HAVE_CLOCK_GETTIME 1
39 
40 /* Define to 1 if you have the <com_err.h> header file. */
41 /* #undef HAVE_COM_ERR_H */
42 
43 /* Define to 1 if you have the declaration of `cygwin_conv_path', and to 0 if
44  you don't. */
45 /* #undef HAVE_DECL_CYGWIN_CONV_PATH */
46 
47 /* Define to 1 if you have the declaration of `tzname', and to 0 if you don't.
48  */
49 /* #undef HAVE_DECL_TZNAME */
50 
51 /* Define to 1 if you have the <dirent.h> header file. */
52 #define HAVE_DIRENT_H 1
53 
54 /* Define if you have the GNU dld library. */
55 /* #undef HAVE_DLD */
56 
57 /* Define to 1 if you have the `dlerror' function. */
58 #define HAVE_DLERROR 1
59 
60 /* Define to 1 if you have the <dlfcn.h> header file. */
61 #define HAVE_DLFCN_H 1
62 
63 /* Define if you have the _dyld_func_lookup function. */
64 /* #undef HAVE_DYLD */
65 
66 /* Define to 1 if you have the <errno.h> header file. */
67 #define HAVE_ERRNO_H 1
68 
69 /* Define to 1 if you have the `error_message' function. */
70 /* #undef HAVE_ERROR_MESSAGE */
71 
72 /* Define to 1 if you have the `fork' function. */
73 #define HAVE_FORK 1
74 
75 /* Define to 1 if fseeko (and presumably ftello) exists and is declared. */
76 #define HAVE_FSEEKO 1
77 
78 /* Define to 1 if you have the `fstat' function. */
79 #define HAVE_FSTAT 1
80 
81 /* Define to 1 if your system provides the 5-parameter version of
82  gethostbyaddr_r(). */
83 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_5 */
84 
85 /* Define to 1 if your system provides the 7-parameter version of
86  gethostbyaddr_r(). */
87 #define HAVE_FUNC_GETHOSTBYADDR_R_7 1
88 
89 /* Define to 1 if your system provides the 8-parameter version of
90  gethostbyaddr_r(). */
91 /* #undef HAVE_FUNC_GETHOSTBYADDR_R_8 */
92 
93 /* Define to 1 if your system provides the 3-parameter version of
94  gethostbyname_r(). */
95 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_3 */
96 
97 /* Define to 1 if your system provides the 5-parameter version of
98  gethostbyname_r(). */
99 /* #undef HAVE_FUNC_GETHOSTBYNAME_R_5 */
100 
101 /* Define to 1 if your system provides the 6-parameter version of
102  gethostbyname_r(). */
103 #define HAVE_FUNC_GETHOSTBYNAME_R_6 1
104 
105 /* Define to 1 if your system provides the 4-parameter version of
106  getpwuid_r(). */
107 /* #undef HAVE_FUNC_GETPWUID_R_4 */
108 
109 /* Define to 1 if your system getpwuid_r() have 4 parameters and return struct
110  passwd*. */
111 /* #undef HAVE_FUNC_GETPWUID_R_4_PW */
112 
113 /* Define to 1 if your system provides the 5-parameter version of
114  getpwuid_r(). */
115 #define HAVE_FUNC_GETPWUID_R_5 1
116 
117 /* Define to 1 if your system provides the 4-parameter version of
118  getservbyname_r(). */
119 /* #undef HAVE_FUNC_GETSERVBYNAME_R_4 */
120 
121 /* Define to 1 if your system provides the 5-parameter version of
122  getservbyname_r(). */
123 /* #undef HAVE_FUNC_GETSERVBYNAME_R_5 */
124 
125 /* Define to 1 if your system provides the 6-parameter version of
126  getservbyname_r(). */
127 #define HAVE_FUNC_GETSERVBYNAME_R_6 1
128 
129 /* Define to 1 if your localtime_r return a int. */
130 /* #undef HAVE_FUNC_LOCALTIME_R_INT */
131 
132 /* Define to 1 if your localtime_r return a struct tm*. */
133 #define HAVE_FUNC_LOCALTIME_R_TM 1
134 
135 /* Define if you have getaddrinfo function */
136 #define HAVE_GETADDRINFO 1
137 
138 /* Define to 1 if you have the `gethostname' function. */
139 #define HAVE_GETHOSTNAME 1
140 
141 /* Define to 1 if you have the `gethrtime' function. */
142 /* #undef HAVE_GETHRTIME */
143 
144 /* Define to 1 if you have the `getipnodebyaddr' function. */
145 /* #undef HAVE_GETIPNODEBYADDR */
146 
147 /* Define to 1 if you have the `getipnodebyname' function. */
148 /* #undef HAVE_GETIPNODEBYNAME */
149 
150 /* Define to 1 if you have the `getopt' function. */
151 #define HAVE_GETOPT 1
152 
153 /* Define to 1 if you have the <getopt.h> header file. */
154 #define HAVE_GETOPT_H 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. */
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 you have the `nl_langinfo' function. */
241 #define HAVE_NL_LANGINFO 1
242 
243 /* Define to 1 if you have the <odbcss.h> header file. */
244 /* #undef HAVE_ODBCSS_H */
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 the <readpassphrase.h> header file. */
280 /* #undef HAVE_READPASSPHRASE_H */
281 
282 /* Define to 1 if you have rl_inhibit_completion. */
283 /* #undef HAVE_RL_INHIBIT_COMPLETION */
284 
285 /* Define to 1 if you have the `rl_on_new_line' function. */
286 /* #undef HAVE_RL_ON_NEW_LINE */
287 
288 /* Define to 1 if you have the `rl_reset_line_state' function. */
289 /* #undef HAVE_RL_RESET_LINE_STATE */
290 
291 /* Define to 1 if you have the <roken.h> header file. */
292 /* #undef HAVE_ROKEN_H */
293 
294 /* Define to 1 if you have the `setenv' function. */
295 #define HAVE_SETENV 1
296 
297 /* Define to 1 if you have the `setitimer' function. */
298 #define HAVE_SETITIMER 1
299 
300 /* Define to 1 if you have the `setrlimit' function. */
301 #define HAVE_SETRLIMIT 1
302 
303 /* Define if you have the shl_load function. */
304 /* #undef HAVE_SHL_LOAD */
305 
306 /* Define to 1 if you have the <signal.h> header file. */
307 #define HAVE_SIGNAL_H 1
308 
309 /* Define to 1 if you have the `socketpair' function. */
310 #define HAVE_SOCKETPAIR 1
311 
312 /* Define to 1 if you have the SQLGetPrivateProfileString function. */
313 /* #undef HAVE_SQLGETPRIVATEPROFILESTRING */
314 
315 /* Define if sqltypes.h define SQLLEN */
316 /* #undef HAVE_SQLLEN */
317 
318 /* Define to 1 if the system has the type `SQLROWOFFSET'. */
319 /* #undef HAVE_SQLROWOFFSET */
320 
321 /* Define to 1 if the system has the type `SQLROWSETSIZE'. */
322 /* #undef HAVE_SQLROWSETSIZE */
323 
324 /* Define to 1 if the system has the type `SQLSETPOSIROW'. */
325 /* #undef HAVE_SQLSETPOSIROW */
326 
327 /* Define to 1 if you have the <sql.h> header file. */
328 /* #undef HAVE_SQL_H */
329 
330 /* Defined if not --disable-sspi and SSPI detected */
331 /* #undef HAVE_SSPI */
332 
333 /* Define to 1 if you have the <stddef.h> header file. */
334 #define HAVE_STDDEF_H 1
335 
336 /* Define to 1 if you have the <stdint.h> header file. */
337 #define HAVE_STDINT_H 1
338 
339 /* Define to 1 if you have the <stdlib.h> header file. */
340 #define HAVE_STDLIB_H 1
341 
342 /* Define to 1 if you have the <strings.h> header file. */
343 #define HAVE_STRINGS_H 1
344 
345 /* Define to 1 if you have the <string.h> header file. */
346 #define HAVE_STRING_H 1
347 
348 /* Define to 1 if you have the `strlcat' function. */
349 #define HAVE_STRLCAT 1
350 
351 /* Define to 1 if you have the `strlcpy' function. */
352 #define HAVE_STRLCPY 1
353 
354 /* Define to 1 if you have the `strsep' function. */
355 #define HAVE_STRSEP 1
356 
357 /* Define to 1 if you have the `strtok_r' function. */
358 #define HAVE_STRTOK_R 1
359 
360 /* Define to 1 if `tm_zone' is a member of `struct tm'. */
361 #define HAVE_STRUCT_TM_TM_ZONE 1
362 
363 /* Define to 1 if `__tm_zone' is a member of `struct tm'. */
364 /* #undef HAVE_STRUCT_TM___TM_ZONE */
365 
366 /* Define to 1 if you have the <sys/ioctl.h> header file. */
367 #define HAVE_SYS_IOCTL_H 1
368 
369 /* Define to 1 if you have the <sys/param.h> header file. */
370 #define HAVE_SYS_PARAM_H 1
371 
372 /* Define to 1 if you have the <sys/resource.h> header file. */
373 #define HAVE_SYS_RESOURCE_H 1
374 
375 /* Define to 1 if you have the <sys/select.h> header file. */
376 #define HAVE_SYS_SELECT_H 1
377 
378 /* Define to 1 if you have the <sys/socket.h> header file. */
379 #define HAVE_SYS_SOCKET_H 1
380 
381 /* Define to 1 if you have the <sys/stat.h> header file. */
382 #define HAVE_SYS_STAT_H 1
383 
384 /* Define to 1 if you have the <sys/time.h> header file. */
385 #define HAVE_SYS_TIME_H 1
386 
387 /* Define to 1 if you have the <sys/types.h> header file. */
388 #define HAVE_SYS_TYPES_H 1
389 
390 /* Define to 1 if you have the <sys/wait.h> header file. */
391 #define HAVE_SYS_WAIT_H 1
392 
393 /* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use
394  `HAVE_STRUCT_TM_TM_ZONE' instead. */
395 #define HAVE_TM_ZONE 1
396 
397 /* Define to 1 if you don't have `tm_zone' but do have the external array
398  `tzname'. */
399 /* #undef HAVE_TZNAME */
400 
401 /* Define to 1 if you have the <unistd.h> header file. */
402 #define HAVE_UNISTD_H 1
403 
404 /* Define to 1 if you have the `usleep' function. */
405 #define HAVE_USLEEP 1
406 
407 /* Define to 1 if you have the <valgrind/memcheck.h> header file. */
408 /* #undef HAVE_VALGRIND_MEMCHECK_H */
409 
410 /* Define to 1 if you have the `vasprintf' function. */
411 #define HAVE_VASPRINTF 1
412 
413 /* Define to 1 if you have the `vsnprintf' function. */
414 #define HAVE_VSNPRINTF 1
415 
416 /* Define to 1 if you have the <wchar.h> header file. */
417 #define HAVE_WCHAR_H 1
418 
419 /* Define to 1 if you have the <windows.h> header file. */
420 /* #undef HAVE_WINDOWS_H */
421 
422 /* Define to 1 if you have the <winsock2.h> header file. */
423 /* #undef HAVE_WINSOCK2_H */
424 
425 /* Define to 1 if you have the `_atoi64' function. */
426 /* #undef HAVE__ATOI64 */
427 
428 /* Define to 1 if you have the `_fseeki64' function. */
429 /* #undef HAVE__FSEEKI64 */
430 
431 /* Define to 1 if you have the `_ftelli64' function. */
432 /* #undef HAVE__FTELLI64 */
433 
434 /* Define to 1 if you have the `_lock_file' function. */
435 /* #undef HAVE__LOCK_FILE */
436 
437 /* Define to 1 if you have the `_lseeki64' function. */
438 /* #undef HAVE__LSEEKI64 */
439 
440 /* Define to 1 if you have the `_telli64' function. */
441 /* #undef HAVE__TELLI64 */
442 
443 /* Define to 1 if you have the `_unlock_file' function. */
444 /* #undef HAVE__UNLOCK_FILE */
445 
446 /* Define to 1 if you have the `_vscprintf' function. */
447 /* #undef HAVE__VSCPRINTF */
448 
449 /* Define to 1 if you have the `_vsnprintf' function. */
450 #define HAVE__VSNPRINTF 1
451 
452 /* Define to 1 if you have the `_xpg_accept' function. */
453 /* #undef HAVE__XPG_ACCEPT */
454 
455 /* Define to 1 if you have the `_xpg_getpeername' function. */
456 /* #undef HAVE__XPG_GETPEERNAME */
457 
458 /* Define to 1 if you have the `_xpg_getsockname' function. */
459 /* #undef HAVE__XPG_GETSOCKNAME */
460 
461 /* Define to 1 if you have the `_xpg_getsockopt' function. */
462 /* #undef HAVE__XPG_GETSOCKOPT */
463 
464 /* Define to 1 if you have the `_xpg_recvfrom' function. */
465 /* #undef HAVE__XPG_RECVFROM */
466 
467 /* Define to 1 if you have the `__accept' function. */
468 /* #undef HAVE___ACCEPT */
469 
470 /* Define to 1 if you have the `__getpeername' function. */
471 /* #undef HAVE___GETPEERNAME */
472 
473 /* Define to 1 if you have the `__getsockname' function. */
474 /* #undef HAVE___GETSOCKNAME */
475 
476 /* Define to 1 if you have the `__getsockopt' function. */
477 /* #undef HAVE___GETSOCKOPT */
478 
479 /* Define to 1 if you have the `__recvfrom' function. */
480 /* #undef HAVE___RECVFROM */
481 
482 /* Define as const if the declaration of iconv() needs const. */
483 #define ICONV_CONST const
484 
485 /* Define to value of INADDR_NONE if not provided by your system header files.
486  */
487 /* #undef INADDR_NONE */
488 
489 /* Define to the sub-directory where libtool stores uninstalled libraries. */
490 #define LT_OBJDIR ".libs/"
491 
492 /* Define to 1 if the BSD-style netdb interface is reentrant. */
493 /* #undef NETDB_REENTRANT */
494 
495 /* Define to 1 if memset(0) sets pointers to NULL. */
496 #define NULL_REP_IS_ZERO_BYTES 1
497 
498 /* Name of package */
499 #define PACKAGE "freetds"
500 
501 /* Define to the address where bug reports for this package should be sent. */
502 #define PACKAGE_BUGREPORT ""
503 
504 /* Define to the full name of this package. */
505 #define PACKAGE_NAME "FreeTDS"
506 
507 /* Define to the full name and version of this package. */
508 #define PACKAGE_STRING "FreeTDS 0.95.80"
509 
510 /* Define to the one symbol short name of this package. */
511 #define PACKAGE_TARNAME "freetds"
512 
513 /* Define to the home page for this package. */
514 #define PACKAGE_URL ""
515 
516 /* Define to the version of this package. */
517 #define PACKAGE_VERSION "0.95.80"
518 
519 /* Define to necessary symbol if this constant uses a non-standard name on
520  your system. */
521 /* #undef PTHREAD_CREATE_JOINABLE */
522 
523 /* The size of `char', as computed by sizeof. */
524 #define SIZEOF_CHAR 1
525 
526 /* The size of `double', as computed by sizeof. */
527 #define SIZEOF_DOUBLE 8
528 
529 /* The size of `float', as computed by sizeof. */
530 #define SIZEOF_FLOAT 4
531 
532 /* The size of `int', as computed by sizeof. */
533 #define SIZEOF_INT 4
534 
535 /* The size of `long', as computed by sizeof. */
536 #define SIZEOF_LONG 8
537 
538 /* The size of `long double', as computed by sizeof. */
539 #define SIZEOF_LONG_DOUBLE 16
540 
541 /* The size of `long long', as computed by sizeof. */
542 #define SIZEOF_LONG_LONG 8
543 
544 /* The size of `short', as computed by sizeof. */
545 #define SIZEOF_SHORT 2
546 
547 /* The size of `SQLWCHAR', as computed by sizeof. */
548 #define SIZEOF_SQLWCHAR 0
549 
550 /* The size of `void *', as computed by sizeof. */
551 #define SIZEOF_VOID_P 8
552 
553 /* The size of `wchar_t', as computed by sizeof. */
554 #define SIZEOF_WCHAR_T 4
555 
556 /* The size of `__int64', as computed by sizeof. */
557 #define SIZEOF___INT64 0
558 
559 /* Define to 1 if you have the ANSI C header files. */
560 #define STDC_HEADERS 1
561 
562 /* Define to use TDS 4.2 by default */
563 /* #undef TDS42 */
564 
565 /* Define to use TDS 4.6 by default */
566 /* #undef TDS46 */
567 
568 /* Define to use TDS 5.0 by default */
569 #define TDS50 1
570 
571 /* Define to use TDS 7.0 by default */
572 /* #undef TDS70 */
573 
574 /* Define to use TDS 7.1 by default */
575 /* #undef TDS71 */
576 
577 /* Define to use TDS 7.2 by default */
578 /* #undef TDS72 */
579 
580 /* Define to use TDS 7.3 by default */
581 /* #undef TDS73 */
582 
583 /* Define to 1 if your compiler supports __attribute__((destructor)). */
584 #define TDS_ATTRIBUTE_DESTRUCTOR 1
585 
586 /* define to constant to use for clock_gettime */
587 #define TDS_GETTIMEMILLI_CONST CLOCK_MONOTONIC
588 
589 /* Define if you have pthread with mutex support */
590 #define TDS_HAVE_PTHREAD_MUTEX 1
591 
592 /* Define if stdio support locking */
593 #define TDS_HAVE_STDIO_LOCKED 1
594 
595 /* define to prefix format string used for 64bit integers */
596 #define TDS_I64_PREFIX "l"
597 
598 /* Define if you don't care about thread safety */
599 /* #undef TDS_NO_THREADSAFE */
600 
601 /* Define to 1 if last argument of SQLColAttribute it's SQLLEN * */
602 /* #undef TDS_SQLCOLATTRIBUTE_SQLLEN */
603 
604 /* Define to 1 if SQLParamOptions accept SQLULEN as arguments */
605 /* #undef TDS_SQLPARAMOPTIONS_SQLLEN */
606 
607 /* Defined if --enable-sybase-compat used */
608 /* #undef TDS_SYBASE_COMPAT */
609 
610 /* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
611 #define TIME_WITH_SYS_TIME 1
612 
613 /* Define to 1 if your <sys/time.h> declares `struct tm'. */
614 /* #undef TM_IN_SYS_TIME */
615 
616 /* Enable extensions on AIX 3, Interix. */
617 #ifndef _ALL_SOURCE
618 # define _ALL_SOURCE 1
619 #endif
620 /* Enable GNU extensions on systems that have them. */
621 #ifndef _GNU_SOURCE
622 # define _GNU_SOURCE 1
623 #endif
624 /* Enable threading extensions on Solaris. */
625 #ifndef _POSIX_PTHREAD_SEMANTICS
626 # define _POSIX_PTHREAD_SEMANTICS 1
627 #endif
628 /* Enable extensions on HP NonStop. */
629 #ifndef _TANDEM_SOURCE
630 # define _TANDEM_SOURCE 1
631 #endif
632 /* Enable general extensions on Solaris. */
633 #ifndef __EXTENSIONS__
634 # define __EXTENSIONS__ 1
635 #endif
636 
637 
638 /* Version number of package */
639 #define VERSION "0.95.80"
640 
641 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
642  significant byte first (like Motorola and SPARC, unlike Intel). */
643 #if defined AC_APPLE_UNIVERSAL_BUILD
644 # if defined __BIG_ENDIAN__
645 # define WORDS_BIGENDIAN 1
646 # endif
647 #else
648 # ifndef WORDS_BIGENDIAN
649 /* # undef WORDS_BIGENDIAN */
650 # endif
651 #endif
652 
653 /* Enable large inode numbers on Mac OS X 10.5. */
654 #ifndef _DARWIN_USE_64_BIT_INODE
655 # define _DARWIN_USE_64_BIT_INODE 1
656 #endif
657 
658 /* Number of bits in a file offset, on hosts where this is settable. */
659 /* #undef _FILE_OFFSET_BITS */
660 
661 /* Define to 1 to make fseeko visible on some hosts (e.g. glibc 2.2). */
662 /* #undef _LARGEFILE_SOURCE */
663 
664 /* Define for large files, on AIX-style hosts. */
665 /* #undef _LARGE_FILES */
666 
667 /* Define to 1 if on MINIX. */
668 /* #undef _MINIX */
669 
670 /* Define to 2 if the system does not provide POSIX.1 features except with
671  this defined. */
672 /* #undef _POSIX_1_SOURCE */
673 
674 /* Define to 1 if you need to in order for `stat' and other things to work. */
675 /* #undef _POSIX_SOURCE */
676 
677 /* Define to empty if `const' does not conform to ANSI C. */
678 /* #undef const */
679 
680 /* Define to `__inline__' or `__inline' if that's what the C compiler
681  calls it, or to nothing if 'inline' is not supported under any name. */
682 #ifndef __cplusplus
683 /* #undef inline */
684 #endif
685 
686 /* type to use in place of socklen_t if not defined */
687 /* #undef socklen_t */