diff options
author | das <das> | 2006-11-10 01:57:04 (GMT) |
---|---|---|
committer | das <das> | 2006-11-10 01:57:04 (GMT) |
commit | c8fd8c3b3b073f1e7e3ff81ea864d8b3060fa386 (patch) | |
tree | 67260b96b15cb5f3d2efcc1abdf8a699506c7f8d /unix/tkConfig.h.in | |
parent | 3acc1810b8570d0f3bf39ca4d9e8f831e7b867d3 (diff) | |
download | tk-c8fd8c3b3b073f1e7e3ff81ea864d8b3060fa386.zip tk-c8fd8c3b3b073f1e7e3ff81ea864d8b3060fa386.tar.gz tk-c8fd8c3b3b073f1e7e3ff81ea864d8b3060fa386.tar.bz2 |
* macosx/Wish.xcodeproj/project.pbxproj: remove tclParseExpr.c and
bwidget.test.
* unix/tcl.m4 (Darwin): suppress linker arch warnings when building
universal for both 32 & 64 bit and no 64bit CoreFoundation is
available; sync with tcl tcl.m4 change.
* unix/configure: autoconf-2.59
* unix/tkConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tkConfig.h.in')
-rw-r--r-- | unix/tkConfig.h.in | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 79389ff..e28ef01 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -16,6 +16,9 @@ /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H +/* Define to 1 if you have the `Xft' library (-lXft). */ +#undef HAVE_LIBXFT + /* Do we have <limits.h>? */ #undef HAVE_LIMITS_H @@ -37,6 +40,9 @@ /* Do we want a Linux-like thread-attribute interface? */ #undef HAVE_PTHREAD_GETATTR_NP +/* Define to 1 if you have the `pthread_get_stacksize_np' function. */ +#undef HAVE_PTHREAD_GET_STACKSIZE_NP + /* Does struct password have a pw_gecos field? */ #undef HAVE_PW_GECOS |