Hi,
I compiled 1.3.4 on FreeBSD 6.1 --with-net-snmp.
The compiler issued warnings for the following symbols/macros:
"PACKAGE_NAME"
"PACKAGE_BUGREPORT"
"PACKAGE_STRING"
"PACKAGE_TARNAME"
"PACKAGE_VERSION"
The PACKAGE... macros are all empty (in include/config.h)
are in conflict with net-snmp
(Version 5.2.2, file: /usr/local/include/net-snmp/net-snmp-config.h).
I can not decide whether this is harmful or not.
Perhaps a rename to something like ZBX_PACKAGE_VERSION would be fine
or is it created by one of the auto-tools (configure) ?
It might even be a mistake in Net-SNMP to expose that to the "public".
Regards,
Norbert.
I compiled 1.3.4 on FreeBSD 6.1 --with-net-snmp.
The compiler issued warnings for the following symbols/macros:
"PACKAGE_NAME"
"PACKAGE_BUGREPORT"
"PACKAGE_STRING"
"PACKAGE_TARNAME"
"PACKAGE_VERSION"
The PACKAGE... macros are all empty (in include/config.h)
are in conflict with net-snmp
(Version 5.2.2, file: /usr/local/include/net-snmp/net-snmp-config.h).
I can not decide whether this is harmful or not.
Perhaps a rename to something like ZBX_PACKAGE_VERSION would be fine
or is it created by one of the auto-tools (configure) ?
It might even be a mistake in Net-SNMP to expose that to the "public".
Regards,
Norbert.
Comment