mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
Cleanup last commit
This commit is contained in:
parent
5953a397fc
commit
7beb587a4b
@ -30,8 +30,6 @@
|
||||
#include <ldap_pvt_thread.h>
|
||||
#endif
|
||||
|
||||
#include <ac/time.h> /* for struct timeval */
|
||||
|
||||
#ifdef HAVE_CYRUS_SASL
|
||||
/* the need for this should be removed */
|
||||
#ifdef HAVE_SASL_SASL_H
|
||||
@ -44,6 +42,9 @@
|
||||
#define SASL_MIN_BUFF_SIZE 4096
|
||||
#endif
|
||||
|
||||
/* for struct timeval */
|
||||
#include <ac/time.h>
|
||||
|
||||
#undef TV2MILLISEC
|
||||
#define TV2MILLISEC(tv) (((tv)->tv_sec * 1000) + ((tv)->tv_usec/1000))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user