Hi Devs

Please consider changing this in acconfig.h:
 #if HAVE_DMALLOC_H
 #define DMALLOC_FUNC_CHECK
 #endif
to a proper #ifdef:
 #ifdef HAVE_DMALLOC_H
 #define DMALLOC_FUNC_CHECK
 #endif

It causes gcc warnings whne -Wundef is used.

 Jocke


------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to