X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=src%2Fprocess.h;h=f940db5f81cc457bedae4a98ae8169e3a353ad64;hb=37bdb8647edead5a0e669c6ec27841d470a9e5e6;hp=ed88bebe377eaa1022a6a368c105d6a77671fb3a;hpb=dd8f4c0e5ff27909836e7478df6b17d816a0db28;p=chise%2Fxemacs-chise.git diff --git a/src/process.h b/src/process.h index ed88beb..f940db5 100644 --- a/src/process.h +++ b/src/process.h @@ -139,13 +139,4 @@ Lisp_Object canonicalize_host_name (Lisp_Object host); #endif /* emacs */ -#ifdef HAVE_GETPT -#define PTY_ITERATION -#define PTY_OPEN \ - if ((fd = getpt()) < 0 || grantpt (fd) < 0 || unlockpt (fd) < 0) \ - return -1; -#define PTY_NAME_SPRINTF -#define PTY_TTY_NAME_SPRINTF strcpy (pty_name, ptsname (fd)); -#endif - #endif /* INCLUDED_process_h_ */