summaryrefslogtreecommitdiff
path: root/config.h.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2006-04-01 06:36:40 +0000
committerPaul Smith <psmith@gnu.org>2006-04-01 06:36:40 +0000
commit7d946f1fe4369251fdf482d3bc27a554891d120a (patch)
treeb161fc78e688e2c08828116dca05cb148af6e305 /config.h.W32.template
parent558a3ebcc3c6c676f141622d86f5bbfbd2a61ec8 (diff)
downloadmake-7d946f1fe4369251fdf482d3bc27a554891d120a.tar.gz
Release GNU make 3.81.
Update NEWS docs. Enhance the manual to use automake version.texi, and use the canonical FSF copyright features and statement. Some $(realpath ...) tests won't work on Windows; leave them out The jobserver filedescriptor test might fail if some FDs are reserved, so for now comment out that check.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r--config.h.W32.template4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.h.W32.template b/config.h.W32.template
index 10075405..e1d92ca0 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.