diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-04 08:33:16 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2013-06-04 08:33:16 (GMT) |
commit | 6f640f9e5701a60ac0fbde981742fd3a80f59d18 (patch) | |
tree | 18d659a4f6430b4aa3716f83d5896ea56785c16d /unix/tclConfig.h.in | |
parent | 60c6195c4c60a3493f13ecb118fe433cfbd4af98 (diff) | |
download | tcl-6f640f9e5701a60ac0fbde981742fd3a80f59d18.zip tcl-6f640f9e5701a60ac0fbde981742fd3a80f59d18.tar.gz tcl-6f640f9e5701a60ac0fbde981742fd3a80f59d18.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.in | 4 |
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 |