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