Remove vestigal NOTIFY_BITCHX_COM defines

This commit is contained in:
Kevin Easton
2015-06-12 16:15:32 +10:00
parent 6dbc712046
commit 6ba8dc7426
2 changed files with 0 additions and 5 deletions

View File

@@ -196,7 +196,6 @@ Configure compile_default[] = {
{ "Mode Compression", "Code for performing mode compression on mass mode changes", "COMPRESS_MODES", ON, BOOL_TYPE, NULL}, { "Mode Compression", "Code for performing mode compression on mass mode changes", "COMPRESS_MODES", ON, BOOL_TYPE, NULL},
{ "MAX # of urls in list", "Max Number of URLS to save in memory", "DEFAULT_MAX_URLS", 30, INT_TYPE, edit_dir }, { "MAX # of urls in list", "Max Number of URLS to save in memory", "DEFAULT_MAX_URLS", 30, INT_TYPE, edit_dir },
{ "ChatNet Support", "Support chatnet\'s numeric 310", "WANT_CHATNET", OFF,BOOL_TYPE, NULL}, { "ChatNet Support", "Support chatnet\'s numeric 310", "WANT_CHATNET", OFF,BOOL_TYPE, NULL},
{ "Notify BitchX.com", "Notify BitchX.com of our version", "SHOULD_NOTIFY_BITCHX_COM", ON, BOOL_TYPE, NULL},
{ "Want Userlist", "", "WANT_USERLIST", ON, BOOL_TYPE, NULL }, { "Want Userlist", "", "WANT_USERLIST", ON, BOOL_TYPE, NULL },
{ NULL, NULL, NULL, 0, 0, NULL } { NULL, NULL, NULL, 0, 0, NULL }
}; };

View File

@@ -649,10 +649,6 @@
#undef WANT_CHATNET /* define just for codelogic */ #undef WANT_CHATNET /* define just for codelogic */
#endif #endif
#if defined(_USE_LOCAL_CONFIG) && !defined(SHOULD_NOTIFY_BITCHX_COM)
#undef WANT_NOTIFY_BITCHX_COM
#endif
#undef PARANOID /* #define this if your paranoid about dcc hijacking */ #undef PARANOID /* #define this if your paranoid about dcc hijacking */
/* new epic stuff */ /* new epic stuff */