Skip to content
Snippets Groups Projects
Commit 7beb587a authored by Kurt Zeilenga's avatar Kurt Zeilenga
Browse files

Cleanup last commit

parent 5953a397
No related branches found
No related tags found
No related merge requests found
......@@ -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))
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment