diff options
author | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-06-04 13:24:09 (GMT) |
---|---|---|
committer | jan.nijtmans <jan.nijtmans@noemail.net> | 2013-06-04 13:24:09 (GMT) |
commit | cca10a8a1a3698fa67e639cdcf0da06104d4b069 (patch) | |
tree | c9acdaec02cc17f3d9a8476fbcb2e7139673a0ce /unix/tkConfig.h.in | |
parent | 863663938da7a8663e4f7ae6724a09d3eee1c882 (diff) | |
download | tk-cca10a8a1a3698fa67e639cdcf0da06104d4b069.zip tk-cca10a8a1a3698fa67e639cdcf0da06104d4b069.tar.gz tk-cca10a8a1a3698fa67e639cdcf0da06104d4b069.tar.bz2 |
Eliminate NO_VIZ macro as current zlib uses HAVE_HIDDEN in stead.
One more last-moment fix for FreeBSD by Pietro Cerutti
FossilOrigin-Name: 61554ab3b11c1588e824c909e12b8bf589462d17
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 |