summaryrefslogtreecommitdiffstats
path: root/unix/tclConfig.h.in
diff options
context:
space:
mode:
authordas <das>2009-04-10 18:01:31 (GMT)
committerdas <das>2009-04-10 18:01:31 (GMT)
commit99fe85b21831e764b1d6ea69b24f4cca1e9421ff (patch)
tree369a3d4850ed0de3a52c520df526bb09f5bead49 /unix/tclConfig.h.in
parentb176031b3dd89373f22e1f1190c2309d508b37d5 (diff)
downloadtcl-99fe85b21831e764b1d6ea69b24f4cca1e9421ff.zip
tcl-99fe85b21831e764b1d6ea69b24f4cca1e9421ff.tar.gz
tcl-99fe85b21831e764b1d6ea69b24f4cca1e9421ff.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.in3
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