Cleanup last commit

This commit is contained in:
Kurt Zeilenga 2007-02-15 01:42:23 +00:00
parent 5953a397fc
commit 7beb587a4b

View File

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