diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2011-05-29 00:50:56 -0400 |
commit | b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7 (patch) | |
tree | 3950755fe9c7cbd781812190c434dc03b556cb3a /src/LYMail.h | |
parent | 1ea06981b36d56576eb36799919b5ef74e91021d (diff) | |
download | lynx-snapshots-b7bcd3a01e33e4366e4c7a1b28257d3eed97bbc7.tar.gz |
snapshot of project "lynx", label v2-8-8dev_8i
Diffstat (limited to 'src/LYMail.h')
-rw-r--r-- | src/LYMail.h | 20 |
1 files changed, 6 insertions, 14 deletions
diff --git a/src/LYMail.h b/src/LYMail.h index 96d0fc9f..fb1df6a1 100644 --- a/src/LYMail.h +++ b/src/LYMail.h @@ -1,5 +1,5 @@ /* - * $LynxId: LYMail.h,v 1.15 2011/05/27 09:54:07 tom Exp $ + * $LynxId: LYMail.h,v 1.16 2011/05/27 23:18:26 tom Exp $ */ #ifndef LYMAIL_H #define LYMAIL_H @@ -25,21 +25,13 @@ extern "C" { #define USE_BLAT_MAILER 0 #endif -#ifdef USE_BLAT_MAILER - -#undef SYSTEM_MAIL -#undef SYSTEM_MAIL_FLAGS - -#ifdef USE_ALT_BLAT_MAILER -#define SYSTEM_MAIL ALTBLAT_MAIL -#define SYSTEM_MAIL_FLAGS "" -#else -#define SYSTEM_MAIL BLAT_MAIL -#define SYSTEM_MAIL_FLAGS "" -#define USE_ALT_BLAT_MAILER 0 +#ifndef ALTBLAT_MAIL_FLAGS +#define ALTBLAT_MAIL_FLAGS "" #endif -#endif /* USE_BLAT_MAILER */ +#ifndef BLAT_MAIL_FLAGS +#define BLAT_MAIL_FLAGS "" +#endif #ifdef VMS #define USE_VMS_MAILER 1 |