From 89a42941133287392b81c95fca09de34118f1a30 Mon Sep 17 00:00:00 2001 From: root Date: Sun, 24 Oct 2010 18:09:58 +0000 Subject: *** empty log message *** --- ev.h | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'ev.h') diff --git a/ev.h b/ev.h index adc038b..f0ffd4f 100644 --- a/ev.h +++ b/ev.h @@ -100,11 +100,11 @@ EV_CPP(extern "C" {) #endif #ifndef EV_FORK_ENABLE -# define EV_FORK_ENABLE 0 /* not implemented */ +# define EV_FORK_ENABLE EV_FEATURE_WATCHERS #endif #ifndef EV_CLEANUP_ENABLE -# define EV_CLEANUP_ENABLE EV_FEATURE_WATCHERS +# define EV_CLEANUP_ENABLE 0 /* not implemented */ #endif #ifndef EV_SIGNAL_ENABLE @@ -427,7 +427,9 @@ typedef struct ev_embed ev_periodic periodic; /* unused */ ev_idle idle; /* unused */ ev_fork fork; /* private */ +#if EV_CLEANUP_ENABLE ev_cleanup cleanup; /* unused */ +#endif } ev_embed; #endif -- cgit v1.2.3