From 77bb6988915a58367fb3996a3426748dd1f5e7c9 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 19 Dec 2000 10:51:39 +0000 Subject: [PATCH] *** empty log message *** --- m4/dos.m4 | 3 +++ 1 file changed, 3 insertions(+) diff --git a/m4/dos.m4 b/m4/dos.m4 index 61876e7fc8..d1fa140d19 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, -- 2.30.2