From: Guillermo J. Rozas Date: Tue, 23 Nov 1993 06:50:39 +0000 (+0000) Subject: Disable ptys in Ultrix. X-Git-Tag: 20090517-FFI~7432 X-Git-Url: https://birchwood-abbey.net/git?a=commitdiff_plain;h=69c432dc52ef7be266451162e564a14699ab32f7;p=mit-scheme.git Disable ptys in Ultrix. --- diff --git a/v7/src/microcode/ux.h b/v7/src/microcode/ux.h index 3fe3d01ac..c6cac0ff0 100644 --- a/v7/src/microcode/ux.h +++ b/v7/src/microcode/ux.h @@ -1,6 +1,6 @@ /* -*-C-*- -$Id: ux.h,v 1.57 1993/11/22 23:17:46 cph Exp $ +$Id: ux.h,v 1.58 1993/11/23 06:50:39 gjr Exp $ Copyright (c) 1988-1993 Massachusetts Institute of Technology @@ -285,6 +285,8 @@ extern int EXFUN (kill, (pid_t, int)); #ifdef _ULTRIX #define SYSTEM_VARIANT "Ultrix" #define HAVE_FTRUNCATE +/* For now, they don't work */ +#undef HAVE_PTYS #endif #ifdef _NEXTOS