From: Jim Meyering Date: Tue, 19 Dec 2000 10:51:39 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=77bb6988915a58367fb3996a3426748dd1f5e7c9;p=pspp *** empty log message *** --- 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,