#define _EVENT_TIME_WITH_SYS_TIME 1
/* Version number of package */
++<<<<<<< HEAD
+#define _EVENT_VERSION "2.1.0-alpha-dev"
++||||||| merged common ancestors
++#define _EVENT_VERSION "2.0.16-stable-dev"
++=======
+ #define _EVENT_VERSION "2.0.17-stable"
++>>>>>>> origin/patches-2.0
/* Define to appropriate substitue if compiler doesnt have __func__ */
#define _EVENT___func__ __FUNCTION__
--dnl configure.in for libevent
- dnl Dug Song <dugsong@monkey.org>
+ dnl Copyright 2000-2007 Niels Provos
+ dnl Copyright 2007-2012 Niels Provos and Nick Mathewson
+ dnl
+ dnl See LICENSE for copying information.
+ dnl
+ dnl Original version Dug Song <dugsong@monkey.org>
+
-AC_PREREQ(2.59c)
+AC_PREREQ(2.59)
AC_INIT(event.c)
AC_CONFIG_MACRO_DIR([m4])