source: vendor/diffutils/2.8.1/m4/dos.m4@ 3180

Last change on this file since 3180 was 2556, checked in by bird, 20 years ago

diffutils 2.8.1

File size: 1.6 KB
RevLine 
[2556]1#serial 5
2
3# Define some macros required for proper operation of code in lib/*.c
4# on MSDOS/Windows systems.
5
6# From Jim Meyering.
7
8AC_DEFUN([jm_AC_DOS],
9 [
10 AC_CACHE_CHECK([whether system is Windows or MSDOS], [ac_cv_win_or_dos],
11 [
12 AC_TRY_COMPILE([],
13 [#if !defined _WIN32 && !defined __WIN32__ && !defined __MSDOS__
14neither MSDOS nor Windows