mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-26 09:39:45 -05:00
Include sys/param.h on OSF4.0e to define MAXPATHLEN.
This commit is contained in:
parent
6bef298437
commit
820ac76ceb
2 changed files with 8 additions and 0 deletions
|
|
@ -8,6 +8,9 @@
|
|||
#include <ac/socket.h>
|
||||
#include <ac/unistd.h>
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#ifdef HAVE_DIRECT_H
|
||||
#include <direct.h>
|
||||
#endif
|
||||
|
|
|
|||
|
|
@ -1,5 +1,10 @@
|
|||
/* txn.c - TP support functions of the bdb2 backend */
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#ifdef HAVE_SYS_PARAM_H
|
||||
#include <sys/param.h>
|
||||
#endif
|
||||
#include "txn.h"
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue