mirror of
https://git.openldap.org/openldap/openldap.git
synced 2026-01-31 10:59:33 -05:00
Kludge for the Hurd
This commit is contained in:
parent
feda953cc4
commit
c1d272c4ab
1 changed files with 2 additions and 0 deletions
|
|
@ -21,6 +21,8 @@
|
|||
#ifndef MAXPATHLEN
|
||||
# ifdef _MAX_PATH
|
||||
# define MAXPATHLEN _MAX_PATH
|
||||
# else
|
||||
# define MAXPATHLEN 4096
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue