From: Harlan Stenn Date: Sat, 1 Nov 2008 04:31:45 +0000 (-0500) Subject: [Bug 1069] #undef netsnmp's PACKAGE_* macros X-Git-Tag: NTP_4_2_5P137~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5d8c4c49037d3700d42376a221c2411a89ce10b1;p=thirdparty%2Fntp.git [Bug 1069] #undef netsnmp's PACKAGE_* macros bk: 490bdbb1lU8KcMjp6wOUyj80O7BbLA --- diff --git a/ChangeLog b/ChangeLog index ef076ba9b..9bff2a21a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +* [Bug 1069] #undef netsnmp's PACKAGE_* macros. +* [Bug 1068] Older versions of netsnmp do not have netsnmp_daemonize(). (4.2.5p136) 2008/10/27 Released by Harlan Stenn * [Bug 1078] statsdir configuration parsing is broken. (4.2.5p135) 2008/09/23 Released by Harlan Stenn diff --git a/ntpsnmpd/ntpsnmpd.c b/ntpsnmpd/ntpsnmpd.c index bfc326e9d..449631b47 100644 --- a/ntpsnmpd/ntpsnmpd.c +++ b/ntpsnmpd/ntpsnmpd.c @@ -32,6 +32,12 @@ #include #include +#undef PACKAGE_BUGREPORT +#undef PACKAGE_NAME +#undef PACKAGE_STRING +#undef PACKAGE_TARNAME +#undef PACKAGE_VERSION + #include #include