mirror of
https://git.tartarus.org/simon/putty.git
synced 2025-01-10 09:58:01 +00:00
Make -DMINEFIELD show up in Windows buildinfo.
I listed a lot of other build options, but not that one. The release checklist still recommends doing test builds with it, so it seems sensible to arrange that you can tell if a build _is_ one of those or not.
This commit is contained in:
parent
4065b0cd78
commit
4624115b76
3
misc.c
3
misc.c
@ -1214,6 +1214,9 @@ char *buildinfo(const char *newline)
|
|||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if defined _WINDOWS && defined MINEFIELD
|
||||||
|
strbuf_catf(buf, "%sBuild option: MINEFIELD", newline);
|
||||||
|
#endif
|
||||||
#ifdef NO_SECURITY
|
#ifdef NO_SECURITY
|
||||||
strbuf_catf(buf, "%sBuild option: NO_SECURITY", newline);
|
strbuf_catf(buf, "%sBuild option: NO_SECURITY", newline);
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user