diff options
author | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 22:16:19 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 1998-11-20 22:16:19 +0000 |
commit | 09283e8ffa39e2cb5c14b587c6bf540ac01e3c78 (patch) | |
tree | 8e8edb1dcd8e2378a14d6ee4af065cb58966d190 | |
parent | 9d290b78f452806710b9283a340e2ff40f88a2d6 (diff) | |
download | fetchmail-09283e8ffa39e2cb5c14b587c6bf540ac01e3c78.tar.gz fetchmail-09283e8ffa39e2cb5c14b587c6bf540ac01e3c78.tar.bz2 fetchmail-09283e8ffa39e2cb5c14b587c6bf540ac01e3c78.zip |
Deckare default ports for the INET6 world.
svn path=/trunk/; revision=2193
-rw-r--r-- | fetchmail.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fetchmail.h b/fetchmail.h index d40f25da..64aee240 100644 --- a/fetchmail.h +++ b/fetchmail.h @@ -17,8 +17,10 @@ #define P_ETRN 9 #if INET6 +#define SMTP_PORT "smtp" #define KPOP_PORT "kpop" #else /* INET6 */ +#define SMTP_PORT 25 #define KPOP_PORT 1109 #endif /* INET6 */ |