diff options
author | das <das> | 2009-04-10 18:01:48 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:01:48 (GMT) |
commit | 5adf3ee4410ecb3fd2f4ba760856af8347513df5 (patch) | |
tree | b60f17eea7f8a6757c8ec929e1e97f6da325f414 /unix/tkConfig.h.in | |
parent | 6467f9e057ce774f50d8e8cfa0545e3de5141bb3 (diff) | |
download | tk-5adf3ee4410ecb3fd2f4ba760856af8347513df5.zip tk-5adf3ee4410ecb3fd2f4ba760856af8347513df5.tar.gz tk-5adf3ee4410ecb3fd2f4ba760856af8347513df5.tar.bz2 |
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if
available.
* 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 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/unix/tkConfig.h.in b/unix/tkConfig.h.in index 285bb38..9859880 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -10,6 +10,9 @@ /* Is pthread_getattr_np declared in <pthread.h>? */ #undef GETATTRNP_NOT_DECLARED +/* Define to 1 if you have the <AvailabilityMacros.h> header file. */ +#undef HAVE_AVAILABILITYMACROS_H + /* Do we have access to Darwin CoreFoundation.framework? */ #undef HAVE_COREFOUNDATION @@ -88,6 +91,9 @@ /* Define to 1 if you have the <unistd.h> header file. */ #undef HAVE_UNISTD_H +/* Is weak import available? */ +#undef HAVE_WEAK_IMPORT + /* Have we turned on XFT (antialiased fonts)? */ #undef HAVE_XFT @@ -185,6 +191,9 @@ first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN +/* Are Darwin SUSv3 extensions available? */ +#undef _DARWIN_C_SOURCE + /* Add the _ISOC99_SOURCE flag when building */ #undef _ISOC99_SOURCE |