diff options
author | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-20 14:03:22 +0000 |
---|---|---|
committer | Philip Hazel <ph10@hermes.cam.ac.uk> | 2005-10-20 14:03:22 +0000 |
commit | b2f5a03200c914f601bc9d28c6e069316a3b20eb (patch) | |
tree | 06f52040d574abdda963ea292cbae5cd1a082a07 /src | |
parent | 33caadb6ad0253abb12d66bd6f1f26cf08911937 (diff) |
SUPPORT_TRANSLATE_IP_ADDRESS didn't cause any output from -bV.
Diffstat (limited to 'src')
-rw-r--r-- | src/src/exim.c | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/src/exim.c b/src/src/exim.c index f3f303d6d..25b8ff455 100644 --- a/src/src/exim.c +++ b/src/src/exim.c @@ -1,4 +1,4 @@ -/* $Cambridge: exim/src/src/exim.c,v 1.28 2005/09/12 10:08:54 ph10 Exp $ */ +/* $Cambridge: exim/src/src/exim.c,v 1.29 2005/10/20 14:03:22 ph10 Exp $ */ /************************************************* * Exim - an Internet mail transport agent * @@ -861,6 +861,9 @@ fprintf(f, "Support for:"); fprintf(f, " OpenSSL"); #endif #endif +#ifdef SUPPORT_TRANSLATE_IP_ADDRESS + fprintf(f, " translate_ip_address"); +#endif #ifdef WITH_CONTENT_SCAN fprintf(f, " Content_Scanning"); #endif |