Re: [Cvs-nserver-commits] CVS: cvs-nserver/acl check_default_file_acl.c,1.1.2.5,1.1.2.6 check_pers
Brought to you by:
tyranny
From: Alexey M. <al...@hs...> - 2002-06-09 15:28:27
|
>>>>> "AM" == Alexey Morozov <mo...@us...> writes: AM> +#ifdef HAVE_STDLIB_H AM> #include <stdlib.h> AM> +#endif Do not waste time on this. I do not think that building on a machine w/o stdlib.h should be considered in XXI century. This clutters code, and brings nothing in return. You'd better take a look at http://www.splint.org/ --alexm |