CVSROOT: /cvsroot/barnyard
Module name: barnyard
Changes by: jn...@sc... 2004/12/20 14:25:17
Added files:
src : Tag: JNATHAN strlcat.c strlcpy.c
Log message:
Laundry list of changes:
added op_alert_xml plugin
included config.h everywhere, wrapped inside a CPP ifdef test
renamed event.h to byevent.h
renamed strlcatu.c and strlcpyu.c to strlcat.c and strlcpy.c, and replaced
AC_CHECK_FUNCS with AC_REPLACE_FUNCS for testing whether strl(cat|cpy) exist
removed strlcatu.h and strlcpyu.h
changed STD_BUF to 512 from 256 to accommodate longer lines in barnyard.conf
got rid of the old acconfig.h and moved everything into configure.in using
the AH_TOP macro
removed acconfig.h
|