summaryrefslogtreecommitdiff
path: root/config.h.W32.template
diff options
context:
space:
mode:
authorPaul Smith <psmith@gnu.org>2002-08-10 01:27:16 +0000
committerPaul Smith <psmith@gnu.org>2002-08-10 01:27:16 +0000
commit5a9f2de69c2c0d932465019b181ee966aaa72a5a (patch)
treed155f782aee6b11704d59a8dd958bc09d5b2c9d5 /config.h.W32.template
parent2ba6d81ee9691413013b269e8c589ccb83cd6405 (diff)
downloadmake-5a9f2de69c2c0d932465019b181ee966aaa72a5a.tar.gz
Update to a new version of automake and gettext.
Invent a new macro HAVE_DOS_PATHS and change various instances of: #if defined(WINDOWS) || defined(__MSDOS__) to use the new macro instead. This should help make the OS/2 port cleaner, as well. Invent a cvs-clean maintainer target that tries to get the workspace back to the state it was in after a CVS checkout. New language.
Diffstat (limited to 'config.h.W32.template')
-rw-r--r--config.h.W32.template3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.W32.template b/config.h.W32.template
index 148b2176..4e484679 100644
--- a/config.h.W32.template
+++ b/config.h.W32.template
@@ -357,6 +357,9 @@
/* Build host information. */
#define MAKE_HOST "Windows32"
+/* Grok DOS paths (drive specs and backslash path element separators) */
+#define HAVE_DOS_PATHS
+
/*
* Refer to README.W32 for info on the following settings
*/