diff options
author | das <das> | 2005-05-29 07:53:08 (GMT) |
---|---|---|
committer | das <das> | 2005-05-29 07:53:08 (GMT) |
commit | 1318232a2f5374634ca72cc501c9b189a51386b4 (patch) | |
tree | 44e527d3bdae31462b59624e1cc3f0d2f359b18b /unix/tkConfig.h.in | |
parent | 8734866e2b78fe9f8145d6d040fe607b41f6853f (diff) | |
download | tk-1318232a2f5374634ca72cc501c9b189a51386b4.zip tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.gz tk-1318232a2f5374634ca72cc501c9b189a51386b4.tar.bz2 |
* unix/configure.in: added description of HAVE_XSS for autoheader.
* unix/configure: autoconf-2.59
* unix/tkConfig.h.in: autoheader-2.59
* macosx/Wish.pbproj/project.pbxproj:
* macosx/Wish.xcode/project.pbxproj: added missing FRAMEWORK defines
introduced with configure/make based build.
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 7eaf365..b272c02 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -84,9 +84,8 @@ /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT -/* Define to 1 if you have the `_dyld_get_image_header_containing_address' - function. */ -#undef HAVE__DYLD_GET_IMAGE_HEADER_CONTAINING_ADDRESS +/* Is XScreenSaver available? */ +#undef HAVE_XSS /* Is this a Mac I see before me? */ #undef MAC_OSX_TCL |