[Autosec-devel] sonar config.h.in,1.19,1.20
Brought to you by:
red0x
From: <re...@us...> - 2004-01-17 03:04:38
|
Update of /cvsroot/autosec/sonar In directory sc8-pr-cvs1:/tmp/cvs-serv13008 Modified Files: config.h.in Log Message: Trivial autoconf changes Index: config.h.in =================================================================== RCS file: /cvsroot/autosec/sonar/config.h.in,v retrieving revision 1.19 retrieving revision 1.20 diff -C2 -d -r1.19 -r1.20 *** config.h.in 14 Oct 2003 23:38:59 -0000 1.19 --- config.h.in 17 Jan 2004 03:04:36 -0000 1.20 *************** *** 212,218 **** #undef gid_t ! /* Define as `__inline' if that's what the C compiler calls it, or to nothing ! if it is not supported. */ #undef inline /* Define to rpl_malloc if the replacement function should be used. */ --- 212,220 ---- #undef gid_t ! /* Define to `__inline__' or `__inline' if that's what the C compiler ! calls it, or to nothing if 'inline' is not supported under any name. */ ! #ifndef __cplusplus #undef inline + #endif /* Define to rpl_malloc if the replacement function should be used. */ |