From 269f158a92c13cad5720f9c75ed56bc0d673d181 Mon Sep 17 00:00:00 2001 From: oharboe Date: Wed, 23 Jul 2008 15:35:11 +0000 Subject: JIM_SUPPORT_EVENTLOOP added --- jim-aio.c | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'jim-aio.c') diff --git a/jim-aio.c b/jim-aio.c index 67a44a2..9afb2f2 100644 --- a/jim-aio.c +++ b/jim-aio.c @@ -56,6 +56,13 @@ #ifndef JIM_STATICEXT #define JIM_EXTENSION #endif + +/* FIX!!! add #if's to make JIM_SUPPORT_EVENTLOOP enable/disable + * eventloop support compile time! */ +#ifndef JIM_SUPPORT_EVENTLOOP +#define JIM_SUPPORT_EVENTLOOP 1 +#endif + #ifdef __ECOS #include #include @@ -64,6 +71,9 @@ #include "jim-eventloop.h" #endif + + + #define AIO_CMD_LEN 128 #define AIO_BUF_LEN 1024 -- cgit v1.1