diff options
| author | das <das> | 2009-04-10 18:01:35 (GMT) |
|---|---|---|
| committer | das <das> | 2009-04-10 18:01:35 (GMT) |
| commit | ef0c7f50e85f93fee396c8b46e1b391ec97d4c3b (patch) | |
| tree | d9b6ed5c2006bfc569c6d1016c3c1b79576a8f8f /unix/tclConfig.h.in | |
| parent | 0b2eaa1cc6cb8aeb578b7d1af12a0e38f702a050 (diff) | |
| download | tcl-ef0c7f50e85f93fee396c8b46e1b391ec97d4c3b.zip tcl-ef0c7f50e85f93fee396c8b46e1b391ec97d4c3b.tar.gz tcl-ef0c7f50e85f93fee396c8b46e1b391ec97d4c3b.tar.bz2 | |
* unix/configure.in (Darwin): use Darwin SUSv3 extensions if
available; remove /Network locations
from default tcl package search path
(NFS mounted locations and thus slow).
* unix/configure: autoconf-2.59
* unix/tclConfig.h.in: autoheader-2.59
Diffstat (limited to 'unix/tclConfig.h.in')
| -rw-r--r-- | unix/tclConfig.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/unix/tclConfig.h.in b/unix/tclConfig.h.in index 8848a62..31aff62 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -443,6 +443,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 |
