From 12ef307d711481d78cf498276f3a614fc99c5e48 Mon Sep 17 00:00:00 2001 From: ben Date: Sat, 21 Jun 2003 19:34:36 +0000 Subject: [PATCH 1/1] Remove -DNO_SECURITY from the cygwin build, since has been available in cygwin for a year and a half. Pointed out by Bruno Kozlowski. git-svn-id: svn://svn.tartarus.org/sgt/putty@3282 cda61777-01e9-0310-a592-d414129be87e --- Recipe | 4 ---- mkfiles.pl | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/Recipe b/Recipe index 255c4cb1..cb6f1883 100644 --- a/Recipe +++ b/Recipe @@ -42,10 +42,6 @@ # 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 is known -# not to be available in Cygwin. -# # - COMPAT=/DNO_MULTIMON # Disables PuTTY's use of , which is not available # with some development environments. This means that PuTTY's diff --git a/mkfiles.pl b/mkfiles.pl index 422b8b0e..dfb025c1 100755 --- a/mkfiles.pl +++ b/mkfiles.pl @@ -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". -- 2.11.0