summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:04:55 -0800
committerAlan Coopersmith <alan.coopersmith@oracle.com>2024-02-17 13:04:55 -0800
commitfb0222f988a54fa16a91b8028e5bf0204cc422c7 (patch)
tree8e73348db172f5f482ccd7e9b040c42396bfc68b
parentf3b3a43af011b2e98e6d4de54bce3b0e19e40a06 (diff)
unifdef __hpux
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
-rw-r--r--xconsole.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/xconsole.c b/xconsole.c
index a4b3136..7b9626e 100644
--- a/xconsole.c
+++ b/xconsole.c
@@ -197,23 +197,15 @@ static int child_pid;
/* Copied from xterm/ptyx.h */
#ifndef PTYCHAR1
-#ifdef __hpux
-#define PTYCHAR1 "zyxwvutsrqp"
-#else /* !__hpux */
#define PTYCHAR1 "pqrstuvwxyzPQRSTUVWXYZ"
-#endif /* !__hpux */
#endif /* !PTYCHAR1 */
#ifndef PTYCHAR2
-#ifdef __hpux
-#define PTYCHAR2 "fedcba9876543210"
-#else /* !__hpux */
#ifdef __FreeBSD__
#define PTYCHAR2 "0123456789abcdefghijklmnopqrstuv"
#else /* !__FreeBSD__ */
#define PTYCHAR2 "0123456789abcdef"
#endif /* !__FreeBSD__ */
-#endif /* !__hpux */
#endif /* !PTYCHAR2 */
static void