From: Jacob Nevins Date: Wed, 15 Aug 2001 19:47:00 +0000 (+0000) Subject: Document /DNO_SECURITY compile option. X-Git-Tag: 0.52~245 X-Git-Url: https://asedeno.scripts.mit.edu/gitweb/?a=commitdiff_plain;ds=sidebyside;h=fb46f1b77dec7259c7e383db0f36252b8f393649;p=PuTTY.git Document /DNO_SECURITY compile option. [originally from svn r1187] --- diff --git a/Makefile b/Makefile index b714d7a7..46bceb28 100644 --- a/Makefile +++ b/Makefile @@ -27,6 +27,15 @@ # , except Plink which _needs_ WinSock 2 so it already # does this. # +# - COMPAT=/DNO_SECURITY +# Disables Pageant's use of , which is not available +# with some development environments. This means that Pageant +# won't care about the local user ID of processes accessing it; a +# version of Pageant built with this option will therefore refuse +# to run under NT-series OSes on security grounds (although it +# will run fine on Win95-series OSes where there is no access +# control anyway). +# # - RCFL=/DASCIICTLS # Uses ASCII rather than Unicode to specify the tab control in # the resource file. Probably most useful when compiling with