summaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-03 12:30:43 +0800
committerpiaip <piaip@63ad8ddf-47c3-0310-b6dd-a9e9d9715204>2009-10-03 12:30:43 +0800
commit0d342d6474e385db5ca73f5a636c56177926bf3e (patch)
tree7ca06556cee6206be138a7dac3f6a3d08a396dc1 /include
parentc099482dac7f90462952c17fd69a62ba8b70eac6 (diff)
downloadpttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar.gz
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar.bz2
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar.lz
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar.xz
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.tar.zst
pttbbs-0d342d6474e385db5ca73f5a636c56177926bf3e.zip
* remove the FREECLOAK configuration and make it always enabled
* if your own site need such feature, please make it as your local patch. git-svn-id: http://opensvn.csie.org/pttbbs/trunk/pttbbs@4900 63ad8ddf-47c3-0310-b6dd-a9e9d9715204
Diffstat (limited to 'include')
-rw-r--r--include/config.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/include/config.h b/include/config.h
index 7d63e3dd..5175014f 100644
--- a/include/config.h
+++ b/include/config.h
@@ -167,10 +167,6 @@
#define FOREIGN_REG_DAY 30
#endif
-#ifndef HAVE_FREECLOAK
-#define HAVE_FREECLOAK 0
-#endif
-
#ifndef FORCE_PROCESS_REGISTER_FORM
#define FORCE_PROCESS_REGISTER_FORM 0
#endif