diff options
author | Mark Bryars <mark@darkskiez.co.uk> | 2012-05-04 22:19:13 +0100 |
---|---|---|
committer | Mark Bryars <mark@darkskiez.co.uk> | 2012-05-04 22:19:13 +0100 |
commit | e756c7948078bd5109c5b8a0f252851efc4532d6 (patch) | |
tree | 39c4c6d660d7c377989e1adc1492ec198cdaa084 /nhrp/libev.h | |
download | vyos-opennhrp-e756c7948078bd5109c5b8a0f252851efc4532d6.tar.gz vyos-opennhrp-e756c7948078bd5109c5b8a0f252851efc4532d6.zip |
Imported Upstream version 0.13
Diffstat (limited to 'nhrp/libev.h')
-rw-r--r-- | nhrp/libev.h | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/nhrp/libev.h b/nhrp/libev.h new file mode 100644 index 0000000..f9f5f23 --- /dev/null +++ b/nhrp/libev.h @@ -0,0 +1,22 @@ +#define EV_STANDALONE 1 +#define EV_MULTIPLICITY 0 +#define EV_VERIFY 0 + +#define EV_USE_CLOCK_SYSCALL 1 +#define EV_USE_SELECT 0 +#define EV_USE_POLL 1 + +#define EV_IDLE_ENABLE 1 + +/* Unused stuff, disabled for size optimization */ +#define EV_USE_INOTIFY 0 +#define EV_PERIODIC_ENABLE 0 +#define EV_EMBED_ENABLE 0 +#define EV_STAT_ENABLE 0 +#define EV_FORK_ENABLE 0 +#define EV_ASYNC_ENABLE 0 + +/* Disable the "void *data;" member of watchers to save memory */ +#define EV_COMMON /* empty */ + +#include "../libev/ev.h" |