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:
parent
3996919f5e
commit
9469fa38f1
14
unix/uxpty.c
14
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;
|
||||
|
||||
/*
|
||||
|
Loading…
Reference in New Issue
Block a user