summaryrefslogtreecommitdiffstats
path: root/unix/tkConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-04 13:24:09 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-04 13:24:09 (GMT)
commit1cd7efa2147112cf8ef4194985bfc1c24b622aa5 (patch)
treec9acdaec02cc17f3d9a8476fbcb2e7139673a0ce /unix/tkConfig.h.in
parent1248bb70a754303d9f7f6ac70dac7a04bbd879e4 (diff)
downloadtk-1cd7efa2147112cf8ef4194985bfc1c24b622aa5.zip
tk-1cd7efa2147112cf8ef4194985bfc1c24b622aa5.tar.gz
tk-1cd7efa2147112cf8ef4194985bfc1c24b622aa5.tar.bz2
Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.
One more last-moment fix for FreeBSD by Pietro Cerutti
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r--unix/tkConfig.h.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in
index 2efd164..575f36c 100644
--- a/unix/tkConfig.h.in
+++ b/unix/tkConfig.h.in
@@ -16,6 +16,9 @@
/* Do we have access to Darwin CoreFoundation.framework? */
#undef HAVE_COREFOUNDATION
+/* Compiler support for module scope symbols */
+#undef HAVE_HIDDEN
+
/* Do we have the intptr_t type? */
#undef HAVE_INTPTR_T
@@ -118,9 +121,6 @@
/* Do we have <stdlib.h>? */
#undef NO_STDLIB_H
-/* No visibility attribute */
-#undef NO_VIZ
-
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT