aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/lib.h
diff options
Diffstat (limited to 'lib.h')
-rw-r--r--lib.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib.h b/lib.h
index b35debc8..0b1d4492 100644
--- a/lib.h
+++ b/lib.h
@@ -44,7 +44,7 @@
#define ARRAY_SIZE(x) (sizeof(x)/sizeof((x)[0]))
#endif
-#ifndef PATH_MAX
+#ifdef __gnu_hurd__
#define PATH_MAX 4096 // Hurd doesn't define this
#endif