diff options
author | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-26 17:05:02 +0000 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@highsecure.ru> | 2020-03-26 17:05:02 +0000 |
commit | a9efb618f8301b756421e760d47d577a93408af3 (patch) | |
tree | bf73ae0426de33100d76fd834a8526c32166962a /contrib/libev/config.h.in | |
parent | cb88ca869dce2f5d6e6c2939a6c59d35f630c83d (diff) | |
download | rspamd-a9efb618f8301b756421e760d47d577a93408af3.tar.gz rspamd-a9efb618f8301b756421e760d47d577a93408af3.zip |
[Minor] Fix usage of signalfd and timerfd
Diffstat (limited to 'contrib/libev/config.h.in')
-rw-r--r-- | contrib/libev/config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/libev/config.h.in b/contrib/libev/config.h.in index 10fc6271a..686a37988 100644 --- a/contrib/libev/config.h.in +++ b/contrib/libev/config.h.in @@ -63,6 +63,9 @@ /* Define to 1 if you have the `signalfd' function. */ #cmakedefine HAVE_SIGNALFD 1 +/* Define to 1 if you have the `timerfd_create' function. */ +#cmakedefine HAVE_TIMERFD 1 + /* Define to 1 if you have the <stdint.h> header file. */ #cmakedefine HAVE_STDINT_H 1 |