diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 14:45:41 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2021-01-05 14:45:41 (GMT) |
commit | 4f009f6fd00b7bad93333a9660159147deb1b293 (patch) | |
tree | 60c3a1431edb579764a8c18ca61912cd6bf4e059 | |
parent | be1e8d5b8870d23e2147dc948ef81832a4d0a9de (diff) | |
parent | b24275a7c4fd64c8c556bc6f3176635e2f4c94af (diff) | |
download | tcl-4f009f6fd00b7bad93333a9660159147deb1b293.zip tcl-4f009f6fd00b7bad93333a9660159147deb1b293.tar.gz tcl-4f009f6fd00b7bad93333a9660159147deb1b293.tar.bz2 |
Merge 8.7
-rw-r--r-- | unix/configure.ac | 3 | ||||
-rw-r--r-- | unix/tclConfig.h.in | 13 |
2 files changed, 6 insertions, 10 deletions
diff --git a/unix/configure.ac b/unix/configure.ac index 1b409a8..b51a9c5 100644 --- a/unix/configure.ac +++ b/unix/configure.ac @@ -17,8 +17,9 @@ m4_ifdef([SC_USE_CONFIG_HEADERS], [ /* 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_STRING /* override */ #undef PACKAGE_TARNAME + /* override */ #undef PACKAGE_VERSION + /* override */ #undef PACKAGE_STRING #endif /* _TCLCONFIG */]) ]) diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 117cf66..0767609 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -139,7 +139,7 @@ /* Compiler support for module scope symbols */ #undef HAVE_HIDDEN -/* Do we have the intptr_t type? */ +/* 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. */ @@ -289,7 +289,7 @@ /* Is off64_t in <sys/types.h>? */ #undef HAVE_TYPE_OFF64_T -/* Do we have the uintptr_t type? */ +/* 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. */ @@ -523,9 +523,6 @@ #undef inline #endif -/* Signed integer type wide enough to hold a pointer. */ -#undef intptr_t - /* Define to `int' if <sys/types.h> does not define. */ #undef mode_t @@ -541,13 +538,11 @@ /* Define to `int' if <sys/types.h> doesn't define. */ #undef uid_t -/* Unsigned integer type wide enough to hold a pointer. */ -#undef uintptr_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_STRING /* override */ #undef PACKAGE_TARNAME + /* override */ #undef PACKAGE_VERSION + /* override */ #undef PACKAGE_STRING #endif /* _TCLCONFIG */ |