aboutsummaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
authorSimon J. Gerraty <sjg@FreeBSD.org>2014-01-26 07:40:17 +0000
committerSimon J. Gerraty <sjg@FreeBSD.org>2014-01-26 07:40:17 +0000
commitd4343fd8915df5721887ab4615e263b27845c629 (patch)
tree92ae99a04bbb5d3eb04a938f66e08604df803033 /make.h
parent55ec07f91d773f513ce6737bff154f1b59d740cf (diff)
Import bmake-20140101vendor/NetBSD/bmake/20140101
Diffstat (limited to 'make.h')
-rw-r--r--make.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/make.h b/make.h
index b13716fd3b48..7579f6214304 100644
--- a/make.h
+++ b/make.h
@@ -518,4 +518,8 @@ int str2Lst_Append(Lst, char *, const char *);
#define MAX(a, b) ((a > b) ? a : b)
#endif
+#ifndef MAXPATHLEN
+#define MAXPATHLEN BMAKE_PATH_MAX
+#endif
+
#endif /* _MAKE_H_ */