From: Kurt Zeilenga Date: Wed, 28 Nov 2001 02:09:11 +0000 (+0000) Subject: Kludge for the Hurd X-Git-Tag: LDBM_PRE_GIANT_RWLOCK~823 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=c1d272c4abf3694f83919c69914c61269e1ee856;p=openldap Kludge for the Hurd --- diff --git a/include/ac/param.h b/include/ac/param.h index 592617aa35..0acfd4392a 100644 --- a/include/ac/param.h +++ b/include/ac/param.h @@ -21,6 +21,8 @@ #ifndef MAXPATHLEN # ifdef _MAX_PATH # define MAXPATHLEN _MAX_PATH +# else +# define MAXPATHLEN 4096 # endif #endif