aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/pre-process.c
diff options
context:
space:
mode:
Diffstat (limited to 'pre-process.c')
-rw-r--r--pre-process.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/pre-process.c b/pre-process.c
index 38167802..ca613018 100644
--- a/pre-process.c
+++ b/pre-process.c
@@ -890,10 +890,6 @@ static void set_stream_include_path(struct stream *stream)
includepath[0] = path;
}
-#ifndef PATH_MAX
-#define PATH_MAX 4096 // for Hurd where it's not defined
-#endif
-
static int try_include(const char *path, const char *filename, int flen, struct token **where, const char **next_path)
{
int fd;