summaryrefslogtreecommitdiffstats
path: root/unix/tclUnixPort.h
diff options
context:
space:
mode:
authordas <das@noemail.net>2005-12-06 09:01:06 (GMT)
committerdas <das@noemail.net>2005-12-06 09:01:06 (GMT)
commit485a8963f76d4708007e81dfe37d93c47132c191 (patch)
tree697d459c4c8ce53367f091a5e96ee9063a1f85dd /unix/tclUnixPort.h
parentd88bf481e9a69d073a75eac9e292a184afaa2cc9 (diff)
downloadtcl-485a8963f76d4708007e81dfe37d93c47132c191.zip
tcl-485a8963f76d4708007e81dfe37d93c47132c191.tar.gz
tcl-485a8963f76d4708007e81dfe37d93c47132c191.tar.bz2
* unix/tclUnixPort.h (Darwin): fix incorrect __DARWIN_UNIX03 configure
overrides that were originally copied from Darwin CVS (rdar://3693001). FossilOrigin-Name: 82ce47b71af4cab1ce1054aa82236b33daff8a31
Diffstat (limited to 'unix/tclUnixPort.h')
-rw-r--r--unix/tclUnixPort.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/unix/tclUnixPort.h b/unix/tclUnixPort.h
index fad82a8..5c4b195 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.27.2.8 2005/12/06 08:21:23 das Exp $
+ * RCS: @(#) $Id: tclUnixPort.h,v 1.27.2.9 2005/12/06 09:01:07 das Exp $
*/
#ifndef _TCLUNIXPORT
@@ -521,6 +521,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__ */