From 9fc57543393795318a648819de852d10a0faf7b8 Mon Sep 17 00:00:00 2001 From: root Date: Mon, 16 Jan 2006 11:26:39 +0000 Subject: [PATCH] *** empty log message *** --- autoconf/config.h.in | 3 --- autoconf/configure.in | 5 +---- configure | 9 +-------- 3 files changed, 2 insertions(+), 15 deletions(-) diff --git a/autoconf/config.h.in b/autoconf/config.h.in index 8fb86b86..97902783 100644 --- a/autoconf/config.h.in +++ b/autoconf/config.h.in @@ -346,9 +346,6 @@ /* Define for this pty type */ #undef PTYS_ARE__GETPTY -/* Define for this pty type */ -#undef PTYS_ARE_GETPT - /* Define for this pty type */ #undef PTYS_ARE_CLONE diff --git a/autoconf/configure.in b/autoconf/configure.in index f58d25eb..61860e1b 100644 --- a/autoconf/configure.in +++ b/autoconf/configure.in @@ -1230,13 +1230,10 @@ fi if test x$rxvt_cv_ptys = xSGI4; then AC_DEFINE(PTYS_ARE__GETPTY, 1, Define for this pty type) fi -if test x$rxvt_cv_ptys = xGLIBC; then - AC_DEFINE(PTYS_ARE_GETPT, 1, Define for this pty type) -fi if test x$rxvt_cv_ptys = xHPUX; then AC_DEFINE(PTYS_ARE_CLONE, 1, Define for this pty type) fi -if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then +if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then AC_DEFINE(PTYS_ARE_SEARCHED, 1, Define for this pty type) fi diff --git a/configure b/configure index 32c59306..e3aafd1f 100755 --- a/configure +++ b/configure @@ -12222,13 +12222,6 @@ cat >>confdefs.h <<\_ACEOF #define PTYS_ARE__GETPTY 1 _ACEOF -fi -if test x$rxvt_cv_ptys = xGLIBC; then - -cat >>confdefs.h <<\_ACEOF -#define PTYS_ARE_GETPT 1 -_ACEOF - fi if test x$rxvt_cv_ptys = xHPUX; then @@ -12237,7 +12230,7 @@ cat >>confdefs.h <<\_ACEOF _ACEOF fi -if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xGLIBC; then +if test x$rxvt_cv_ptys = xBSD -o x$rxvt_cv_ptys = xHPUX -o x$rxvt_cv_ptys = xPOSIX; then cat >>confdefs.h <<\_ACEOF #define PTYS_ARE_SEARCHED 1 -- 2.34.1