1/* ../unix/tclConfig.h.in.  Generated from configure.ac by autoheader.  */
2
3
4    #ifndef _TCLCONFIG
5    #define _TCLCONFIG
6
7/* Is pthread_attr_get_np() declared in <pthread.h>? */
8#undef ATTRGETNP_NOT_DECLARED
9
10/* Is pthread_getattr_np declared in <pthread.h>? */
11#undef GETATTRNP_NOT_DECLARED
12
13/* Is gettimeofday() actually declared in <sys/time.h>? */
14#undef GETTOD_NOT_DECLARED
15
16/* Define to 1 if you have the <AvailabilityMacros.h> header file. */
17#undef HAVE_AVAILABILITYMACROS_H
18
19/* Define to 1 if the system has the type `blkcnt_t'. */
20#undef HAVE_BLKCNT_T
21
22/* Do we have BSDgettimeofday()? */
23#undef HAVE_BSDGETTIMEOFDAY
24
25/* Define to 1 if you have the `chflags' function. */
26#undef HAVE_CHFLAGS
27
28/* Define to 1 if you have the `copyfile' function. */
29#undef HAVE_COPYFILE
30
31/* Define to 1 if you have the <copyfile.h> header file. */
32#undef HAVE_COPYFILE_H
33
34/* Do we have access to Darwin CoreFoundation.framework? */
35#undef HAVE_COREFOUNDATION
36
37/* Do we have fts functions? */
38#undef HAVE_FTS
39
40/* Define to 1 if getaddrinfo is available. */
41#undef HAVE_GETADDRINFO
42
43/* Define to 1 if you have the `getattrlist' function. */
44#undef HAVE_GETATTRLIST
45
46/* Define to 1 if you have the `getcwd' function. */
47#undef HAVE_GETCWD
48
49/* Define to 1 if getgrgid_r is available. */
50#undef HAVE_GETGRGID_R
51
52/* Define to 1 if getgrgid_r takes 4 args. */
53#undef HAVE_GETGRGID_R_4
54
55/* Define to 1 if getgrgid_r takes 5 args. */
56#undef HAVE_GETGRGID_R_5
57
58/* Define to 1 if getgrnam_r is available. */
59#undef HAVE_GETGRNAM_R
60
61/* Define to 1 if getgrnam_r takes 4 args. */
62#undef HAVE_GETGRNAM_R_4
63
64/* Define to 1 if getgrnam_r takes 5 args. */
65#undef HAVE_GETGRNAM_R_5
66
67/* Define to 1 if gethostbyaddr_r is available. */
68#undef HAVE_GETHOSTBYADDR_R
69
70/* Define to 1 if gethostbyaddr_r takes 7 args. */
71#undef HAVE_GETHOSTBYADDR_R_7
72
73/* Define to 1 if gethostbyaddr_r takes 8 args. */
74#undef HAVE_GETHOSTBYADDR_R_8
75
76/* Define to 1 if gethostbyname_r is available. */
77#undef HAVE_GETHOSTBYNAME_R
78
79/* Define to 1 if gethostbyname_r takes 3 args. */
80#undef HAVE_GETHOSTBYNAME_R_3
81
82/* Define to 1 if gethostbyname_r takes 5 args. */
83#undef HAVE_GETHOSTBYNAME_R_5
84
85/* Define to 1 if gethostbyname_r takes 6 args. */
86#undef HAVE_GETHOSTBYNAME_R_6
87
88/* Define to 1 if getpwnam_r is available. */
89#undef HAVE_GETPWNAM_R
90
91/* Define to 1 if getpwnam_r takes 4 args. */
92#undef HAVE_GETPWNAM_R_4
93
94/* Define to 1 if getpwnam_r takes 5 args. */
95#undef HAVE_GETPWNAM_R_5
96
97/* Define to 1 if getpwuid_r is available. */
98#undef HAVE_GETPWUID_R
99
100/* Define to 1 if getpwuid_r takes 4 args. */
101#undef HAVE_GETPWUID_R_4
102
103/* Define to 1 if getpwuid_r takes 5 args. */
104#undef HAVE_GETPWUID_R_5
105
106/* Define to 1 if you have the `gmtime_r' function. */
107#undef HAVE_GMTIME_R
108
109/* Do we have the intptr_t type? */
110#undef HAVE_INTPTR_T
111
112/* Define to 1 if you have the <inttypes.h> header file. */
113#undef HAVE_INTTYPES_H
114
115/* Do we have nl_langinfo()? */
116#undef HAVE_LANGINFO
117
118/* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
119#undef HAVE_LIBKERN_OSATOMIC_H
120
121/* Do we have <limits.h>? */
122#undef HAVE_LIMITS_H
123
124/* Define to 1 if you have the `localtime_r' function. */
125#undef HAVE_LOCALTIME_R
126
127/* Define to 1 if you have the `lseek64' function. */
128#undef HAVE_LSEEK64
129
130/* Define to 1 if you have the <memory.h> header file. */
131#undef HAVE_MEMORY_H
132
133/* Define to 1 if you have the `mktime' function. */
134#undef HAVE_MKTIME
135
136/* Do we have MT-safe gethostbyaddr() ? */
137#undef HAVE_MTSAFE_GETHOSTBYADDR
138
139/* Do we have MT-safe gethostbyname() ? */
140#undef HAVE_MTSAFE_GETHOSTBYNAME
141
142/* Do we have <net/errno.h>? */
143#undef HAVE_NET_ERRNO_H
144
145/* Define to 1 if you have the `open64' function. */
146#undef HAVE_OPEN64
147
148/* Define to 1 if you have the `opendir' function. */
149#undef HAVE_OPENDIR
150
151/* Define to 1 if you have the `OSSpinLockLock' function. */
152#undef HAVE_OSSPINLOCKLOCK
153
154/* Define to 1 if you have the `pthread_atfork' function. */
155#undef HAVE_PTHREAD_ATFORK
156
157/* Do we want a BSD-like thread-attribute interface? */
158#undef HAVE_PTHREAD_ATTR_GET_NP
159
160/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
161#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
162
163/* Do we want a Linux-like thread-attribute interface? */
164#undef HAVE_PTHREAD_GETATTR_NP
165
166/* Define to 1 if you have the `pthread_get_stacksize_np' function. */
167#undef HAVE_PTHREAD_GET_STACKSIZE_NP
168
169/* Does putenv() copy strings or incorporate them by reference? */
170#undef HAVE_PUTENV_THAT_COPIES
171
172/* Are characters signed? */
173#undef HAVE_SIGNED_CHAR
174
175/* Define to 1 if you have the <stdint.h> header file. */
176#undef HAVE_STDINT_H
177
178/* Define to 1 if you have the <stdlib.h> header file. */
179#undef HAVE_STDLIB_H
180
181/* Define to 1 if you have the <strings.h> header file. */
182#undef HAVE_STRINGS_H
183
184/* Define to 1 if you have the <string.h> header file. */
185#undef HAVE_STRING_H
186
187/* Define to 1 if you have the `strtol' function. */
188#undef HAVE_STRTOL
189
190/* Is 'struct dirent64' in <sys/types.h>? */
191#undef HAVE_STRUCT_DIRENT64
192
193/* Is 'struct stat64' in <sys/stat.h>? */
194#undef HAVE_STRUCT_STAT64
195
196/* Define to 1 if `st_blksize' is member of `struct stat'. */
197#undef HAVE_STRUCT_STAT_ST_BLKSIZE
198
199/* Define to 1 if `st_blocks' is member of `struct stat'. */
200#undef HAVE_STRUCT_STAT_ST_BLOCKS
201
202/* Define to 1 if you have the <sys/filio.h> header file. */
203#undef HAVE_SYS_FILIO_H
204
205/* Define to 1 if you have the <sys/ioctl.h> header file. */
206#undef HAVE_SYS_IOCTL_H
207
208/* Define to 1 if you have the <sys/modem.h> header file. */
209#undef HAVE_SYS_MODEM_H
210
211/* Define to 1 if you have the <sys/param.h> header file. */
212#undef HAVE_SYS_PARAM_H
213
214/* Should we include <sys/select.h>? */
215#undef HAVE_SYS_SELECT_H
216
217/* Define to 1 if you have the <sys/stat.h> header file. */
218#undef HAVE_SYS_STAT_H
219
220/* Define to 1 if you have the <sys/time.h> header file. */
221#undef HAVE_SYS_TIME_H
222
223/* Define to 1 if you have the <sys/types.h> header file. */
224#undef HAVE_SYS_TYPES_H
225
226/* Should we use the global timezone variable? */
227#undef HAVE_TIMEZONE_VAR
228
229/* Should we use the tm_gmtoff field of struct tm? */
230#undef HAVE_TM_GMTOFF
231
232/* Should we use the tm_tzadj field of struct tm? */
233#undef HAVE_TM_TZADJ
234
235/* Is off64_t in <sys/types.h>? */
236#undef HAVE_TYPE_OFF64_T
237
238/* Do we have the uintptr_t type? */
239#undef HAVE_UINTPTR_T
240
241/* Define to 1 if you have the <unistd.h> header file. */
242#undef HAVE_UNISTD_H
243
244/* Define to 1 if you have the `waitpid' function. */
245#undef HAVE_WAITPID
246
247/* Is weak import available? */
248#undef HAVE_WEAK_IMPORT
249
250/* Is this a Mac I see before me? */
251#undef MAC_OSX_TCL
252
253/* Compiler support for module scope symbols */
254#undef MODULE_SCOPE
255
256/* Default libtommath precision. */
257#undef MP_PREC
258
259/* Is Darwin CoreFoundation unavailable for 64-bit? */
260#undef NO_COREFOUNDATION_64
261
262/* Do we have <dirent.h>? */
263#undef NO_DIRENT_H
264
265/* Do we have <dlfcn.h>? */
266#undef NO_DLFCN_H
267
268/* Do we have fd_set? */
269#undef NO_FD_SET
270
271/* Do we have <float.h>? */
272#undef NO_FLOAT_H
273
274/* Do we have fstatfs()? */
275#undef NO_FSTATFS
276
277/* Do we have gettimeofday()? */
278#undef NO_GETTOD
279
280/* Do we have getwd() */
281#undef NO_GETWD
282
283/* Do we have a usable 'isnan'? */
284#undef NO_ISNAN
285
286/* Do we have <limits.h>? */
287#undef NO_LIMITS_H
288
289/* Do we have memmove()? */
290#undef NO_MEMMOVE
291
292/* Do we have realpath() */
293#undef NO_REALPATH
294
295/* Do we have <stdlib.h>? */
296#undef NO_STDLIB_H
297
298/* Do we have strerror() */
299#undef NO_STRERROR
300
301/* Do we have <string.h>? */
302#undef NO_STRING_H
303
304/* Do we have <sys/wait.h>? */
305#undef NO_SYS_WAIT_H
306
307/* Do we have uname() */
308#undef NO_UNAME
309
310/* Do we have a usable 'union wait'? */
311#undef NO_UNION_WAIT
312
313/* Do we have <values.h>? */
314#undef NO_VALUES_H
315
316/* Do we have wait3() */
317#undef NO_WAIT3
318
319/* Define to the address where bug reports for this package should be sent. */
320#undef PACKAGE_BUGREPORT
321
322/* Define to the full name of this package. */
323#undef PACKAGE_NAME
324
325/* Define to the full name and version of this package. */
326#undef PACKAGE_STRING
327
328/* Define to the one symbol short name of this package. */
329#undef PACKAGE_TARNAME
330
331/* Define to the version of this package. */
332#undef PACKAGE_VERSION
333
334/* Is this a static build? */
335#undef STATIC_BUILD
336
337/* Define to 1 if you have the ANSI C header files. */
338#undef STDC_HEADERS
339
340/* What encoding should be used for embedded configuration info? */
341#undef TCL_CFGVAL_ENCODING
342
343/* Is debugging enabled? */
344#undef TCL_CFG_DEBUG
345
346/* Is this a 64-bit build? */
347#undef TCL_CFG_DO64BIT
348
349/* Is this an optimized build? */
350#undef TCL_CFG_OPTIMIZED
351
352/* Is bytecode debugging enabled? */
353#undef TCL_COMPILE_DEBUG
354
355/* Are bytecode statistics enabled? */
356#undef TCL_COMPILE_STATS
357
358/* Are we cross-compiling? */
359#undef TCL_CROSS_COMPILE
360
361/* Are we to override what our default encoding is? */
362#undef TCL_DEFAULT_ENCODING
363
364/* Is Tcl built as a framework? */
365#undef TCL_FRAMEWORK
366
367/* Can this platform load code from memory? */
368#undef TCL_LOAD_FROM_MEMORY
369
370/* Is memory debugging enabled? */
371#undef TCL_MEM_DEBUG
372
373/* What is the default extension for shared libraries? */
374#undef TCL_SHLIB_EXT
375
376/* The C stack grows upwards in memory. */
377#undef TCL_STACK_GROWS_UP
378
379/* Are we building with threads enabled? */
380#undef TCL_THREADS
381
382/* Build libtommath? */
383#undef TCL_TOMMATH
384
385/* Do we allow unloading of shared libraries? */
386#undef TCL_UNLOAD_DLLS
387
388/* Does this platform have wide high-resolution clicks? */
389#undef TCL_WIDE_CLICKS
390
391/* Are wide integers to be implemented with C 'long's? */
392#undef TCL_WIDE_INT_IS_LONG
393
394/* What type should be used to define wide integers? */
395#undef TCL_WIDE_INT_TYPE
396
397/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
398#undef TIME_WITH_SYS_TIME
399
400/* Is getcwd Posix-compliant? */
401#undef USEGETWD
402
403/* May we include <dirent2.h>? */
404#undef USE_DIRENT2_H
405
406/* Are we building with DTrace support? */
407#undef USE_DTRACE
408
409/* Should we use FIONBIO? */
410#undef USE_FIONBIO
411
412/* Use the sgtty API for serial lines */
413#undef USE_SGTTY
414
415/* Use the termio API for serial lines */
416#undef USE_TERMIO
417
418/* Use the termios API for serial lines */
419#undef USE_TERMIOS
420
421/* Do we want to use the threaded memory allocator? */
422#undef USE_THREAD_ALLOC
423
424/* Should we use vfork() instead of fork()? */
425#undef USE_VFORK
426
427/* Define to 1 if your processor stores words with the most significant byte
428   first (like Motorola and SPARC, unlike Intel and VAX). */
429#undef WORDS_BIGENDIAN
430
431/* Are Darwin SUSv3 extensions available? */
432#undef _DARWIN_C_SOURCE
433
434/* Add the _ISOC99_SOURCE flag when building */
435#undef _ISOC99_SOURCE
436
437/* Add the _LARGEFILE64_SOURCE flag when building */
438#undef _LARGEFILE64_SOURCE
439
440/* Add the _LARGEFILE_SOURCE64 flag when building */
441#undef _LARGEFILE_SOURCE64
442
443/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
444#undef _OE_SOCKETS
445
446/* Do we really want to follow the standard? Yes we do! */
447#undef _POSIX_PTHREAD_SEMANTICS
448
449/* Do we want the reentrant OS API? */
450#undef _REENTRANT
451
452/* Do we want the thread-safe OS API? */
453#undef _THREAD_SAFE
454
455/* Do we want to use the XOPEN network library? */
456#undef _XOPEN_SOURCE
457
458/* Do we want to use the XOPEN network library? */
459#undef _XOPEN_SOURCE_EXTENDED
460
461/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
462#ifndef __CHAR_UNSIGNED__
463# undef __CHAR_UNSIGNED__
464#endif
465
466/* Define to `int' if <sys/types.h> doesn't define. */
467#undef gid_t
468
469/* Define to `__inline__' or `__inline' if that's what the C compiler
470   calls it, or to nothing if 'inline' is not supported under any name.  */
471#ifndef __cplusplus
472#undef inline
473#endif
474
475/* Signed integer type wide enough to hold a pointer. */
476#undef intptr_t
477
478/* Define to `int' if <sys/types.h> does not define. */
479#undef mode_t
480
481/* Define to `int' if <sys/types.h> does not define. */
482#undef pid_t
483
484/* Define to `unsigned' if <sys/types.h> does not define. */
485#undef size_t
486
487/* Define as int if socklen_t is not available */
488#undef socklen_t
489
490/* Do we want to use the strtod() in compat? */
491#undef strtod
492
493/* Define to `int' if <sys/types.h> doesn't define. */
494#undef uid_t
495
496/* Unsigned integer type wide enough to hold a pointer. */
497#undef uintptr_t
498
499
500    /* Undef unused package specific autoheader defines so that we can
501     * include both tclConfig.h and tkConfig.h at the same time: */
502    /* override */ #undef PACKAGE_NAME
503    /* override */ #undef PACKAGE_STRING
504    /* override */ #undef PACKAGE_TARNAME
505    #endif /* _TCLCONFIG */
506