mirror of
https://git.openldap.org/openldap/openldap.git
synced 2024-12-21 03:10:25 +08:00
Kludge for the Hurd
This commit is contained in:
parent
feda953cc4
commit
c1d272c4ab
@ -21,6 +21,8 @@
|
||||
#ifndef MAXPATHLEN
|
||||
# ifdef _MAX_PATH
|
||||
# define MAXPATHLEN _MAX_PATH
|
||||
# else
|
||||
# define MAXPATHLEN 4096
|
||||
# endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user