1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00

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!
This commit is contained in:
Simon Tatham 2021-04-17 19:03:53 +01:00
parent 3996919f5e
commit 9469fa38f1

View File

@ -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;
/*