aboutsummaryrefslogtreecommitdiffhomepage
path: root/include
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-14 04:48:42 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2015-01-14 04:55:57 +0100
commit27be1a2d3ce0c7a955f494d08b0fd46f1cda303d (patch)
tree3708584ad8db1608a45da788e2c85d8321c96fac /include
parent3eb079dcad14ab69d589b4e3daec62cd99d602dd (diff)
Removing a few more traces of libevent.
Diffstat (limited to 'include')
-rw-r--r--include/grpc/support/port_platform.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/include/grpc/support/port_platform.h b/include/grpc/support/port_platform.h
index 9c999b9c81..2b99e630dd 100644
--- a/include/grpc/support/port_platform.h
+++ b/include/grpc/support/port_platform.h
@@ -53,7 +53,6 @@
#define GPR_ARCH_32 1
#define GPR_CPU_LINUX 1
#define GPR_GCC_SYNC 1
-#define GPR_LIBEVENT 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1
#define GPR_POSIX_SOCKETADDR 1
@@ -64,7 +63,6 @@
#elif defined(__linux__)
#define GPR_CPU_LINUX 1
#define GPR_GCC_ATOMIC 1
-#define GPR_LIBEVENT 1
#define GPR_LINUX 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1
@@ -80,7 +78,6 @@
#elif defined(__APPLE__)
#define GPR_CPU_POSIX 1
#define GPR_GCC_ATOMIC 1
-#define GPR_LIBEVENT 1
#define GPR_POSIX_LOG 1
#define GPR_POSIX_MULTIPOLL_WITH_POLL 1
#define GPR_POSIX_SOCKET 1