diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-04 13:32:51 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-06-04 13:32:51 -0400 |
commit | 080f88a781524b40f3e5de4b10c8f22b0e7b87e4 (patch) | |
tree | 2715c0525f6510412c646a3d6f16b61048998452 /src/LYMail.h | |
parent | b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7 (diff) | |
download | lynx-snapshots-080f88a781524b40f3e5de4b10c8f22b0e7b87e4.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8j
Diffstat (limited to 'src/LYMail.h')
-rw-r--r-- | src/LYMail.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/LYMail.h b/src/LYMail.h index fb1df6a1..f75f686b 100644 --- a/src/LYMail.h +++ b/src/LYMail.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYMail.h,v 1.16 2011/05/27 23:18:26 tom Exp $ + * $LynxId: LYMail.h,v 1.17 2011/06/02 10:37:23 tom Exp $ */ #ifndef LYMAIL_H #define LYMAIL_H @@ -17,8 +17,8 @@ extern "C" { #define USE_BLAT_MAILER 1 #endif -#ifndef USE_ALTBLAT_MAILER -#define USE_ALTBLAT_MAILER 0 +#ifndef USE_ALT_BLAT_MAILER +#define USE_ALT_BLAT_MAILER 0 #endif #ifndef USE_BLAT_MAILER |