From: Azat Khuzhin Date: Tue, 19 Jun 2018 07:18:46 +0000 (+0300) Subject: Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP) X-Git-Tag: release-2.1.9-beta^2~107 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=85fed75f7edbfcdabb69a52620e8350b4eca0a46;p=libevent Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP) (cherry picked from commit 35258a1f4e09d9e7fcb003cd0572343670180495) --- diff --git a/evutil_time.c b/evutil_time.c index d658b30e..c3a23589 100644 --- a/evutil_time.c +++ b/evutil_time.c @@ -43,7 +43,7 @@ #ifndef EVENT__HAVE_GETTIMEOFDAY #include #endif -#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT_HAVE_USLEEP) && \ +#if !defined(EVENT__HAVE_NANOSLEEP) && !defined(EVENT__HAVE_USLEEP) && \ !defined(_WIN32) #include #endif