summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 11:50:13 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2020-12-18 11:50:13 (GMT)
commiteb99433f5b19967e6370c48c61c9887826173c00 (patch)
tree65893e0ae08fb934746b2e277865569d0918b105 /unix/tkConfig.h.in
parent2fc35bb9ba41c64cd39412f33a06ce3f97ae52bf (diff)
downloadtk-eb99433f5b19967e6370c48c61c9887826173c00.zip
tk-eb99433f5b19967e6370c48c61c9887826173c00.tar.gz
tk-eb99433f5b19967e6370c48c61c9887826173c00.tar.bz2
Fix [b2a79390e3]: Tk 8.7 build fails on Mac OSX Catalina
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r--unix/tkConfig.h.in16
1 files changed, 2 insertions, 14 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index c6d2112..9b7faf3 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -22,7 +22,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. */
@@ -79,7 +79,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. */
@@ -220,18 +220,12 @@
# undef __CHAR_UNSIGNED__
#endif
-/* Define to `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
-/* 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
@@ -241,12 +235,6 @@
/* Define to `unsigned int' if <sys/types.h> does not define. */
#undef size_t
-/* 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: */