summaryrefslogtreecommitdiffstats
path: root/crypto/heimdal/lib/roken/glob.c
diff options
context:
space:
mode:
Diffstat (limited to 'crypto/heimdal/lib/roken/glob.c')
-rw-r--r--crypto/heimdal/lib/roken/glob.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/crypto/heimdal/lib/roken/glob.c b/crypto/heimdal/lib/roken/glob.c
index e4bc0dc..295aa2d 100644
--- a/crypto/heimdal/lib/roken/glob.c
+++ b/crypto/heimdal/lib/roken/glob.c
@@ -94,6 +94,10 @@
#include "glob.h"
#include "roken.h"
+#ifndef ARG_MAX
+#define ARG_MAX _POSIX_ARG_MAX
+#endif
+
#define CHAR_DOLLAR '$'
#define CHAR_DOT '.'
#define CHAR_EOS '\0'
OpenPOWER on IntegriCloud