From 9469fa38f15ba4022a73e998ee80e9eaf718e52d Mon Sep 17 00:00:00 2001 From: Simon Tatham Date: Sat, 17 Apr 2021 19:03:53 +0100 Subject: [PATCH] Remove weird test and definition of HAVE_PUTUTLINE. I don't know what that was doing there - not only was defining it on purpose a strange idea, but nothing ever tested it afterwards! --- unix/uxpty.c | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/unix/uxpty.c b/unix/uxpty.c index d693463f..7d65a4fc 100644 --- a/unix/uxpty.c +++ b/unix/uxpty.c @@ -49,20 +49,6 @@ #endif #endif -/* - * Set up a default for vaguely sane systems. The idea is that if - * OMIT_UTMP is not defined, then at least one of the symbols which - * enable particular forms of utmp processing should be, if only so - * that a link error can warn you that you should have defined - * OMIT_UTMP if you didn't want any. Currently HAVE_PUTUTLINE is - * the only such symbol. - */ -#ifndef OMIT_UTMP -#if !defined HAVE_PUTUTLINE -#define HAVE_PUTUTLINE -#endif -#endif - typedef struct Pty Pty; /*