1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532
|
/* ../unix/tclConfig.h.in. Generated from configure.ac by autoheader. */
#ifndef _TCLCONFIG
#define _TCLCONFIG
/* Is gettimeofday() actually declared in <sys/time.h>? */
#undef GETTOD_NOT_DECLARED
/* Define to 1 if the system has the type 'blkcnt_t'. */
#undef HAVE_BLKCNT_T
/* Defined when compiler supports casting to union type. */
#undef HAVE_CAST_TO_UNION
/* Define to 1 if you have the 'cfmakeraw' function. */
#undef HAVE_CFMAKERAW
/* Define to 1 if you have the 'chflags' function. */
#undef HAVE_CHFLAGS
/* Define to 1 if you have the 'copyfile' function. */
#undef HAVE_COPYFILE
/* Define to 1 if you have the <copyfile.h> header file. */
#undef HAVE_COPYFILE_H
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
/* Is the cpuid instruction usable? */
#undef HAVE_CPUID
/* Define to 1 if you have the declaration of 'gethostbyaddr_r', and to 0 if
you don't. */
#undef HAVE_DECL_GETHOSTBYADDR_R
/* Define to 1 if you have the declaration of 'gethostbyname_r', and to 0 if
you don't. */
#undef HAVE_DECL_GETHOSTBYNAME_R
/* Define to 1 if you have the declaration of 'PTHREAD_MUTEX_RECURSIVE', and
to 0 if you don't. */
#undef HAVE_DECL_PTHREAD_MUTEX_RECURSIVE
/* Is 'DIR64' in <sys/types.h>? */
#undef HAVE_DIR64
/* Is eventfd(2) supported? */
#undef HAVE_EVENTFD
/* Define to 1 if you have the 'freeaddrinfo' function. */
#undef HAVE_FREEADDRINFO
/* Do we have fts functions? */
#undef HAVE_FTS
/* Define to 1 if you have the 'gai_strerror' function. */
#undef HAVE_GAI_STRERROR
/* Define to 1 if you have the 'getaddrinfo' function. */
#undef HAVE_GETADDRINFO
/* Define to 1 if you have the 'getattrlist' function. */
#undef HAVE_GETATTRLIST
/* Define to 1 if you have the 'getcwd' function. */
#undef HAVE_GETCWD
/* Define to 1 if getgrgid_r is available. */
#undef HAVE_GETGRGID_R
/* Define to 1 if getgrgid_r takes 4 args. */
#undef HAVE_GETGRGID_R_4
/* Define to 1 if getgrgid_r takes 5 args. */
#undef HAVE_GETGRGID_R_5
/* Define to 1 if getgrnam_r is available. */
#undef HAVE_GETGRNAM_R
/* Define to 1 if getgrnam_r takes 4 args. */
#undef HAVE_GETGRNAM_R_4
/* Define to 1 if getgrnam_r takes 5 args. */
#undef HAVE_GETGRNAM_R_5
/* Define to 1 if gethostbyaddr_r is available. */
#undef HAVE_GETHOSTBYADDR_R
/* Define to 1 if gethostbyaddr_r takes 7 args. */
#undef HAVE_GETHOSTBYADDR_R_7
/* Define to 1 if gethostbyaddr_r takes 8 args. */
#undef HAVE_GETHOSTBYADDR_R_8
/* Define to 1 if gethostbyname_r is available. */
#undef HAVE_GETHOSTBYNAME_R
/* Define to 1 if gethostbyname_r takes 3 args. */
#undef HAVE_GETHOSTBYNAME_R_3
/* Define to 1 if gethostbyname_r takes 5 args. */
#undef HAVE_GETHOSTBYNAME_R_5
/* Define to 1 if gethostbyname_r takes 6 args. */
#undef HAVE_GETHOSTBYNAME_R_6
/* Define to 1 if you have the 'getnameinfo' function. */
#undef HAVE_GETNAMEINFO
/* Define to 1 if getpwnam_r is available. */
#undef HAVE_GETPWNAM_R
/* Define to 1 if getpwnam_r takes 4 args. */
#undef HAVE_GETPWNAM_R_4
/* Define to 1 if getpwnam_r takes 5 args. */
#undef HAVE_GETPWNAM_R_5
/* Define to 1 if getpwuid_r is available. */
#undef HAVE_GETPWUID_R
/* Define to 1 if getpwuid_r takes 4 args. */
#undef HAVE_GETPWUID_R_4
/* Define to 1 if getpwuid_r takes 5 args. */
#undef HAVE_GETPWUID_R_5
/* Define to 1 if you have the 'gmtime_r' function. */
#undef HAVE_GMTIME_R
/* Compiler support for module scope symbols */
#undef HAVE_HIDDEN
/* Define to 1 if the system has the type 'intptr_t'. */
#undef HAVE_INTPTR_T
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Do we have nl_langinfo()? */
#undef HAVE_LANGINFO
/* Define to 1 if you have the <libkern/OSAtomic.h> header file. */
#undef HAVE_LIBKERN_OSATOMIC_H
/* Define to 1 if you have the 'localtime_r' function. */
#undef HAVE_LOCALTIME_R
/* Define to 1 if you have the 'lseek64' function. */
#undef HAVE_LSEEK64
/* Define to 1 if you have the 'mkstemp' function. */
#undef HAVE_MKSTEMP
/* Define to 1 if you have the 'mkstemps' function. */
#undef HAVE_MKSTEMPS
/* Do we have MT-safe gethostbyaddr() ? */
#undef HAVE_MTSAFE_GETHOSTBYADDR
/* Do we have MT-safe gethostbyname() ? */
#undef HAVE_MTSAFE_GETHOSTBYNAME
/* Do we have <net/errno.h>? */
#undef HAVE_NET_ERRNO_H
/* Define to 1 if you have the 'open64' function. */
#undef HAVE_OPEN64
/* Define to 1 if you have the 'OSSpinLockLock' function. */
#undef HAVE_OSSPINLOCKLOCK
/* Define to 1 if you have the 'posix_spawnattr_setflags' function. */
#undef HAVE_POSIX_SPAWNATTR_SETFLAGS
/* Define to 1 if you have the 'posix_spawnp' function. */
#undef HAVE_POSIX_SPAWNP
/* Define to 1 if you have the 'posix_spawn_file_actions_adddup2' function. */
#undef HAVE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2
/* Should we use pselect()? */
#undef HAVE_PSELECT
/* Define to 1 if you have the 'pthread_atfork' function. */
#undef HAVE_PTHREAD_ATFORK
/* Define to 1 if you have the 'pthread_attr_setstacksize' function. */
#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE
/* Does putenv() copy strings or incorporate them by reference? */
#undef HAVE_PUTENV_THAT_COPIES
/* Are characters signed? */
#undef HAVE_SIGNED_CHAR
/* Do we have <stdbool.h>? */
#undef HAVE_STDBOOL_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdio.h> header file. */
#undef HAVE_STDIO_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if the system has the type 'struct addrinfo'. */
#undef HAVE_STRUCT_ADDRINFO
/* Is 'struct dirent64' in <sys/types.h>? */
#undef HAVE_STRUCT_DIRENT64
/* Define to 1 if the system has the type 'struct in6_addr'. */
#undef HAVE_STRUCT_IN6_ADDR
/* Define to 1 if the system has the type 'struct sockaddr_in6'. */
#undef HAVE_STRUCT_SOCKADDR_IN6
/* Define to 1 if the system has the type 'struct sockaddr_storage'. */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
/* Define to 1 if 'st_blksize' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLKSIZE
/* Define to 1 if 'st_blocks' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_BLOCKS
/* Define to 1 if 'st_rdev' is a member of 'struct stat'. */
#undef HAVE_STRUCT_STAT_ST_RDEV
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H
/* Define to 1 if you have the <sys/eventfd.h> header file. */
#undef HAVE_SYS_EVENTFD_H
/* Define to 1 if you have the <sys/event.h> header file. */
#undef HAVE_SYS_EVENT_H
/* Define to 1 if you have the <sys/filio.h> header file. */
#undef HAVE_SYS_FILIO_H
/* Define to 1 if you have the <sys/ioctl.h> header file. */
#undef HAVE_SYS_IOCTL_H
/* Define to 1 if you have the <sys/modem.h> header file. */
#undef HAVE_SYS_MODEM_H
/* Define to 1 if you have the <sys/param.h> header file. */
#undef HAVE_SYS_PARAM_H
/* Should we include <sys/select.h>? */
#undef HAVE_SYS_SELECT_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/time.h> header file. */
#undef HAVE_SYS_TIME_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <termios.h> header file. */
#undef HAVE_TERMIOS_H
/* Should we use the global timezone variable? */
#undef HAVE_TIMEZONE_VAR
/* Should we use the tm_gmtoff field of struct tm? */
#undef HAVE_TM_GMTOFF
/* Should we use the tm_tzadj field of struct tm? */
#undef HAVE_TM_TZADJ
/* Is off64_t in <sys/types.h>? */
#undef HAVE_TYPE_OFF64_T
/* Define to 1 if the system has the type 'uintptr_t'. */
#undef HAVE_UINTPTR_T
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the 'vfork' function. */
#undef HAVE_VFORK
/* Define to 1 if you have the 'waitpid' function. */
#undef HAVE_WAITPID
/* Is weak import available? */
#undef HAVE_WEAK_IMPORT
/* Is this a Mac I see before me? */
#undef MAC_OSX_TCL
/* No Compiler support for module scope symbols */
#undef MODULE_SCOPE
/* Default libtommath precision. */
#undef MP_PREC
/* Is no debugging enabled? */
#undef NDEBUG
/* Use compat implementation of getaddrinfo() and friends */
#undef NEED_FAKE_RFC2553
/* Is epoll(7) supported? */
#undef NOTIFIER_EPOLL
/* Is kqueue(2) supported? */
#undef NOTIFIER_KQUEUE
/* Is Darwin CoreFoundation unavailable for 64-bit? */
#undef NO_COREFOUNDATION_64
/* Do we have <dlfcn.h>? */
#undef NO_DLFCN_H
/* Do we have fd_set? */
#undef NO_FD_SET
/* Do we have fork() */
#undef NO_FORK
/* Do we have fstatfs()? */
#undef NO_FSTATFS
/* Do we have gettimeofday()? */
#undef NO_GETTOD
/* Do we have getwd() */
#undef NO_GETWD
/* Do we have mknod() */
#undef NO_MKNOD
/* Do we have realpath() */
#undef NO_REALPATH
/* Do we have strerror() */
#undef NO_STRERROR
/* Do we have <sys/wait.h>? */
#undef NO_SYS_WAIT_H
/* Do we have tcdrain() */
#undef NO_TCDRAIN
/* Do we have uname() */
#undef NO_UNAME
/* Do we have a usable 'union wait'? */
#undef NO_UNION_WAIT
/* Do we have wait3() */
#undef NO_WAIT3
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the home page for this package. */
#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Is this a static build? */
#undef STATIC_BUILD
/* Define to 1 if all of the C89 standard headers exist (not just the ones
required in a freestanding environment). This macro is provided for
backward compatibility; new code need not use it. */
#undef STDC_HEADERS
/* What encoding should be used for embedded configuration info? */
#undef TCL_CFGVAL_ENCODING
/* Is this a 64-bit build? */
#undef TCL_CFG_DO64BIT
/* Is this an optimized build? */
#undef TCL_CFG_OPTIMIZED
/* Is bytecode debugging enabled? */
#undef TCL_COMPILE_DEBUG
/* Are bytecode statistics enabled? */
#undef TCL_COMPILE_STATS
/* Is Tcl built as a framework? */
#undef TCL_FRAMEWORK
/* Can this platform load code from memory? */
#undef TCL_LOAD_FROM_MEMORY
/* Is memory debugging enabled? */
#undef TCL_MEM_DEBUG
/* What is the default extension for shared libraries? */
#undef TCL_SHLIB_EXT
/* Do we allow unloading of shared libraries? */
#undef TCL_UNLOAD_DLLS
/* Does this platform have wide high-resolution clicks? */
#undef TCL_WIDE_CLICKS
/* Do 'long' and 'long long' have the same size (64-bit)? */
#undef TCL_WIDE_INT_IS_LONG
/* Tcl with external libtommath */
#undef TCL_WITH_EXTERNAL_TOMMATH
/* Tcl with internal zlib */
#undef TCL_WITH_INTERNAL_ZLIB
/* Is getcwd Posix-compliant? */
#undef USEGETWD
/* Are we building with DTrace support? */
#undef USE_DTRACE
/* Should we use FIONBIO? */
#undef USE_FIONBIO
/* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
significant byte first (like Motorola and SPARC, unlike Intel). */
#if defined AC_APPLE_UNIVERSAL_BUILD
# if defined __BIG_ENDIAN__
# define WORDS_BIGENDIAN 1
# endif
#else
# ifndef WORDS_BIGENDIAN
# undef WORDS_BIGENDIAN
# endif
#endif
/* Are we building with zipfs enabled? */
#undef ZIPFS_BUILD
/* Are Darwin SUSv3 extensions available? */
#undef _DARWIN_C_SOURCE
/* Add the _FILE_OFFSET_BITS flag when building */
#undef _FILE_OFFSET_BITS
/* Add the _ISOC99_SOURCE flag when building */
#undef _ISOC99_SOURCE
/* Add the _LARGEFILE64_SOURCE flag when building */
#undef _LARGEFILE64_SOURCE
/* # needed in sys/socket.h Should OS/390 do the right thing with sockets? */
#undef _OE_SOCKETS
/* Do we really want to follow the standard? Yes we do! */
#undef _POSIX_PTHREAD_SEMANTICS
/* Do we want the reentrant OS API? */
#undef _REENTRANT
/* Do we want the thread-safe OS API? */
#undef _THREAD_SAFE
/* _TIME_BITS=64 enables 64-bit time_t. */
#undef _TIME_BITS
/* Do we want to use the XOPEN network library? */
#undef _XOPEN_SOURCE
/* Do we want to use the XOPEN network library? */
#undef _XOPEN_SOURCE_EXTENDED
/* Define to 1 if type 'char' is unsigned and your compiler does not
predefine this macro. */
#ifndef __CHAR_UNSIGNED__
# undef __CHAR_UNSIGNED__
#endif
/* Define as 'int' if <sys/types.h> doesn't define. */
#undef gid_t
/* Define to '__inline__' or '__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
#ifndef __cplusplus
#undef inline
#endif
/* Define to 'int' if <sys/types.h> does not define. */
#undef mode_t
/* Define as a signed integer type capable of holding a process identifier. */
#undef pid_t
/* Define as 'unsigned int' if <stddef.h> doesn't define. */
#undef size_t
/* Define as int if socklen_t is not available */
#undef socklen_t
/* Define as 'int' if <sys/types.h> doesn't define. */
#undef uid_t
/* Undef unused package specific autoheader defines so that we can
* include both tclConfig.h and tkConfig.h at the same time: */
/* override */ #undef PACKAGE_NAME
/* override */ #undef PACKAGE_TARNAME
/* override */ #undef PACKAGE_VERSION
/* override */ #undef PACKAGE_STRING
#endif /* _TCLCONFIG */
|