]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Document /DNO_SECURITY compile option.
authorJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Aug 2001 19:47:00 +0000 (19:47 +0000)
committerJacob Nevins <jacobn@chiark.greenend.org.uk>
Wed, 15 Aug 2001 19:47:00 +0000 (19:47 +0000)
[originally from svn r1187]

Makefile

index b714d7a7620ac823bec9661e6323fd5df0d47981..46bceb28943c7232dc790b0e7f81dcbe5d2913ee 100644 (file)
--- a/Makefile
+++ b/Makefile
 #      <winsock.h>, except Plink which _needs_ WinSock 2 so it already
 #      does this.
 #
 #      <winsock.h>, except Plink which _needs_ WinSock 2 so it already
 #      does this.
 #
+#  - COMPAT=/DNO_SECURITY
+#      Disables Pageant's use of <aclapi.h>, 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
 #  - RCFL=/DASCIICTLS
 #      Uses ASCII rather than Unicode to specify the tab control in
 #      the resource file. Probably most useful when compiling with