5a505e6eb9
PR: ports/130983 Submitted by: Mark Starovoytov <mark_sf@kikg.ifmo.ru> (maintainer)
16 lines
385 B
C
16 lines
385 B
C
--- src/dbmail.h.in.orig Sun Jan 25 18:53:26 2009
|
|
+++ src/dbmail.h.in Sun Jan 25 18:53:12 2009
|
|
@@ -72,6 +72,13 @@
|
|
#include <time.h>
|
|
#include <termios.h>
|
|
#include <unistd.h>
|
|
+#undef PACKAGE
|
|
+#undef PACKAGE_BUGREPORT
|
|
+#undef PACKAGE_NAME
|
|
+#undef PACKAGE_STRING
|
|
+#undef PACKAGE_TARNAME
|
|
+#undef PACKAGE_VERSION
|
|
+#undef VERSION
|
|
#include <mhash.h>
|
|
#include <event.h>
|
|
#include <math.h>
|