1/* ../unix/tkConfig.h.in.  Generated from configure.ac by autoheader.  */
2
3
4    #ifndef _TKCONFIG
5    #define _TKCONFIG
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/* Define to 1 if you have the <AvailabilityMacros.h> header file. */
14#undef HAVE_AVAILABILITYMACROS_H
15
16/* Do we have access to Darwin CoreFoundation.framework? */
17#undef HAVE_COREFOUNDATION
18
19/* Do we have the intptr_t type? */
20#undef HAVE_INTPTR_T
21
22/* Define to 1 if you have the <inttypes.h> header file. */
23#undef HAVE_INTTYPES_H
24
25/* Define to 1 if you have the `Xft' library (-lXft). */
26#undef HAVE_LIBXFT
27
28/* Do we have <limits.h>? */
29#undef HAVE_LIMITS_H
30
31/* Define to 1 if you have the `lseek64' function. */
32#undef HAVE_LSEEK64
33
34/* Define to 1 if you have the <memory.h> header file. */
35#undef HAVE_MEMORY_H
36
37/* Define to 1 if you have the `open64' function. */
38#undef HAVE_OPEN64
39
40/* Do we want a BSD-like thread-attribute interface? */
41#undef HAVE_PTHREAD_ATTR_GET_NP
42
43/* Define to 1 if you have the `pthread_attr_setstacksize' function. */
44#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
45
46/* Do we want a Linux-like thread-attribute interface? */
47#undef HAVE_PTHREAD_GETATTR_NP
48
49/* Define to 1 if you have the `pthread_get_stacksize_np' function. */
50#undef HAVE_PTHREAD_GET_STACKSIZE_NP
51
52/* Does struct password have a pw_gecos field? */
53#undef HAVE_PW_GECOS
54
55/* Define to 1 if you have the <stdint.h> header file. */
56#undef HAVE_STDINT_H
57
58/* Define to 1 if you have the <stdlib.h> header file. */
59#undef HAVE_STDLIB_H
60
61/* Define to 1 if you have the <strings.h> header file. */
62#undef HAVE_STRINGS_H
63
64/* Define to 1 if you have the <string.h> header file. */
65#undef HAVE_STRING_H
66
67/* Is 'struct dirent64' in <sys/types.h>? */
68#undef HAVE_STRUCT_DIRENT64
69
70/* Is 'struct stat64' in <sys/stat.h>? */
71#undef HAVE_STRUCT_STAT64
72
73/* Should we include <sys/select.h>? */
74#undef HAVE_SYS_SELECT_H
75
76/* Define to 1 if you have the <sys/stat.h> header file. */
77#undef HAVE_SYS_STAT_H
78
79/* Define to 1 if you have the <sys/time.h> header file. */
80#undef HAVE_SYS_TIME_H
81
82/* Define to 1 if you have the <sys/types.h> header file. */
83#undef HAVE_SYS_TYPES_H
84
85/* Is off64_t in <sys/types.h>? */
86#undef HAVE_TYPE_OFF64_T
87
88/* Do we have the uintptr_t type? */
89#undef HAVE_UINTPTR_T
90
91/* Define to 1 if you have the <unistd.h> header file. */
92#undef HAVE_UNISTD_H
93
94/* Is weak import available? */
95#undef HAVE_WEAK_IMPORT
96
97/* Have we turned on XFT (antialiased fonts)? */
98#undef HAVE_XFT
99
100/* Is XScreenSaver available? */
101#undef HAVE_XSS
102
103/* Is this a Mac I see before me? */
104#undef MAC_OSX_TCL
105
106/* Are we building TkAqua? */
107#undef MAC_OSX_TK
108
109/* Compiler support for module scope symbols */
110#undef MODULE_SCOPE
111
112/* Is Darwin CoreFoundation unavailable for 64-bit? */
113#undef NO_COREFOUNDATION_64
114
115/* Do we have fd_set? */
116#undef NO_FD_SET
117
118/* Do we have <limits.h>? */
119#undef NO_LIMITS_H
120
121/* Do we have <stdlib.h>? */
122#undef NO_STDLIB_H
123
124/* Define to the address where bug reports for this package should be sent. */
125#undef PACKAGE_BUGREPORT
126
127/* Define to the full name of this package. */
128#undef PACKAGE_NAME
129
130/* Define to the full name and version of this package. */
131#undef PACKAGE_STRING
132
133/* Define to the one symbol short name of this package. */
134#undef PACKAGE_TARNAME
135
136/* Define to the version of this package. */
137#undef PACKAGE_VERSION
138
139/* Is this a static build? */
140#undef STATIC_BUILD
141
142/* Define to 1 if you have the ANSI C header files. */
143#undef STDC_HEADERS
144
145/* Is debugging enabled? */
146#undef TCL_CFG_DEBUG
147
148/* Is this a 64-bit build? */
149#undef TCL_CFG_DO64BIT
150
151/* Is this an optimized build? */
152#undef TCL_CFG_OPTIMIZED
153
154/* Is bytecode debugging enabled? */
155#undef TCL_COMPILE_DEBUG
156
157/* Are bytecode statistics enabled? */
158#undef TCL_COMPILE_STATS
159
160/* Is memory debugging enabled? */
161#undef TCL_MEM_DEBUG
162
163/* What is the default extension for shared libraries? */
164#undef TCL_SHLIB_EXT
165
166/* Are we building with threads enabled? */
167#undef TCL_THREADS
168
169/* Are wide integers to be implemented with C 'long's? */
170#undef TCL_WIDE_INT_IS_LONG
171
172/* What type should be used to define wide integers? */
173#undef TCL_WIDE_INT_TYPE
174
175/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
176#undef TIME_WITH_SYS_TIME
177
178/* Is Tk built as a framework? */
179#undef TK_FRAMEWORK
180
181/* Are TkAqua debug messages enabled? */
182#undef TK_MAC_DEBUG
183
184/* Do we want to use the threaded memory allocator? */
185#undef USE_THREAD_ALLOC
186
187/* Define to 1 if your processor stores words with the most significant byte
188   first (like Motorola and SPARC, unlike Intel and VAX). */
189#undef WORDS_BIGENDIAN
190
191/* Are Darwin SUSv3 extensions available? */
192#undef _DARWIN_C_SOURCE
193
194/* Add the _ISOC99_SOURCE flag when building */
195#undef _ISOC99_SOURCE
196
197/* Add the _LARGEFILE64_SOURCE flag when building */
198#undef _LARGEFILE64_SOURCE
199
200/* Add the _LARGEFILE_SOURCE64 flag when building */
201#undef _LARGEFILE_SOURCE64
202
203/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
204#undef _OE_SOCKETS
205
206/* Do we really want to follow the standard? Yes we do! */
207#undef _POSIX_PTHREAD_SEMANTICS
208
209/* Do we want the reentrant OS API? */
210#undef _REENTRANT
211
212/* Do we want the thread-safe OS API? */
213#undef _THREAD_SAFE
214
215/* Do we want to use the XOPEN network library? */
216#undef _XOPEN_SOURCE
217
218/* Do we want to use the XOPEN network library? */
219#undef _XOPEN_SOURCE_EXTENDED
220
221/* Define to 1 if type `char' is unsigned and you are not using gcc.  */
222#ifndef __CHAR_UNSIGNED__
223# undef __CHAR_UNSIGNED__
224#endif
225
226/* Define to `int' if <sys/types.h> doesn't define. */
227#undef gid_t
228
229/* Signed integer type wide enough to hold a pointer. */
230#undef intptr_t
231
232/* Define to `int' if <sys/types.h> does not define. */
233#undef mode_t
234
235/* Define to `int' if <sys/types.h> does not define. */
236#undef pid_t
237
238/* Define to `unsigned int' if <sys/types.h> does not define. */
239#undef size_t
240
241/* Do we want to use the strtod() in compat? */
242#undef strtod
243
244/* Define to `int' if <sys/types.h> doesn't define. */
245#undef uid_t
246
247/* Unsigned integer type wide enough to hold a pointer. */
248#undef uintptr_t
249
250
251    /* Undef unused package specific autoheader defines so that we can
252     * include both tclConfig.h and tkConfig.h at the same time: */
253    /* override */ #undef PACKAGE_NAME
254    /* override */ #undef PACKAGE_STRING
255    /* override */ #undef PACKAGE_TARNAME
256    #endif /* _TKCONFIG */
257