]> granicus.if.org Git - libevent/commitdiff
Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP)
authorAzat Khuzhin <a3at.mail@gmail.com>
Tue, 19 Jun 2018 07:18:46 +0000 (10:18 +0300)
committerAzat Khuzhin <azat@libevent.org>
Sat, 2 Feb 2019 12:17:57 +0000 (15:17 +0300)
(cherry picked from commit 35258a1f4e09d9e7fcb003cd0572343670180495)

evutil_time.c

index d658b30eda9786ce231857b6f171c2620ef1946c..c3a2358960ff825ee37b7ac250bfeae76555ca1d 100644 (file)
@@ -43,7 +43,7 @@
 #ifndef EVENT__HAVE_GETTIMEOFDAY
 #include <sys/timeb.h>
 #endif
-#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT_HAVE_USLEEP) && \
+#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT__HAVE_USLEEP) && \
        !defined(_WIN32)
 #include <sys/select.h>
 #endif