Replace all EVENT_HAVE with EVENT__HAVE (EVENT__HAVE_USLEEP)

(cherry picked from commit 35258a1f4e09d9e7fcb003cd0572343670180495)
This commit is contained in:
Azat Khuzhin 2018-06-19 10:18:46 +03:00 committed by Azat Khuzhin
parent 06ec5de615
commit 85fed75f7e
No known key found for this signature in database
GPG Key ID: B86086848EF8686D

View 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