Avoid f_next name conflict

This commit is contained in:
Hallvard Furuseth 1998-11-05 02:46:29 +00:00
parent f3db3e0a8f
commit c91e7dd285

View File

@ -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