summaryrefslogtreecommitdiff
path: root/macosx
diff options
context:
space:
mode:
Diffstat (limited to 'macosx')
-rw-r--r--macosx/config.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/macosx/config.h b/macosx/config.h
index 483c79b1..5896bd91 100644
--- a/macosx/config.h
+++ b/macosx/config.h
@@ -9,7 +9,8 @@
#define CONFIG_H
#ifndef MAXPATHLEN
-#define MAXPATHLEN 256
+//match PAX_MAX in <sys/param.h>
+#define MAXPATHLEN 1024
#endif
#ifndef PACKAGE_VERSION