From 2d4f00c4649c36b39056d0745fc46cd195dd4adb Mon Sep 17 00:00:00 2001 From: root Date: Mon, 26 Nov 2007 18:15:32 +0000 Subject: [PATCH] seems per-type coinfigurability comes back... --- src/ev_cpp.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ev_cpp.h b/src/ev_cpp.h index 1e44dfff..001bb12f 100644 --- a/src/ev_cpp.h +++ b/src/ev_cpp.h @@ -1,6 +1,8 @@ #define EV_USE_POLL 0 #define EV_MULTIPLICITY 0 #define EV_PERIODIC_ENABLE 0 +#define EV_EMBED_ENABLE 0 +#define EV_PATH_ENABLE 0 #define EV_CONFIG_H #define EV_MINPRI 0 #define EV_MAXPRI 0 -- 2.34.1