--- libaitcrc/inc/defs.h 2012/07/04 14:53:43 1.5 +++ libaitcrc/inc/defs.h 2012/07/22 21:46:23 1.6 @@ -3,7 +3,7 @@ * by Michael Pounov * * $Author: misho $ -* $Id: defs.h,v 1.5 2012/07/04 14:53:43 misho Exp $ +* $Id: defs.h,v 1.6 2012/07/22 21:46:23 misho Exp $ * ************************************************************************** The ELWIX and AITNET software is distributed under the following @@ -47,7 +47,9 @@ SUCH DAMAGE. #define __DEFS_H -#define MAX_STR 256 +#ifndef STRSIZ +#define STRSIZ 256 +#endif #define MAX_FLETCHER16_DIGEST 21 #define MAX_FLETCHER_DIGEST 360