diff options
Diffstat (limited to 'mail/exim/files/patch-src_globals.h')
-rw-r--r-- | mail/exim/files/patch-src_globals.h | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/mail/exim/files/patch-src_globals.h b/mail/exim/files/patch-src_globals.h deleted file mode 100644 index 07857d01ffd3..000000000000 --- a/mail/exim/files/patch-src_globals.h +++ /dev/null @@ -1,16 +0,0 @@ - -$FreeBSD$ - ---- src/globals.h.orig -+++ src/globals.h -@@ -659,9 +659,7 @@ - extern BOOL split_spool_directory; /* TRUE to use multiple subdirs */ - extern uschar *spool_directory; /* Name of spool directory */ - #ifdef EXPERIMENTAL_SRS --extern uschar *srs_config; /* SRS config secret:max age:hash length:use timestamp:use hash */ --extern uschar *srs_db_address; /* SRS db address */ --extern uschar *srs_db_key; /* SRS db key */ -+extern BOOL srs_alwaysrewrite; /* Rewrite for all domains */ - extern int srs_hashlength; /* SRS hash length */ - extern int srs_hashmin; /* SRS minimum hash length */ - extern int srs_maxage; /* SRS max age */ |