diff options
author | das <das> | 2005-12-06 08:59:45 (GMT) |
---|---|---|
committer | das <das> | 2005-12-06 08:59:45 (GMT) |
commit | 5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb (patch) | |
tree | 3a9902f33caee1e8093144721c84cb6feee051a6 /unix | |
parent | 66205f57ab6edb595fd1223f7a44787d01f31dc8 (diff) | |
download | tcl-5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb.zip tcl-5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb.tar.gz tcl-5fac5e25b13ebc15e5a05c4d6969b87aae7ed7eb.tar.bz2 |
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure
overrides that were originally copied from Darwin CVS (rdar://3693001).
Diffstat (limited to 'unix')
-rw-r--r-- | unix/tclUnixPort.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h index 798305f..744c8a8 100644 --- a/unix/tclUnixPort.h +++ b/unix/tclUnixPort.h @@ -19,7 +19,7 @@ * See the file "license.terms" for information on usage and redistribution * of this file, and for a DISCLAIMER OF ALL WARRANTIES. * - * RCS: @(#) $Id: tclUnixPort.h,v 1.44 2005/12/06 08:06:58 das Exp $ + * RCS: @(#) $Id: tclUnixPort.h,v 1.45 2005/12/06 08:59:45 das Exp $ */ #ifndef _TCLUNIXPORT @@ -518,6 +518,8 @@ extern double strtod(); # define HAVE_PUTENV_THAT_COPIES 1 # endif /* __DARWIN_UNIX03 */ # define USE_TERMIOS 1 +# undef USE_TERMIO +# undef USE_SGTTY # endif /* defined(__DARWIN_UNIX03) */ #endif /* __APPLE__ */ |