1 # Test if the system uses DOS-style pathnames (drive specs and backslashes)
2 # By Paul Smith <psmith@gnu.org>. Based on dos.m4 by Jim Meyering.
4 AC_DEFUN([pds_AC_DOS_PATHS],
6 AC_CACHE_CHECK([whether system uses MSDOS-style paths], [ac_cv_dos_paths],
9 #if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__ && !defined __EMX__
10 neither MSDOS nor Windows nor OS2
13 [ac_cv_dos_paths=yes],
17 if test x"$ac_cv_dos_paths" = xyes; then
18 AC_DEFINE_UNQUOTED([HAVE_DOS_PATHS], 1,
19 [Define if the system uses DOS-style pathnames.])