aboutsummaryrefslogtreecommitdiff
path: root/WIN32-Code/nmake/event2/event-config.h
diff options
context:
space:
mode:
authorHaibo Huang <hhb@google.com>2019-06-19 10:48:47 -0700
committerandroid-build-merger <android-build-merger@google.com>2019-06-19 10:48:47 -0700
commitc10dfda3bb3dc0b4b180247932dabe08c767f59c (patch)
tree1d148d55162d1d29b1bc55ea05ff62c1793086d6 /WIN32-Code/nmake/event2/event-config.h
parent7b67f806735671bbf49cc4cd74c59c7c105ce8e2 (diff)
parent0fa30d936bd735abfb8f58f9abd9cc0c84aac376 (diff)
downloadlibevent-c10dfda3bb3dc0b4b180247932dabe08c767f59c.tar.gz
Upgrade libevent to release-2.1.10-stable am: b22796788b
am: 0fa30d936b Change-Id: Iba65f88fd82cbb5db2d7473c351db85ed3c2302a
Diffstat (limited to 'WIN32-Code/nmake/event2/event-config.h')
-rw-r--r--WIN32-Code/nmake/event2/event-config.h26
1 files changed, 8 insertions, 18 deletions
diff --git a/WIN32-Code/nmake/event2/event-config.h b/WIN32-Code/nmake/event2/event-config.h
index e6ed3aa..51597c3 100644
--- a/WIN32-Code/nmake/event2/event-config.h
+++ b/WIN32-Code/nmake/event2/event-config.h
@@ -192,9 +192,6 @@
/* Define to 1 if the system has the type `struct sockaddr_storage'. */
#define EVENT__HAVE_STRUCT_SOCKADDR_STORAGE 1
-/* Define to 1 if you have the <sys/devpoll.h> header file. */
-/* #undef EVENT__HAVE_SYS_DEVPOLL_H */
-
/* Define to 1 if you have the <sys/epoll.h> header file. */
/* #undef EVENT__HAVE_SYS_EPOLL_H */
@@ -274,7 +271,7 @@
/* #undef EVENT__HAVE_WORKING_KQUEUE */
/* Numeric representation of the version */
-#define EVENT__NUMERIC_VERSION 0x02010800
+#define EVENT__NUMERIC_VERSION 0x02010a00
/* Name of package */
#define EVENT__PACKAGE "libevent"
@@ -324,29 +321,22 @@
#define EVENT__SIZEOF_VOID_P 4
#endif
-/* Define to 1 if you have the ANSI C header files. */
-#define EVENT__STDC_HEADERS 1
+/* The size of `time_t`, as computed by sizeof. */
+#ifdef _WIN64
+#define EVENT__SIZEOF_TIME_T 8
+#else
+#define EVENT__SIZEOF_TIME_T 4
+#endif
/* Define to 1 if you can safely include both <sys/time.h> and <time.h>. */
#define EVENT__TIME_WITH_SYS_TIME 1
/* Version number of package */
-#define EVENT__VERSION "2.1.8-stable"
-
-/* Define to appropriate substitue if compiler doesnt have __func__ */
-#define EVENT____func__ __FUNCTION__
-
-/* Define to empty if `const' does not conform to ANSI C. */
-/* #undef EVENT__const */
+#define EVENT__VERSION "2.1.10-stable"
/* Define to `__inline__' or `__inline' if that's what the C compiler
calls it, or to nothing if 'inline' is not supported under any name. */
-#ifndef _EVENT___cplusplus
#define EVENT__inline __inline
-#endif
-
-/* Define to `int' if <sys/types.h> does not define. */
-/* #undef EVENT__pid_t */
/* Define to `unsigned' if <sys/types.h> does not define. */
/* #undef EVENT__size_t */