diff options
Diffstat (limited to 'mail/spamguard/files/patch-config.h.in')
-rw-r--r-- | mail/spamguard/files/patch-config.h.in | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/mail/spamguard/files/patch-config.h.in b/mail/spamguard/files/patch-config.h.in new file mode 100644 index 000000000000..12c67ae2ffcb --- /dev/null +++ b/mail/spamguard/files/patch-config.h.in @@ -0,0 +1,19 @@ +--- config.h.in.orig 2007-05-08 06:59:20 UTC ++++ config.h.in +@@ -78,6 +78,9 @@ + /* Define to the one symbol short name of this package. */ + #undef PACKAGE_TARNAME + ++/* Define to the home page for this package. */ ++#undef PACKAGE_URL ++ + /* Define to the version of this package. */ + #undef PACKAGE_VERSION + +@@ -90,5 +93,5 @@ + /* Define to rpl_malloc if the replacement function should be used. */ + #undef malloc + +-/* Define to `unsigned' if <sys/types.h> does not define. */ ++/* Define to `unsigned int' if <sys/types.h> does not define. */ + #undef size_t |