--- libaitsched/src/aitsched.c 2014/04/27 16:20:37 1.25 +++ libaitsched/src/aitsched.c 2014/05/19 23:21:41 1.25.2.1 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: aitsched.c,v 1.25 2014/04/27 16:20:37 misho Exp $ +* $Id: aitsched.c,v 1.25.2.1 2014/05/19 23:21:41 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -335,7 +335,7 @@ schedFetch(sched_root_task_t * __restrict root) int schedTrigger(sched_task_t * __restrict task) { -#ifdef KQ_DISABLE +#if SUP_ENABLE != KQ_SUPPORT sched_SetErr(ENOTSUP, "disabled kqueue support"); return -1; #else