summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 14:45:41 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-05 14:45:41 (GMT)
commit4f009f6fd00b7bad93333a9660159147deb1b293 (patch)
tree60c3a1431edb579764a8c18ca61912cd6bf4e059 /unix/tclConfig.h.in
parentbe1e8d5b8870d23e2147dc948ef81832a4d0a9de (diff)
parentb24275a7c4fd64c8c556bc6f3176635e2f4c94af (diff)
downloadtcl-4f009f6fd00b7bad93333a9660159147deb1b293.zip
tcl-4f009f6fd00b7bad93333a9660159147deb1b293.tar.gz
tcl-4f009f6fd00b7bad93333a9660159147deb1b293.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in13
1 files changed, 4 insertions, 9 deletions
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 */