changeset 236:05959ea73146

.
author Jim Meyering <jim@meyering.net>
date Sun, 03 Jul 1994 12:48:38 +0000
parents 853147747c69
children cb57480dbf0a
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