Mercurial > hg > xemacs-beta
diff src/config.h.in @ 535:c69610198c35
[xemacs-hg @ 2001-05-14 04:52:02 by martinb]
Eliminate the need to define HAVE_PTYS in s&m files.
author | martinb |
---|---|
date | Mon, 14 May 2001 04:52:49 +0000 |
parents | 0784d089fdc9 |
children | f486da5f1a3b |
line wrap: on
line diff
--- a/src/config.h.in Mon May 14 04:16:19 2001 +0000 +++ b/src/config.h.in Mon May 14 04:52:49 2001 +0000 @@ -338,7 +338,7 @@ #undef HAVE_WAITPID #undef HAVE_VSNPRINTF -/* PTY support functions */ +/* Many flavors of PTY support */ #undef HAVE_GETPT /* glibc's easy pty allocation function */ #undef HAVE__GETPTY /* SGI's easy pty allocation function */ #undef HAVE_OPENPTY /* BSD's easy pty allocation function */ @@ -348,7 +348,9 @@ #undef HAVE_KILLPG /* BSD */ #undef HAVE_TCGETPGRP /* Posix 1 */ #undef HAVE_ISASTREAM /* SysV streams */ -#undef HAVE_PTY_H /* Linux, Tru64 openpty */ +#undef HAVE_SYS_PTY_H /* AIX */ +#undef HAVE_SYS_PTYIO_H /* HP-UX */ +#undef HAVE_PTY_H /* Linux, Tru64 */ #undef HAVE_LIBUTIL_H /* BSD openpty */ #undef HAVE_UTIL_H /* NetBSD openpty */ #undef HAVE_STROPTS_H /* SysV streams */