1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-07-02 03:52:49 -05:00

Don't #include <utmp.h> if it doesn't exist.

A FreeBSD user reports that it doesn't exist there.
This commit is contained in:
Simon Tatham
2021-05-13 18:40:05 +01:00
parent 6e69223dc2
commit 6791bdc9b6
3 changed files with 4 additions and 0 deletions

View File

@ -21,6 +21,7 @@
#cmakedefine01 HAVE_SYS_SYSCTL_H
#cmakedefine01 HAVE_SYS_TYPES_H
#cmakedefine01 HAVE_GLOB_H
#cmakedefine01 HAVE_UTMP_H
#cmakedefine01 HAVE_FUTIMES
#cmakedefine01 HAVE_GETADDRINFO
#cmakedefine01 HAVE_POSIX_OPENPT