diff options
author | das <das> | 2009-04-10 18:01:39 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:01:39 (GMT) |
commit | fa74067ad5afbed2a66ccfd3fd154b54b17d9035 (patch) | |
tree | 19637ad18f99d8a935994169f17759822d3af277 /unix/tkConfig.h.in | |
parent | fb7d2dec5776c581189e43818230325dccd7bc2e (diff) | |
download | tk-fa74067ad5afbed2a66ccfd3fd154b54b17d9035.zip tk-fa74067ad5afbed2a66ccfd3fd154b54b17d9035.tar.gz tk-fa74067ad5afbed2a66ccfd3fd154b54b17d9035.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 db591a8..838cc2e 100644 --- a/unix/tkConfig.h.in +++ b/unix/tkConfig.h.in @@ -4,6 +4,9 @@ #ifndef _TKCONFIG #define _TKCONFIG +/* 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 @@ -73,6 +76,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 @@ -170,6 +176,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 |