diff options
author | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-04 13:24:09 (GMT) |
---|---|---|
committer | nijtmans@users.sourceforge.net <jan.nijtmans> | 2013-06-04 13:24:09 (GMT) |
commit | 8f0e54722e93021c17b90b94358d9beff02196f2 (patch) | |
tree | c9acdaec02cc17f3d9a8476fbcb2e7139673a0ce /unix/tkConfig.h.in | |
parent | f7e0c15a55227e143dd365d0de9dd2ed302fa947 (diff) | |
download | tk-8f0e54722e93021c17b90b94358d9beff02196f2.zip tk-8f0e54722e93021c17b90b94358d9beff02196f2.tar.gz tk-8f0e54722e93021c17b90b94358d9beff02196f2.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.in | 6 |
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 |