mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-24 16:49:39 -05:00
Fix typo in last commit
This commit is contained in:
parent
20526e726c
commit
6b88b30230
1 changed files with 2 additions and 2 deletions
|
|
@ -19,8 +19,8 @@
|
|||
#endif
|
||||
|
||||
#ifndef MAXPATHLEN
|
||||
# if defined(PATHMAX)
|
||||
# define MAXPATHLEN PATHMAX
|
||||
# if defined(PATH_MAX)
|
||||
# define MAXPATHLEN PATH_MAX
|
||||
|
||||
# elif defined(_MAX_PATH)
|
||||
# define MAXPATHLEN _MAX_PATH
|
||||
|
|
|
|||
Loading…
Reference in a new issue