From 3355ce597d39925ea1221c92f62ef8dcb80d7274 Mon Sep 17 00:00:00 2001 From: "Arnold D. Robbins" Date: Sun, 23 Mar 2014 22:47:41 +0200 Subject: Add default defn's for constants in extension files. --- extension/gawkfts.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'extension/gawkfts.c') diff --git a/extension/gawkfts.c b/extension/gawkfts.c index 25a4c108..4a712153 100644 --- a/extension/gawkfts.c +++ b/extension/gawkfts.c @@ -139,6 +139,10 @@ static int fts_safe_changedir(const FTS *, const FTSENT *, int, #define _DIAGASSERT(expression) +#ifndef MAXPATHLEN +#define MAXPATHLEN 1024 /* a guess */ +#endif + FTS * fts_open(char * const *argv, int options, int (*compar)(const FTSENT **, const FTSENT **)) -- cgit v1.2.3