1/* config.h.in.  Generated from configure.in by autoheader.  */
2
3/* Build windows export dll */
4#undef BUILD_Mk4tcl
5
6/* Define to 1 if you have the `bcopy' function. */
7#undef HAVE_BCOPY
8
9/* Define to 1 if you have the <inttypes.h> header file. */
10#undef HAVE_INTTYPES_H
11
12/* Do we have <limits.h>? */
13#undef HAVE_LIMITS_H
14
15/* Define to 1 if the system has the type `long long'. */
16#undef HAVE_LONG_LONG
17
18/* Define to 1 if you have the `lseek64' function. */
19#undef HAVE_LSEEK64
20
21/* Define to 1 if you have the `memmove' function. */
22#undef HAVE_MEMMOVE
23
24/* Define to 1 if you have the <memory.h> header file. */
25#undef HAVE_MEMORY_H
26
27/* Define to 1 if you have the `mmap' function. */
28#undef HAVE_MMAP
29
30/* Do we have <net/errno.h>? */
31#undef HAVE_NET_ERRNO_H
32
33/* Define to 1 if you have the `open64' function. */
34#undef HAVE_OPEN64
35
36/* Define to 1 if you have the <stdint.h> header file. */
37#undef HAVE_STDINT_H
38
39/* Define to 1 if you have the <stdlib.h> header file. */
40#undef HAVE_STDLIB_H
41
42/* Define to 1 if you have the <strings.h> header file. */
43#undef HAVE_STRINGS_H
44
45/* Define to 1 if you have the <string.h> header file. */
46#undef HAVE_STRING_H
47
48/* Is 'struct dirent64' in <sys/types.h>? */
49#undef HAVE_STRUCT_DIRENT64
50
51/* Is 'struct stat64' in <sys/stat.h>? */
52#undef HAVE_STRUCT_STAT64
53
54/* Define to 1 if you have the <sys/param.h> header file. */
55#undef HAVE_SYS_PARAM_H
56
57/* Define to 1 if you have the <sys/stat.h> header file. */
58#undef HAVE_SYS_STAT_H
59
60/* Define to 1 if you have the <sys/types.h> header file. */
61#undef HAVE_SYS_TYPES_H
62
63/* Is off64_t in <sys/types.h>? */
64#undef HAVE_TYPE_OFF64_T
65
66/* Define to 1 if you have the <unistd.h> header file. */
67#undef HAVE_UNISTD_H
68
69/* No Compiler support for module scope symbols */
70#undef MODULE_SCOPE
71
72/* Do we have <dirent.h>? */
73#undef NO_DIRENT_H
74
75/* Do we have <dlfcn.h>? */
76#undef NO_DLFCN_H
77
78/* Do we have <errno.h>? */
79#undef NO_ERRNO_H
80
81/* Do we have <float.h>? */
82#undef NO_FLOAT_H
83
84/* Do we have <limits.h>? */
85#undef NO_LIMITS_H
86
87/* Do we have <stdlib.h>? */
88#undef NO_STDLIB_H
89
90/* Do we have <string.h>? */
91#undef NO_STRING_H
92
93/* Do we have <sys/wait.h>? */
94#undef NO_SYS_WAIT_H
95
96/* Do we have <values.h>? */
97#undef NO_VALUES_H
98
99/* No visibility hidden passed to zlib? */
100#undef NO_VIZ
101
102/* Define to the address where bug reports for this package should be sent. */
103#undef PACKAGE_BUGREPORT
104
105/* Define to the full name of this package. */
106#undef PACKAGE_NAME
107
108/* Define to the full name and version of this package. */
109#undef PACKAGE_STRING
110
111/* Define to the one symbol short name of this package. */
112#undef PACKAGE_TARNAME
113
114/* Define to the version of this package. */
115#undef PACKAGE_VERSION
116
117/* The size of `long', as computed by sizeof. */
118#undef SIZEOF_LONG
119
120/* Is this a static build? */
121#undef STATIC_BUILD
122
123/* Define to 1 if you have the ANSI C header files. */
124#undef STDC_HEADERS
125
126/* Is memory debugging enabled? */
127#undef TCL_MEM_DEBUG
128
129/* Are we building with threads enabled? */
130#undef TCL_THREADS
131
132/* Are wide integers to be implemented with C 'long's? */
133#undef TCL_WIDE_INT_IS_LONG
134
135/* What type should be used to define wide integers? */
136#undef TCL_WIDE_INT_TYPE
137
138/* UNDER_CE version */
139#undef UNDER_CE
140
141/* Use Tcl stubs */
142#undef USE_TCL_STUBS
143
144/* Do we want to use the threaded memory allocator? */
145#undef USE_THREAD_ALLOC
146
147/* Define to 1 if your processor stores words with the most significant byte
148   first (like Motorola and SPARC, unlike Intel and VAX). */
149#undef WORDS_BIGENDIAN
150
151/* Add the _ISOC99_SOURCE flag when building */
152#undef _ISOC99_SOURCE
153
154/* Add the _LARGEFILE64_SOURCE flag when building */
155#undef _LARGEFILE64_SOURCE
156
157/* Add the _LARGEFILE_SOURCE64 flag when building */
158#undef _LARGEFILE_SOURCE64
159
160/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
161#undef _OE_SOCKETS
162
163/* Do we really want to follow the standard? Yes we do! */
164#undef _POSIX_PTHREAD_SEMANTICS
165
166/* Do we want the reentrant OS API? */
167#undef _REENTRANT
168
169/* Do we want the thread-safe OS API? */
170#undef _THREAD_SAFE
171
172/* _WIN32_WCE version */
173#undef _WIN32_WCE
174
175/* Do we want to use the XOPEN network library? */
176#undef _XOPEN_SOURCE_EXTENDED
177
178/* Define to empty if `const' does not conform to ANSI C. */
179#undef const
180
181/* Define to `__inline__' or `__inline' if that's what the C compiler
182   calls it, or to nothing if 'inline' is not supported under any name.  */
183#ifndef __cplusplus
184#undef inline
185#endif
186