freebsd-src/contrib/libevent/test/tinytest_local.h
Ed Maste c43e99fd14 Copy libevent sources to contrib
To replace the libevent embedded in ntp, for OpenSSL 1.1.1 compat.

Approved by:	re (gjb)
2018-10-09 14:05:11 +00:00

13 lines
170 B
C

#include "util-internal.h"
#ifdef _WIN32
#include <winsock2.h>
#endif
#include "event2/util.h"
#ifdef snprintf
#undef snprintf
#endif
#define snprintf evutil_snprintf