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