diff options
author | das <das> | 2009-04-10 18:01:31 (GMT) |
---|---|---|
committer | das <das> | 2009-04-10 18:01:31 (GMT) |
commit | 9bdf20b285315e722860d65d2ada928f6ece07f0 (patch) | |
tree | 369a3d4850ed0de3a52c520df526bb09f5bead49 /unix/tclConfig.h.in | |
parent | 823edac52c51fd85660d75007473f05c8c29f84d (diff) | |
download | tcl-9bdf20b285315e722860d65d2ada928f6ece07f0.zip tcl-9bdf20b285315e722860d65d2ada928f6ece07f0.tar.gz tcl-9bdf20b285315e722860d65d2ada928f6ece07f0.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 7922346..9879254 100644 --- a/unix/tclConfig.h.in +++ b/unix/tclConfig.h.in @@ -431,6 +431,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 |