diff options
Diffstat (limited to 'include/config.h')
-rw-r--r-- | include/config.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/include/config.h b/include/config.h index dae9d243..dc000630 100644 --- a/include/config.h +++ b/include/config.h @@ -90,6 +90,10 @@ #define BN_JUNK "junk" #endif +#ifndef BN_UNANONYMOUS +#define BN_UNANONYMOUS "UnAnonymous" +#endif + /* Environment */ #ifndef RELAY_SERVER_IP /* ±H¯¸¥~«Hªº mail server */ #define RELAY_SERVER_IP "127.0.0.1" |