View | Details | Raw Unified | Return to bug 70249
Collapse All | Expand All

(-)files/patch-aq (-3 / +12 lines)
Lines 1-6 Link Here
1
--- include/config.h.old	Wed Mar 14 11:20:48 2001
1
--- include/config.h.old	Wed Mar 14 11:20:48 2001
2
+++ include/config.h	Wed Mar 14 11:23:51 2001
2
+++ include/config.h	Wed Mar 14 11:23:51 2001
3
@@ -468,7 +468,7 @@
3
@@ -225,7 +225,7 @@
4
  * in the client. defining this variable to 1 allows that happen. It also
5
  * adds a HEBREW_TOGGLE variable which can turn this feature on/off
6
  */
7
-#undef WANT_HEBREW
8
+#define WANT_HEBREW
9
 
10
 /* if you use cidentd the filename is called .authlie instead of .noident.
11
  * as well some modifications to the format of the file were made. So we 
12
@@ -449,7 +449,7 @@
4
 #define DEFAULT_FTP_GRAB OFF
13
 #define DEFAULT_FTP_GRAB OFF
5
 #define DEFAULT_HTTP_GRAB OFF
14
 #define DEFAULT_HTTP_GRAB OFF
6
 #define DEFAULT_HELP_WINDOW OFF
15
 #define DEFAULT_HELP_WINDOW OFF
Lines 9-15 Link Here
9
 #define DEFAULT_NICK_COMPLETION_LEN 2
18
 #define DEFAULT_NICK_COMPLETION_LEN 2
10
 #define DEFAULT_NICK_COMPLETION_TYPE 0  /* 0 1 2 */
19
 #define DEFAULT_NICK_COMPLETION_TYPE 0  /* 0 1 2 */
11
 #define DEFAULT_NOTIFY ON
20
 #define DEFAULT_NOTIFY ON
12
@@ -498,9 +498,9 @@
21
@@ -480,9 +480,9 @@
13
 #define DEFAULT_AINV 0
22
 #define DEFAULT_AINV 0
14
 #define DEFAULT_ANNOY_KICK OFF
23
 #define DEFAULT_ANNOY_KICK OFF
15
 #define DEFAULT_AOP_VAR OFF
24
 #define DEFAULT_AOP_VAR OFF
Lines 22-28 Link Here
22
 #define DEFAULT_DEOPFLOOD ON
31
 #define DEFAULT_DEOPFLOOD ON
23
 #if defined(__EMXPM__) || defined(WIN32)
32
 #if defined(__EMXPM__) || defined(WIN32)
24
 #define DEFAULT_CODEPAGE 437
33
 #define DEFAULT_CODEPAGE 437
25
@@ -702,7 +702,7 @@
34
@@ -684,7 +684,7 @@
26
 #endif
35
 #endif
27
 
36
 
28
 #undef PARANOID		/* #define this if your paranoid about dcc hijacking */
37
 #undef PARANOID		/* #define this if your paranoid about dcc hijacking */

Return to bug 70249