|
From: Erik K. <ek...@us...> - 2003-02-20 06:36:44
|
Build Version : T1.5.0.2587 Firebird 1.5 Beta 2 (writeBuildNum.sh,v 1.2572 2003/02/20 06:36:41 eku Exp $ ) Update of /cvsroot/firebird/firebird2/src/make.new/config In directory sc8-pr-cvs1:/tmp/cvs-serv26331/src/make.new/config Modified Files: config.h.in Log Message: XPG defines that prototypes for malloc/free have to be defined in stdlib.h. malloc.h is deprecated - removed. Index: config.h.in =================================================================== RCS file: /cvsroot/firebird/firebird2/src/make.new/config/config.h.in,v retrieving revision 1.71 retrieving revision 1.72 diff -b -U3 -r1.71 -r1.72 --- config.h.in 18 Feb 2003 12:38:24 -0000 1.71 +++ config.h.in 20 Feb 2003 06:36:40 -0000 1.72 @@ -28,7 +28,6 @@ #undef HAVE_PWD_H #undef HAVE_LIBIO_H #undef HAVE_LOCALE_H -#undef HAVE_MALLOC_H #undef HAVE_MATH_H #undef HAVE_PTHREAD_H #undef HAVE_SYS_TYPES_H |