changeset 224:a19e9d12945f

GNU shell utilities
author Jim Meyering <jim@meyering.net>
date Tue, 05 Jul 1994 02:15:46 +0000
parents 39fde758aab1
children dd49a02a9f1c
files lib/pathmax.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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 <sys/param.h>
 #endif