diff options
Diffstat (limited to 'config.h.W32.template')
-rw-r--r-- | config.h.W32.template | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.W32.template b/config.h.W32.template index 1007540..e1d92ca 100644 --- a/config.h.W32.template +++ b/config.h.W32.template @@ -469,13 +469,13 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. */ * Define if you have the Cygnus "Cygwin" GNU Windows32 tool set. * Do NOT define BATCH_MODE_ONLY_SHELL if you define HAVE_CYGWIN_SHELL */ -/*#define HAVE_CYGWIN_SHELL*/ +/*#define HAVE_CYGWIN_SHELL 1 */ /* * Define if you have the MKS tool set or shell. Do NOT define * BATCH_MODE_ONLY_SHELL if you define HAVE_MKS_SHELL */ -/*#define HAVE_MKS_SHELL */ +/*#define HAVE_MKS_SHELL 1 */ /* * Enforce the mutual exclusivity restriction. |