summaryrefslogtreecommitdiff
path: root/m4/dos.m4
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>2000-12-19 10:51:39 +0000
committerJim Meyering <jim@meyering.net>2000-12-19 10:51:39 +0000
commit4c038111f868c703a48d005dd1e7f105f8ce4af0 (patch)
treec77aa0fcb9a848817206e9f980c1f8c755b6fd26 /m4/dos.m4
parenta82d4c2b3d302eea0a65875c5f9cbb33ecdd0e28 (diff)
downloadcoreutils-4c038111f868c703a48d005dd1e7f105f8ce4af0.tar.xz
*** empty log message ***
Diffstat (limited to 'm4/dos.m4')
-rw-r--r--m4/dos.m43
1 files changed, 3 insertions, 0 deletions
diff --git a/m4/dos.m4 b/m4/dos.m4
index 61876e7fc..d1fa140d1 100644
--- a/m4/dos.m4
+++ b/m4/dos.m4
@@ -7,7 +7,10 @@
AC_DEFUN(jm_AC_DOS,
[
+ # FIXME: this is incomplete. Add a compile-test that does something
+ # like this:
#if defined _WIN32 || defined __WIN32__ || defined __MSDOS__
+
ac_fspl_def="((Filename)[0] && (Filename)[1] == ':' ? 2 : 0)"
ac_fspl_def=0
AC_DEFINE_UNQUOTED([FILESYSTEM_PREFIX_LEN(Filename)], $ac_fspl_def,