summaryrefslogtreecommitdiff
path: root/lib/pathmax.h
diff options
context:
space:
mode:
authorJim Meyering <jim@meyering.net>1994-07-03 12:48:38 +0000
committerJim Meyering <jim@meyering.net>1994-07-03 12:48:38 +0000
commit763968d42841f10e5e98ed022ffba320cbaa3650 (patch)
treecaa1caeea5def0384d54c29cac08173785636f44 /lib/pathmax.h
parentf980ff966ded93e2dc12f1fd2c0b0a44443ad60f (diff)
downloadcoreutils-763968d42841f10e5e98ed022ffba320cbaa3650.tar.xz
.
Diffstat (limited to 'lib/pathmax.h')
-rw-r--r--lib/pathmax.h2
1 files changed, 1 insertions, 1 deletions
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 <sys/param.h>
#endif