mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-02-17 14:00:30 +08:00
Avoid f_next name conflict
This commit is contained in:
parent
f3db3e0a8f
commit
c91e7dd285
@ -22,6 +22,9 @@
|
||||
#include "lthread.h"
|
||||
#include "lthread_rdwr.h"
|
||||
#include "ldif.h"
|
||||
#ifdef f_next
|
||||
#undef f_next /* name conflict between sys/file.h on SCO and struct filter */
|
||||
#endif
|
||||
|
||||
#define DN_DNS 0
|
||||
#define DN_X500 1
|
||||
|
Loading…
Reference in New Issue
Block a user