--- libaitsched/inc/defs.h 2015/07/22 19:50:45 1.16 +++ libaitsched/inc/defs.h 2022/10/17 22:45:06 1.17 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.16 2015/07/22 19:50:45 misho Exp $ +* $Id: defs.h,v 1.17 2022/10/17 22:45:06 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -12,7 +12,7 @@ terms: All of the documentation and software included in the ELWIX and AITNET Releases is copyrighted by ELWIX - Sofia/Bulgaria -Copyright 2004 - 2015 +Copyright 2004 - 2022 by Michael Pounov . All rights reserved. Redistribution and use in source and binary forms, with or without @@ -80,6 +80,14 @@ SUCH DAMAGE. #ifndef __unused #define __unused __attribute__((unused)) +#endif + +#ifndef __ELWIX +#define e_malloc malloc +#define e_calloc calloc +#define e_realloc realloc +#define e_free free +#define e_strdup strdup #endif #define MAX_TASK_MISS 12