]> asedeno.scripts.mit.edu Git - PuTTY.git/commitdiff
Remove -DNO_SECURITY from the cygwin build, since <aclapi.h> has been
authorBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jun 2003 19:34:36 +0000 (19:34 +0000)
committerBen Harris <bjh21@bjh21.me.uk>
Sat, 21 Jun 2003 19:34:36 +0000 (19:34 +0000)
available in cygwin for a year and a half.
Pointed out by Bruno Kozlowski.

[originally from svn r3282]

Recipe
mkfiles.pl

diff --git a/Recipe b/Recipe
index 255c4cb187c89af0f0547116fa40379dbc298815..cb6f1883d7307fab8f70fbce117cd1f175c4080f 100644 (file)
--- a/Recipe
+++ b/Recipe
 #      will run fine on Win95-series OSes where there is no access
 #      control anyway).
 #
-#      Note that this definition is always enabled in the Cygwin
-#      build, since at the time of writing this <aclapi.h> is known
-#      not to be available in Cygwin.
-#
 #  - COMPAT=/DNO_MULTIMON
 #      Disables PuTTY's use of <multimon.h>, which is not available
 #      with some development environments. This means that PuTTY's
index 422b8b0ead0553af9ac3712de2c2752efd8ecec9..dfb025c17457dc2431b8190754db70ccdf2d2118 100755 (executable)
@@ -311,7 +311,7 @@ print
 "# RCINC = --include-dir c:\\cygwin\\include\\\n".
 "\n".
 &splitline("CFLAGS = -mno-cygwin -Wall -O2 -D_WINDOWS -DDEBUG -DWIN32S_COMPAT".
-  " -DNO_SECURITY -D_NO_OLDNAMES -DNO_MULTIMON -I.")."\n".
+  " -D_NO_OLDNAMES -DNO_MULTIMON -I.")."\n".
 "LDFLAGS = -mno-cygwin -s\n".
 &splitline("RCFLAGS = \$(RCINC) --define WIN32=1 --define _WIN32=1".
   " --define WINVER=0x0400 --define MINGW32_FIX=1")."\n".