diff options
author | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-23 23:15:31 +0800 |
---|---|---|
committer | kcwu <kcwu@63ad8ddf-47c3-0310-b6dd-a9e9d9715204> | 2007-12-23 23:15:31 +0800 |
commit | 77e5b86c115a3708c7776759154668aa7505dc44 (patch) | |
tree | 51c9780b25d96931aa800741ed248429585be57d /include | |
parent | 703195dcf5b37d29f734ebd7e858f14445324f8a (diff) | |
download | pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.gz pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.bz2 pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.lz pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.xz pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.tar.zst pttbbs-77e5b86c115a3708c7776759154668aa7505dc44.zip |
- clean unused code
git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@3732 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r-- | include/config.h | 34 |
1 files changed, 2 insertions, 32 deletions
diff --git a/include/config.h b/include/config.h index 945cea0d..6f461fbf 100644 --- a/include/config.h +++ b/include/config.h @@ -238,32 +238,15 @@ #define NO_WATER_POST /* ����BlahBlah����� */ #define USE_BSMTP /* �ϥ�opus��BSMTP �H���H? */ #define HAVE_ANONYMOUS /* ���� Anonymous �O */ -#undef POSTNOTIFY /* �s�峹�q���\�� */ #define INTERNET_EMAIL /* �䴩 InterNet Email �\��(�t Forward) */ #define HAVE_ORIGIN /* ��� author �Ӧۦ�B */ -#undef HAVE_MAILCLEAN /* �M�z�Ҧ��ϥΪ̭ӤH�H�c */ -#undef HAVE_SUICIDE /* ���ѨϥΪ̦۱��\�� */ -#undef HAVE_REPORT /* �t�ΰl�ܳ��i */ #undef HAVE_INFO /* ��ܵ{���������� */ #undef HAVE_LICENSE /* ��� GNU ���v�e�� */ #define FAST_LOGIN /* Login ���ˬd���ݨϥΪ� */ -#define HAVE_CAL /* ���ѭp��� */ #undef HAVE_REPORT /* �t�ΰl�ܳ��i */ #undef NEWUSER_LIMIT /* �s��W�����T�ѭ��� */ #undef HAVE_X_BOARDS -#define USE_LYNX /* �ϥΥ~��lynx dump ? */ -#undef USE_PROXY -#ifdef USE_PROXY -#define PROXYSERVER "140.112.28.165" -#define PROXYPORT 3128 -#endif -#define LOCAL_PROXY /* �O�_�}��local ��proxy */ -#ifdef LOCAL_PROXY -#define HPROXYDAY 1 /* local��proxy refresh�Ѽ� */ -#endif - -#define SHOWMIND /* �ݨ��߱� */ #define SHOWUID /* �ݨ��ϥΪ� UID */ #define SHOWBOARD /* �ݨ��ϥΪ̬ݪO */ #define SHOWPID /* �ݨ��ϥΪ� PID */ @@ -271,7 +254,6 @@ #define DOTIMEOUT #ifdef DOTIMEOUT #define IDLE_TIMEOUT (43200) /* �@�뱡�p�� timeout (12hr) */ -#define MONITOR_TIMEOUT (20*60) /* monitor �ɤ� timeout */ #define SHOW_IDLE_TIME /* ��ܶ��m�ɶ� */ #endif @@ -279,21 +261,9 @@ #define SEM_LEAVE 1 /* leave semaphore */ #define SEM_RESET 0 /* reset semaphore */ -#define MAGIC_KEY 1234 /* �����{�ҫH��s�X */ - #define SHM_KEY 1228 -#if 0 -#define BRDSHM_KEY 1208 -#define UHASH_KEY 1218 /* userid->uid hash */ -#define UTMPSHM_KEY 2221 -#define PTTSHM_KEY 1220 /* �ʺA�ݪO , �`�� */ -#define FROMSHM_KEY 1223 /* whereis, �̦h�ϥΪ� */ -#endif - -#define BRDSEM_KEY 2005 /* semaphore key */ -#define PTTSEM_KEY 2000 /* semaphore key */ -#define FROMSEM_KEY 2003 /* semaphore key */ -#define PASSWDSEM_KEY 2010 + +#define PASSWDSEM_KEY 2010 /* semaphore key */ #define NEW_CHATPORT 3838 #define CHATPORT 5722 |