summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-04 08:33:16 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2013-06-04 08:33:16 (GMT)
commitc8b0ad64d121990ec3daf7b42424ac1539fb0c7d (patch)
tree18d659a4f6430b4aa3716f83d5896ea56785c16d /unix/tclConfig.h.in
parenta097532afd2bcc8ae2869c9d53df714774adfaf6 (diff)
downloadtcl-c8b0ad64d121990ec3daf7b42424ac1539fb0c7d.zip
tcl-c8b0ad64d121990ec3daf7b42424ac1539fb0c7d.tar.gz
tcl-c8b0ad64d121990ec3daf7b42424ac1539fb0c7d.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/tclConfig.h.in')
-rw-r--r--unix/tclConfig.h.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in
index 839c2ab..23d6026 100644
--- a/unix/tclConfig.h.in
+++ b/unix/tclConfig.h.in
@@ -343,8 +343,8 @@
/* Do we have <values.h>? */
#undef NO_VALUES_H
-/* No visibility attribute */
-#undef NO_VIZ
+/* Compiler support for module scope symbols */
+#undef HAVE_HIDDEN
/* Do we have wait3() */
#undef NO_WAIT3