1
0
mirror of https://git.tartarus.org/simon/putty.git synced 2025-01-09 17:38:00 +00:00
putty-source/cmake
Jacob Nevins 92881f2066 Define OMIT_UTMP if there's no utmpx.h.
Without this, the build of e.g. psusan would fail on systems without
that header (such as Termux on Android).

This is similar to how things were pre-cmake, but not identical. We used
to treat lack of updwtmpx() as a reason to OMIT_UTMP (as of f0dfa73982),
but usage of that function got conditionalised in c19e7215dd, so I
haven't restored that exclusion.
2022-05-18 18:51:00 +01:00
..
platforms Define OMIT_UTMP if there's no utmpx.h. 2022-05-18 18:51:00 +01:00
cmake.h.in Define OMIT_UTMP if there's no utmpx.h. 2022-05-18 18:51:00 +01:00
gitcommit.cmake Update source file names in comments and docs. 2022-01-22 15:51:31 +00:00
gtk.cmake Fix pre-GTK3 build failures in puttyapp / ptermapp. 2021-12-18 11:43:57 +00:00
licence.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
setup.cmake Merge be_*.c into one ifdef-controlled module. 2021-11-26 17:58:55 +00:00
toolchain-mingw.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
toolchain-winegcc.cmake Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00
winegcc Replace mkfiles.pl with a CMake build system. 2021-04-17 13:53:02 +01:00