summaryrefslogtreecommitdiff
path: root/src/common-setup.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common-setup.h')
-rw-r--r--src/common-setup.h22
1 files changed, 0 insertions, 22 deletions
diff --git a/src/common-setup.h b/src/common-setup.h
deleted file mode 100644
index 9bdd6eeb..00000000
--- a/src/common-setup.h
+++ /dev/null
@@ -1,22 +0,0 @@
-#ifndef __COMMON_SETUP_H
-#define __COMMON_SETUP_H
-
-#define LOG_FILE_CREATE_MODE 0644
-
-/* wait for half an hour before trying to reconnect to host where last
- connection failed */
-#define FAILED_RECONNECT_WAIT (60*30)
-
-/* How often to check if there's anyone to be unignored in autoignore list */
-#define AUTOIGNORE_TIMECHECK 10000
-
-/* How often to check if there's anyone to be unbanned in knockout list */
-#define KNOCKOUT_TIMECHECK 10000
-
-/* How often to check for gone status of nick */
-#define MAX_GONE_REFRESH_TIME 300
-
-/* How long to keep netsplits in memory (seconds) */
-#define NETSPLIT_MAX_REMEMBER (60*30)
-
-#endif