summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2021-01-04 07:48:36 (GMT)
commit89653c15cf9ebdfc823fd905682b6760da4a1d44 (patch)
tree103b98d0d2c670db72df6f47eb2f71acf8f9abc8 /unix/tclConfig.h.in
parentb91eaa4a758229d9a7b3a08c859c3f3368782b4f (diff)
parent7dd3bef5d360c692c4afe0e520f8516391bd5ccb (diff)
downloadtcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.zip
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.gz
tcl-89653c15cf9ebdfc823fd905682b6760da4a1d44.tar.bz2
Merge 8.7
Diffstat (limited to 'unix/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in17
1 files changed, 2 insertions, 15 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 447a92b..e67efaa 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. */
@@ -441,16 +441,9 @@
/* Do 'long' and 'long long' have the same size (64-bit)? */
#undef TCL_WIDE_INT_IS_LONG
-/* What type should be used to define wide integers? */
-#undef TCL_WIDE_INT_TYPE
-
/* Tcl with external libtommath */
#undef TCL_WITH_EXTERNAL_TOMMATH
-/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. This
- macro is obsolete. */
-#undef TIME_WITH_SYS_TIME
-
/* Is getcwd Posix-compliant? */
#undef USEGETWD
@@ -526,9 +519,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
@@ -544,9 +534,6 @@
/* 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: */