summaryrefslogtreecommitdiff
path: root/make.h
diff options
context:
space:
mode:
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 e563da4..ea282df 100644
--- a/make.h
+++ b/make.h
@@ -148,6 +148,10 @@ unsigned int get_path_max (void);
# define CHAR_BIT 8
#endif
+#ifndef USHRT_MAX
+# define USHRT_MAX 65535
+#endif
+
/* Nonzero if the integer type T is signed. */
#define INTEGER_TYPE_SIGNED(t) ((t) -1 < 0)