From 04027bb9cf8732022a6e078aea99e97075895a25 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Tue, 5 Jul 1994 02:15:46 +0000 Subject: [PATCH] GNU shell utilities --- lib/pathmax.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/pathmax.h b/lib/pathmax.h index cfa14dd59..b3e465607 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 -- 2.11.0