summaryrefslogtreecommitdiffstats
path: root/generic
diff options
context:
space:
mode:
authordas <das@noemail.net>2006-08-18 07:45:41 (GMT)
committerdas <das@noemail.net>2006-08-18 07:45:41 (GMT)
commit59f1e34dfc24adf491cb5271fe5756e8a9c16f95 (patch)
treeed001b456f65d2bf75246db8dc3876f3cd7d2722 /generic
parente8a5ec3c05abfc1ae8b521ade49f77c62be8be38 (diff)
downloadtcl-59f1e34dfc24adf491cb5271fe5756e8a9c16f95.zip
tcl-59f1e34dfc24adf491cb5271fe5756e8a9c16f95.tar.gz
tcl-59f1e34dfc24adf491cb5271fe5756e8a9c16f95.tar.bz2
* unix/tcl.m4 (Darwin): add support for --enable-64bit on x86_64, for
universal builds including x86_64, for 64-bit CoreFoundation on Leopard and for use of -mmacosx-version-min instead of MACOSX_DEPLOYMENT_TARGET. * unix/configure: autoconf-2.13 * generic/tcl.h: add fixes for building on Leopard and support for * unix/tclUnixPort.h: 64-bit CoreFoundation on Leopard. * unix/tclUnixPort.h: on Darwin x86_64, disable use of vfork as it causes execve to fail intermittently. (rdar://4685553) * macosx/README: updates for x86_64 support and Xcode 2.3. FossilOrigin-Name: a341c3758d1036ad7599b6e42f887de70114e95a
Diffstat (limited to 'generic')
-rw-r--r--generic/tcl.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/generic/tcl.h b/generic/tcl.h
index f960ea0..b19fe11 100644
--- a/generic/tcl.h
+++ b/generic/tcl.h
@@ -13,7 +13,7 @@
* See the file "license.terms" for information on usage and redistribution
* of this file, and for a DISCLAIMER OF ALL WARRANTIES.
*
- * RCS: @(#) $Id: tcl.h,v 1.153.2.25 2006/06/14 15:21:14 patthoyts Exp $
+ * RCS: @(#) $Id: tcl.h,v 1.153.2.26 2006/08/18 07:45:42 das Exp $
*/
#ifndef _TCL
@@ -341,6 +341,7 @@ typedef long LONG;
# define TCL_WIDE_INT_TYPE long long
# undef TCL_WIDE_INT_IS_LONG
# endif /* __LP64__ */
+# undef HAVE_STRUCT_STAT64
#endif /* __APPLE__ */
/*