From 87c29e7beba88eb6257151d68884a27f3eebee8a Mon Sep 17 00:00:00 2001 From: rmax Date: Fri, 12 Nov 2004 18:07:49 +0000 Subject: * unix/config.h.in: * unix/tclConfig.h.in: renamed * unix/Makefile.in: Completed support for config header, * unix/configure.in: fixed building outside of the unix dir, * unix/tclAppinit.c: and reflected the name change of config.h. * generic/tclInt.h: * unix/configure: generated --- generic/tclInt.h | 4 +- unix/Makefile.in | 19 +-- unix/config.h.in | 388 ---------------------------------------------------- unix/configure | 6 +- unix/configure.in | 4 +- unix/tclAppInit.c | 4 +- unix/tclConfig.h.in | 388 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 7 files changed, 408 insertions(+), 405 deletions(-) delete mode 100644 unix/config.h.in create mode 100644 unix/tclConfig.h.in diff --git a/generic/tclInt.h b/generic/tclInt.h index 6323c74..c0bd054 100644 --- a/generic/tclInt.h +++ b/generic/tclInt.h @@ -12,14 +12,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclInt.h,v 1.194 2004/11/12 16:44:56 dkf Exp $ + * RCS: @(#) $Id: tclInt.h,v 1.195 2004/11/12 18:07:49 rmax Exp $ */ #ifndef _TCLINT #define _TCLINT #ifdef HAVE_CONFIG_H -#include +#include "tclConfig.h" #endif /* diff --git a/unix/Makefile.in b/unix/Makefile.in index 643274e..7f64815 100644 --- a/unix/Makefile.in +++ b/unix/Makefile.in @@ -5,7 +5,7 @@ # "autoconf" program (constructs like "@foo@" will get replaced in the # actual Makefile. # -# RCS: @(#) $Id: Makefile.in,v 1.149 2004/11/12 16:44:56 dkf Exp $ +# RCS: @(#) $Id: Makefile.in,v 1.150 2004/11/12 18:07:49 rmax Exp $ VERSION = @TCL_VERSION@ MAJOR_VERSION = @TCL_MAJOR_VERSION@ @@ -240,6 +240,7 @@ AR = @AR@ RANLIB = @RANLIB@ SRC_DIR = @srcdir@ TOP_DIR = @srcdir@/.. +BUILD_DIR = @builddir@ GENERIC_DIR = $(TOP_DIR)/generic COMPAT_DIR = $(TOP_DIR)/compat TOOL_DIR = $(TOP_DIR)/tools @@ -274,12 +275,12 @@ DDD = ddd CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \ --I${GENERIC_DIR} -I${UNIX_DIR} -I${SRC_DIR} \ +-I${GENERIC_DIR} -I${UNIX_DIR} -I${SRC_DIR} -I${BUILD_DIR} \ ${AC_FLAGS} ${MATH_FLAGS} ${GENERIC_FLAGS} ${PROTO_FLAGS} \ ${NO_DEPRECATED_FLAGS} ${ENV_FLAGS} STUB_CC_SWITCHES = ${CFLAGS} ${CFLAGS_WARNING} ${SHLIB_CFLAGS} \ --I${GENERIC_DIR} -I${SRC_DIR} \ +-I${GENERIC_DIR} -I${SRC_DIR} -I${BUILD_DIR} \ ${AC_FLAGS} ${MATH_FLAGS} ${GENERIC_FLAGS} ${PROTO_FLAGS} ${ENV_FLAGS} LIBS = @TCL_LIBS@ @@ -758,7 +759,7 @@ install-private-headers: libraries @echo "Installing private header files"; @for i in $(GENERIC_DIR)/tclInt.h $(GENERIC_DIR)/tclIntDecls.h \ $(GENERIC_DIR)/tclIntPlatDecls.h $(GENERIC_DIR)/tclPort.h \ - $(UNIX_DIR)/tclUnixPort.h ; \ + $(UNIX_DIR)/tclUnixPort.h $(BUILD_DIR)/tclConfig.h; \ do \ $(INSTALL_DATA) $$i $(PRIVATE_INCLUDE_INSTALL_DIR); \ done; @@ -1294,10 +1295,12 @@ DISTROOT = /tmp/dist DISTNAME = tcl${VERSION}${PATCH_LEVEL} ZIPNAME = tcl${MAJOR_VERSION}${MINOR_VERSION}${PATCH_LEVEL}-src.zip DISTDIR = $(DISTROOT)/$(DISTNAME) -$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in - autoconf $(UNIX_DIR)/configure.in > $(UNIX_DIR)/configure +$(UNIX_DIR)/configure: $(UNIX_DIR)/configure.in $(UNIX_DIR)/tcl.m4 + cd $(UNIX_DIR); autoconf +$(UNIX_DIR)/tclConfig.h.in: $(UNIX_DIR)/configure.in + cd $(UNIX_DIR); autoheader -dist: $(UNIX_DIR)/configure mklinks +dist: $(UNIX_DIR)/configure $(UNIX_DIR)/tclConfig.h.in mklinks rm -rf $(DISTDIR) mkdir -p $(DISTDIR)/unix cp -p $(UNIX_DIR)/*.c $(UNIX_DIR)/*.h $(DISTDIR)/unix @@ -1307,7 +1310,7 @@ dist: $(UNIX_DIR)/configure mklinks $(UNIX_DIR)/tcl.m4 $(UNIX_DIR)/aclocal.m4 \ $(UNIX_DIR)/tclConfig.sh.in $(UNIX_DIR)/install-sh \ $(UNIX_DIR)/README $(UNIX_DIR)/ldAix $(UNIX_DIR)/tcl.spec \ - $(UNIX_DIR)/mkLinks \ + $(UNIX_DIR)/tclConfig.h.in $(UNIX_DIR)/mkLinks \ $(DISTDIR)/unix chmod 775 $(DISTDIR)/unix/configure $(DISTDIR)/unix/configure.in chmod 775 $(DISTDIR)/unix/ldAix diff --git a/unix/config.h.in b/unix/config.h.in deleted file mode 100644 index e12f57f..0000000 --- a/unix/config.h.in +++ /dev/null @@ -1,388 +0,0 @@ -/* config.h.in. Generated from configure.in by autoheader. */ - -/* Is pthread_attr_get_np() declared in ? */ -#undef ATTRGETNP_NOT_DECLARED - -/* Is pthread_getattr_np declared in ? */ -#undef GETATTRNP_NOT_DECLARED - -/* Is gettimeofday() actually declared in ? */ -#undef GETTOD_NOT_DECLARED - -/* Do we have BSDgettimeofday()? */ -#undef HAVE_BSDGETTIMEOFDAY - -/* Do we have access to Mac bundles? */ -#undef HAVE_CFBUNDLE - -/* Define to 1 if you have the `chflags' function. */ -#undef HAVE_CHFLAGS - -/* 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 you have the `gmtime_r' function. */ -#undef HAVE_GMTIME_R - -/* Define to 1 if you have the header file. */ -#undef HAVE_INTTYPES_H - -/* Do we have nl_langinfo()? */ -#undef HAVE_LANGINFO - -/* Do we have ? */ -#undef HAVE_LIMITS_H - -/* Define to 1 if you have the `localtime_r' function. */ -#undef HAVE_LOCALTIME_R - -/* Define to 1 if you have the header file. */ -#undef HAVE_MEMORY_H - -/* Define to 1 if you have the `mktime' function. */ -#undef HAVE_MKTIME - -/* Do we have ? */ -#undef HAVE_NET_ERRNO_H - -/* Define to 1 if you have the `opendir' function. */ -#undef HAVE_OPENDIR - -/* Do we want a BSD-like thread-attribute interface? */ -#undef HAVE_PTHREAD_ATTR_GET_NP - -/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ -#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE - -/* Do we want a Linux-like thread-attribute interface? */ -#undef HAVE_PTHREAD_GETATTR_NP - -/* Does putenv() copy strings or incorporate them by reference? */ -#undef HAVE_PUTENV_THAT_COPIES - -/* Define to 1 if you have the `readdir_r' function. */ -#undef HAVE_READDIR_R - -/* Are characters signed? */ -#undef HAVE_SIGNED_CHAR - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDINT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STDLIB_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRINGS_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_STRING_H - -/* Define to 1 if you have the `strstr' function. */ -#undef HAVE_STRSTR - -/* Define to 1 if you have the `strtol' function. */ -#undef HAVE_STRTOL - -/* Define to 1 if you have the `strtoll' function. */ -#undef HAVE_STRTOLL - -/* Define to 1 if you have the `strtoull' function. */ -#undef HAVE_STRTOULL - -/* Is 'struct dirent64' in ? */ -#undef HAVE_STRUCT_DIRENT64 - -/* Is 'struct stat64' in ? */ -#undef HAVE_STRUCT_STAT64 - -/* Define to 1 if `st_blksize' is member of `struct stat'. */ -#undef HAVE_STRUCT_STAT_ST_BLKSIZE - -/* Define to 1 if `tm_zone' is member of `struct tm'. */ -#undef HAVE_STRUCT_TM_TM_ZONE - -/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use - `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */ -#undef HAVE_ST_BLKSIZE - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_FILIO_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_IOCTL_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_MODEM_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_PARAM_H - -/* May we include ? */ -#undef HAVE_SYS_SELECT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_STAT_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TIME_H - -/* Define to 1 if you have the header file. */ -#undef HAVE_SYS_TYPES_H - -/* Should we use the global timezone variable? */ -#undef HAVE_TIMEZONE_VAR - -/* Define to 1 if you have the `tmpnam' function. */ -#undef HAVE_TMPNAM - -/* 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 - -/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use - `HAVE_STRUCT_TM_TM_ZONE' instead. */ -#undef HAVE_TM_ZONE - -/* Is off64_t in ? */ -#undef HAVE_TYPE_OFF64_T - -/* Define to 1 if you don't have `tm_zone' but do have the external array - `tzname'. */ -#undef HAVE_TZNAME - -/* Define to 1 if you have the header file. */ -#undef HAVE_UNISTD_H - -/* Define to 1 if you have the `waitpid' function. */ -#undef HAVE_WAITPID - -/* "Is this a Mac I see before me?" */ -#undef MAC_OSX_TCL - -/* Do we have ? */ -#undef NO_DIRENT_H - -/* Do we have ? */ -#undef NO_DLFCN_H - -/* Do we have ? */ -#undef NO_ERRNO_H - -/* Do we have fd_set? */ -#undef NO_FD_SET - -/* Do we have ? */ -#undef NO_FLOAT_H - -/* Do we have fstatfs()? */ -#undef NO_FSTATFS - -/* Do we have gettimeofday()? */ -#undef NO_GETTOD - -/* Do we have getwd() */ -#undef NO_GETWD - -/* Do we have ? */ -#undef NO_LIMITS_H - -/* Do we have memmove()? */ -#undef NO_MEMMOVE - -/* Do we have realpath() */ -#undef NO_REALPATH - -/* Do we have ? */ -#undef NO_STDLIB_H - -/* Do we have strerror() */ -#undef NO_STRERROR - -/* May we include ? */ -#undef NO_STRING_H - -/* Do we have ? */ -#undef NO_SYS_WAIT_H - -/* Do we have uname() */ -#undef NO_UNAME - -/* Do we have a usable 'union wait'? */ -#undef NO_UNION_WAIT - -/* Do we have ? */ -#undef NO_VALUES_H - -/* 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 version of this package. */ -#undef PACKAGE_VERSION - -/* May we use XIM peeking safely? */ -#undef PEEK_XCLOSEIM - -/* Is this a static build? */ -#undef STATIC_BUILD - -/* Define to 1 if you have the ANSI C header files. */ -#undef STDC_HEADERS - -/* What encoding should be used for embedded configuration info? */ -#undef TCL_CFGVAL_ENCODING - -/* Is debugging enabled? */ -#undef TCL_CFG_DEBUG - -/* 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 - -/* What extra letters do we insert for debugging binary code? */ -#undef TCL_DBGX - -/* Are we to override what our default encoding is? */ -#undef TCL_DEFAULT_ENCODING - -/* Is memory debugging enabled? */ -#undef TCL_MEM_DEBUG - -/* What is the default extension for shared libraries? */ -#undef TCL_SHLIB_EXT - -/* Are we building with threads enabled? */ -#undef TCL_THREADS - -/* Do we allow unloading of shared libraries? */ -#undef TCL_UNLOAD_DLLS - -/* Are wide integers to be implemented with C 'long's? */ -#undef TCL_WIDE_INT_IS_LONG - -/* What type should be used to define wide integers? */ -#undef TCL_WIDE_INT_TYPE - -/* Define to 1 if you can safely include both and . */ -#undef TIME_WITH_SYS_TIME - -/* Define to 1 if your declares `struct tm'. */ -#undef TM_IN_SYS_TIME - -/* Is getcwd Posix-compliant? */ -#undef USEGETWD - -/* Should we use when doing dynamic loading? */ -#undef USE_A_OUT_H - -/* Do we need a special AIX hack for timezones? */ -#undef USE_DELTA_FOR_TZ - -/* May we include ? */ -#undef USE_DIRENT2_H - -/* Should we use FIONBIO? */ -#undef USE_FIONBIO - -/* Use the sgtty API for serial lines */ -#undef USE_SGTTY - -/* Should we use when doing dynamic loading? */ -#undef USE_SYS_EXEC_AOUT_H - -/* Should we use when doing dynamic loading? */ -#undef USE_SYS_EXEC_H - -/* Use the termio API for serial lines */ -#undef USE_TERMIO - -/* Use the termios API for serial lines */ -#undef USE_TERMIOS - -/* Do we want to use the threaded memory allocator? */ -#undef USE_THREAD_ALLOC - -/* Use the generic thread storage subsystem? */ -#undef USE_THREAD_STORAGE - -/* Should we use vfork() instead of fork()? */ -#undef USE_VFORK - -/* Define to 1 if your processor stores words with the most significant byte - first (like Motorola and SPARC, unlike Intel and VAX). */ -#undef WORDS_BIGENDIAN - -/* 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 - -/* 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 you are not using gcc. */ -#ifndef __CHAR_UNSIGNED__ -# undef __CHAR_UNSIGNED__ -#endif - -/* Define to `int' if doesn't define. */ -#undef gid_t - -/* Define to `int' if does not define. */ -#undef mode_t - -/* Define to `int' if does not define. */ -#undef pid_t - -/* Define to `unsigned' if does not define. */ -#undef size_t - -/* What is the type of socklen_t? */ -#undef socklen_t - -/* Do we want to use the strtod() in compat? */ -#undef strtod - -/* Define to `int' if doesn't define. */ -#undef uid_t diff --git a/unix/configure b/unix/configure index a9276b2..572fd71 100755 --- a/unix/configure +++ b/unix/configure @@ -852,7 +852,7 @@ Optional Features: --enable-langinfo use nl_langinfo if possible to determine encoding at startup, otherwise use old heuristic --enable-framework package shared libraries in MacOSX frameworks --disable-framework - --enable-dll-unloading turn on the 'unload' command default: on + --enable-dll-unloading turn on the 'unload' command (default: on) Optional Packages: --with-PACKAGE[=ARG] use PACKAGE [ARG=yes] @@ -1307,7 +1307,7 @@ ac_compiler_gnu=$ac_cv_c_compiler_gnu - ac_config_headers="$ac_config_headers config.h" + ac_config_headers="$ac_config_headers tclConfig.h" TCL_VERSION=8.5 @@ -15385,7 +15385,7 @@ do "Makefile" ) CONFIG_FILES="$CONFIG_FILES Makefile" ;; "dltest/Makefile" ) CONFIG_FILES="$CONFIG_FILES dltest/Makefile" ;; "tclConfig.sh" ) CONFIG_FILES="$CONFIG_FILES tclConfig.sh" ;; - "config.h" ) CONFIG_HEADERS="$CONFIG_HEADERS config.h" ;; + "tclConfig.h" ) CONFIG_HEADERS="$CONFIG_HEADERS tclConfig.h" ;; *) { { echo "$as_me:$LINENO: error: invalid argument: $ac_config_target" >&5 echo "$as_me: error: invalid argument: $ac_config_target" >&2;} { (exit 1); exit 1; }; };; diff --git a/unix/configure.in b/unix/configure.in index fe8b3a8..9792274 100644 --- a/unix/configure.in +++ b/unix/configure.in @@ -3,11 +3,11 @@ dnl This file is an input file used by the GNU "autoconf" program to dnl generate the file "configure", which is run during Tcl installation dnl to configure the system for the local environment. # -# RCS: @(#) $Id: configure.in,v 1.116 2004/11/12 16:44:58 dkf Exp $ +# RCS: @(#) $Id: configure.in,v 1.117 2004/11/12 18:07:55 rmax Exp $ AC_INIT(../generic/tcl.h) AC_PREREQ(2.57) -AC_CONFIG_HEADERS(config.h) +AC_CONFIG_HEADERS(tclConfig.h) TCL_VERSION=8.5 TCL_MAJOR_VERSION=8 diff --git a/unix/tclAppInit.c b/unix/tclAppInit.c index ec6f48d..1202a34 100644 --- a/unix/tclAppInit.c +++ b/unix/tclAppInit.c @@ -11,14 +11,14 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclAppInit.c,v 1.13 2004/11/12 16:44:59 dkf Exp $ + * RCS: @(#) $Id: tclAppInit.c,v 1.14 2004/11/12 18:07:55 rmax Exp $ */ /* * The core stores all its #defs in config.h for clarity... */ #ifdef HAVE_CONFIG_H -#include +#include "tclConfig.h" #endif #include "tcl.h" diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in new file mode 100644 index 0000000..f931b23 --- /dev/null +++ b/unix/tclConfig.h.in @@ -0,0 +1,388 @@ +/* tclConfig.h.in. Generated from configure.in by autoheader. */ + +/* Is pthread_attr_get_np() declared in ? */ +#undef ATTRGETNP_NOT_DECLARED + +/* Is pthread_getattr_np declared in ? */ +#undef GETATTRNP_NOT_DECLARED + +/* Is gettimeofday() actually declared in ? */ +#undef GETTOD_NOT_DECLARED + +/* Do we have BSDgettimeofday()? */ +#undef HAVE_BSDGETTIMEOFDAY + +/* Do we have access to Mac bundles? */ +#undef HAVE_CFBUNDLE + +/* Define to 1 if you have the `chflags' function. */ +#undef HAVE_CHFLAGS + +/* 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 you have the `gmtime_r' function. */ +#undef HAVE_GMTIME_R + +/* Define to 1 if you have the header file. */ +#undef HAVE_INTTYPES_H + +/* Do we have nl_langinfo()? */ +#undef HAVE_LANGINFO + +/* Do we have ? */ +#undef HAVE_LIMITS_H + +/* Define to 1 if you have the `localtime_r' function. */ +#undef HAVE_LOCALTIME_R + +/* Define to 1 if you have the header file. */ +#undef HAVE_MEMORY_H + +/* Define to 1 if you have the `mktime' function. */ +#undef HAVE_MKTIME + +/* Do we have ? */ +#undef HAVE_NET_ERRNO_H + +/* Define to 1 if you have the `opendir' function. */ +#undef HAVE_OPENDIR + +/* Do we want a BSD-like thread-attribute interface? */ +#undef HAVE_PTHREAD_ATTR_GET_NP + +/* Define to 1 if you have the `pthread_attr_setstacksize' function. */ +#undef HAVE_PTHREAD_ATTR_SETSTACKSIZE + +/* Do we want a Linux-like thread-attribute interface? */ +#undef HAVE_PTHREAD_GETATTR_NP + +/* Does putenv() copy strings or incorporate them by reference? */ +#undef HAVE_PUTENV_THAT_COPIES + +/* Define to 1 if you have the `readdir_r' function. */ +#undef HAVE_READDIR_R + +/* Are characters signed? */ +#undef HAVE_SIGNED_CHAR + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDINT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STDLIB_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRINGS_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_STRING_H + +/* Define to 1 if you have the `strstr' function. */ +#undef HAVE_STRSTR + +/* Define to 1 if you have the `strtol' function. */ +#undef HAVE_STRTOL + +/* Define to 1 if you have the `strtoll' function. */ +#undef HAVE_STRTOLL + +/* Define to 1 if you have the `strtoull' function. */ +#undef HAVE_STRTOULL + +/* Is 'struct dirent64' in ? */ +#undef HAVE_STRUCT_DIRENT64 + +/* Is 'struct stat64' in ? */ +#undef HAVE_STRUCT_STAT64 + +/* Define to 1 if `st_blksize' is member of `struct stat'. */ +#undef HAVE_STRUCT_STAT_ST_BLKSIZE + +/* Define to 1 if `tm_zone' is member of `struct tm'. */ +#undef HAVE_STRUCT_TM_TM_ZONE + +/* Define to 1 if your `struct stat' has `st_blksize'. Deprecated, use + `HAVE_STRUCT_STAT_ST_BLKSIZE' instead. */ +#undef HAVE_ST_BLKSIZE + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_FILIO_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_IOCTL_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_MODEM_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_PARAM_H + +/* May we include ? */ +#undef HAVE_SYS_SELECT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_STAT_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TIME_H + +/* Define to 1 if you have the header file. */ +#undef HAVE_SYS_TYPES_H + +/* Should we use the global timezone variable? */ +#undef HAVE_TIMEZONE_VAR + +/* Define to 1 if you have the `tmpnam' function. */ +#undef HAVE_TMPNAM + +/* 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 + +/* Define to 1 if your `struct tm' has `tm_zone'. Deprecated, use + `HAVE_STRUCT_TM_TM_ZONE' instead. */ +#undef HAVE_TM_ZONE + +/* Is off64_t in ? */ +#undef HAVE_TYPE_OFF64_T + +/* Define to 1 if you don't have `tm_zone' but do have the external array + `tzname'. */ +#undef HAVE_TZNAME + +/* Define to 1 if you have the header file. */ +#undef HAVE_UNISTD_H + +/* Define to 1 if you have the `waitpid' function. */ +#undef HAVE_WAITPID + +/* "Is this a Mac I see before me?" */ +#undef MAC_OSX_TCL + +/* Do we have ? */ +#undef NO_DIRENT_H + +/* Do we have ? */ +#undef NO_DLFCN_H + +/* Do we have ? */ +#undef NO_ERRNO_H + +/* Do we have fd_set? */ +#undef NO_FD_SET + +/* Do we have ? */ +#undef NO_FLOAT_H + +/* Do we have fstatfs()? */ +#undef NO_FSTATFS + +/* Do we have gettimeofday()? */ +#undef NO_GETTOD + +/* Do we have getwd() */ +#undef NO_GETWD + +/* Do we have ? */ +#undef NO_LIMITS_H + +/* Do we have memmove()? */ +#undef NO_MEMMOVE + +/* Do we have realpath() */ +#undef NO_REALPATH + +/* Do we have ? */ +#undef NO_STDLIB_H + +/* Do we have strerror() */ +#undef NO_STRERROR + +/* May we include ? */ +#undef NO_STRING_H + +/* Do we have ? */ +#undef NO_SYS_WAIT_H + +/* Do we have uname() */ +#undef NO_UNAME + +/* Do we have a usable 'union wait'? */ +#undef NO_UNION_WAIT + +/* Do we have ? */ +#undef NO_VALUES_H + +/* 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 version of this package. */ +#undef PACKAGE_VERSION + +/* May we use XIM peeking safely? */ +#undef PEEK_XCLOSEIM + +/* Is this a static build? */ +#undef STATIC_BUILD + +/* Define to 1 if you have the ANSI C header files. */ +#undef STDC_HEADERS + +/* What encoding should be used for embedded configuration info? */ +#undef TCL_CFGVAL_ENCODING + +/* Is debugging enabled? */ +#undef TCL_CFG_DEBUG + +/* 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 + +/* What extra letters do we insert for debugging binary code? */ +#undef TCL_DBGX + +/* Are we to override what our default encoding is? */ +#undef TCL_DEFAULT_ENCODING + +/* Is memory debugging enabled? */ +#undef TCL_MEM_DEBUG + +/* What is the default extension for shared libraries? */ +#undef TCL_SHLIB_EXT + +/* Are we building with threads enabled? */ +#undef TCL_THREADS + +/* Do we allow unloading of shared libraries? */ +#undef TCL_UNLOAD_DLLS + +/* Are wide integers to be implemented with C 'long's? */ +#undef TCL_WIDE_INT_IS_LONG + +/* What type should be used to define wide integers? */ +#undef TCL_WIDE_INT_TYPE + +/* Define to 1 if you can safely include both and . */ +#undef TIME_WITH_SYS_TIME + +/* Define to 1 if your declares `struct tm'. */ +#undef TM_IN_SYS_TIME + +/* Is getcwd Posix-compliant? */ +#undef USEGETWD + +/* Should we use when doing dynamic loading? */ +#undef USE_A_OUT_H + +/* Do we need a special AIX hack for timezones? */ +#undef USE_DELTA_FOR_TZ + +/* May we include ? */ +#undef USE_DIRENT2_H + +/* Should we use FIONBIO? */ +#undef USE_FIONBIO + +/* Use the sgtty API for serial lines */ +#undef USE_SGTTY + +/* Should we use when doing dynamic loading? */ +#undef USE_SYS_EXEC_AOUT_H + +/* Should we use when doing dynamic loading? */ +#undef USE_SYS_EXEC_H + +/* Use the termio API for serial lines */ +#undef USE_TERMIO + +/* Use the termios API for serial lines */ +#undef USE_TERMIOS + +/* Do we want to use the threaded memory allocator? */ +#undef USE_THREAD_ALLOC + +/* Use the generic thread storage subsystem? */ +#undef USE_THREAD_STORAGE + +/* Should we use vfork() instead of fork()? */ +#undef USE_VFORK + +/* Define to 1 if your processor stores words with the most significant byte + first (like Motorola and SPARC, unlike Intel and VAX). */ +#undef WORDS_BIGENDIAN + +/* 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 + +/* 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 you are not using gcc. */ +#ifndef __CHAR_UNSIGNED__ +# undef __CHAR_UNSIGNED__ +#endif + +/* Define to `int' if doesn't define. */ +#undef gid_t + +/* Define to `int' if does not define. */ +#undef mode_t + +/* Define to `int' if does not define. */ +#undef pid_t + +/* Define to `unsigned' if does not define. */ +#undef size_t + +/* What is the type of socklen_t? */ +#undef socklen_t + +/* Do we want to use the strtod() in compat? */ +#undef strtod + +/* Define to `int' if doesn't define. */ +#undef uid_t -- cgit v0.12