~ubuntu-branches/ubuntu/raring/tcl8.5/raring

« back to all changes in this revision

Viewing changes to unix/tclConfig.h.in

  • Committer: Bazaar Package Importer
  • Author(s): Sergei Golovan
  • Date: 2007-10-26 22:04:32 UTC
  • Revision ID: james.westby@ubuntu.com-20071026220432-57je4z35i4ll6uit
Tags: upstream-0.b2
ImportĀ upstreamĀ versionĀ 0.b2

Show diffs side-by-side

added added

removed removed

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