-Coders, net-snmp-config.h currently contains a number of problematic variables like all the PACKAGE_* that shouldn't be defined in an external header file because it may easily interfere with the PACKAGE_* variables (even if internal) of another package that's using net-snmp. I'd really like to get rid of the issue before releasing 5.4.
Protecting those variables by #ifndef isn't so easy because the corresponding files are auto-generated by configure (net-snmp-config.h) and autoheader (net-snmp-config.h.in). Another proposal that came up on IRC was to split net-snmp-config.h into an external and an internal header file (with the PACKAGE_* variables being in the internal one, of course). Thoughts? +Thomas -- Thomas Anders (thomas.anders at blue-cable.de) ------------------------------------------------------------------------- Using Tomcat but need to do more? Need to support web services, security? Get stuff done quickly with pre-integrated technology to make your job easier Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642 _______________________________________________ Net-snmp-coders mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/net-snmp-coders
