diff options
author | dgp@users.sourceforge.net <dgp> | 2011-07-19 15:30:58 (GMT) |
---|---|---|
committer | dgp@users.sourceforge.net <dgp> | 2011-07-19 15:30:58 (GMT) |
commit | 0b6b18e39554c094768da67621a12057b1224f90 (patch) | |
tree | e39a5bd34eb63b67c60255d58eef14ddcd77c4c5 /unix/tkConfig.h.in | |
parent | 48ecd14bd334059b2a39b99d0e6e51d9b2986c54 (diff) | |
parent | 85df68013b369b383cc5447ed5ea1eb3de6b8534 (diff) | |
download | tk-0b6b18e39554c094768da67621a12057b1224f90.zip tk-0b6b18e39554c094768da67621a12057b1224f90.tar.gz tk-0b6b18e39554c094768da67621a12057b1224f90.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 |