From 741e9dcce65cde7a4b89e42f7c638c3edc583893 Mon Sep 17 00:00:00 2001 From: "Janet B. Anderson" Date: Mon, 14 Nov 2005 17:37:27 +0000 Subject: [PATCH] Changed line order and added comment. --- configure/os/CONFIG.win32-x86-cygwin.Common | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/configure/os/CONFIG.win32-x86-cygwin.Common b/configure/os/CONFIG.win32-x86-cygwin.Common index 41c530119..382d278f5 100644 --- a/configure/os/CONFIG.win32-x86-cygwin.Common +++ b/configure/os/CONFIG.win32-x86-cygwin.Common @@ -10,8 +10,10 @@ #Include definitions common to unix hosts include $(CONFIG)/os/CONFIG.UnixCommon.Common -WIND_HOST_TYPE = x86-win32 -OSITHREAD_USE_DEFAULT_STACK = NO - HOSTEXE=.exe +WIND_HOST_TYPE = x86-win32 + +# osithead use default stack, YES or NO override +OSITHREAD_USE_DEFAULT_STACK = NO +