mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-12-25 17:19:43 -05:00
Avoid f_next name conflict
This commit is contained in:
parent
f3db3e0a8f
commit
c91e7dd285
1 changed files with 3 additions and 0 deletions
|
|
@ -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 a new issue