diff options
author | dgp <dgp@users.sourceforge.net> | 2011-07-19 15:30:58 (GMT) |
---|---|---|
committer | dgp <dgp@users.sourceforge.net> | 2011-07-19 15:30:58 (GMT) |
commit | 96d4f9f897a626870e166e1a674a8b70baf53987 (patch) | |
tree | e39a5bd34eb63b67c60255d58eef14ddcd77c4c5 /unix/tkConfig.h.in | |
parent | 003342a57363bb8ac5cb8ba9cb7add93feabe3a4 (diff) | |
parent | 5c42929c720de3be58387e0867f09c42c2506db3 (diff) | |
download | tk-96d4f9f897a626870e166e1a674a8b70baf53987.zip tk-96d4f9f897a626870e166e1a674a8b70baf53987.tar.gz tk-96d4f9f897a626870e166e1a674a8b70baf53987.tar.bz2 |
merge to rc
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 838cc2e..3318552 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -91,7 +91,7 @@ /* Are we building TkAqua? */ #undef MAC_OSX_TK -/* Compiler support for module scope symbols */ +/* No Compiler support for module scope symbols */ #undef MODULE_SCOPE /* Is Darwin CoreFoundation unavailable for 64-bit? */ @@ -106,6 +106,9 @@ /* 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 @@ -166,9 +169,6 @@ /* Are TkAqua debug messages enabled? */ #undef TK_MAC_DEBUG -/* Do we need a special AIX hack for timezones? */ -#undef USE_DELTA_FOR_TZ - /* Do we want to use the threaded memory allocator? */ #undef USE_THREAD_ALLOC |