From: Jim Meyering Date: Sun, 3 Jul 1994 12:48:38 +0000 (+0000) Subject: . X-Git-Tag: textutils-1_12_1~664 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=763968d42841f10e5e98ed022ffba320cbaa3650;p=thirdparty%2Fcoreutils.git . --- diff --git a/lib/pathmax.h b/lib/pathmax.h index cfa14dd597..b3e4656071 100644 --- a/lib/pathmax.h +++ b/lib/pathmax.h @@ -38,7 +38,7 @@ #endif /* Don't include sys/param.h if it already has been. */ -#if !defined(PATH_MAX) && !defined(MAXPATHLEN) && !defined(__MSDOS__) +#if defined(HAVE_SYS_PATH_MAX_H) && !defined(PATH_MAX) && !defined(MAXPATHLEN) #include #endif