[lwatch-cvs] files/src config.h.in,1.4,1.5
Brought to you by:
arturcz
|
From: <ar...@us...> - 2003-02-03 00:37:08
|
Update of /cvsroot/lwatch/files/src In directory sc8-pr-cvs1:/tmp/cvs-serv4020 Modified Files: config.h.in Log Message: - autotools cleaning Index: config.h.in =================================================================== RCS file: /cvsroot/lwatch/files/src/config.h.in,v retrieving revision 1.4 retrieving revision 1.5 diff -C2 -d -r1.4 -r1.5 *** config.h.in 29 Jan 2003 00:37:01 -0000 1.4 --- config.h.in 3 Feb 2003 00:37:04 -0000 1.5 *************** *** 13,17 **** #undef HAVE_LIBPCRE ! /* Define to 1 if your system has a working `malloc' function. */ #undef HAVE_MALLOC --- 13,18 ---- #undef HAVE_LIBPCRE ! /* Define to 1 if your system has a GNU libc compatible `malloc' function, and ! to 0 otherwise. */ #undef HAVE_MALLOC *************** *** 22,25 **** --- 23,30 ---- #undef HAVE_MEMSET + /* Define to 1 if your system has a GNU libc compatible `realloc' function, + and to 0 otherwise. */ + #undef HAVE_REALLOC + /* Define to 1 if you have the <stddef.h> header file. */ #undef HAVE_STDDEF_H *************** *** 91,92 **** --- 96,103 ---- /* Define to empty if `const' does not conform to ANSI C. */ #undef const + + /* Define to rpl_malloc if the replacement function should be used. */ + #undef malloc + + /* Define to rpl_realloc if the replacement function should be used. */ + #undef realloc |