blob: 64bc073bdad5294ffeb28f6f23f53865b98ded60 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
--- support/config.h.dist.orig 2004-07-07 17:31:29.000000000 +0300
+++ support/config.h.dist 2004-11-10 07:36:58.000000000 +0200
@@ -57,7 +57,7 @@
* russian nicks and channels, channel mode +z (latin nicks only) etc
*/
#define RUSNET_IRCD
-#define NETWORKNAME "RusNet"
+#define NETWORKNAME @IRC_NETNAME@
/* define if you don't want fun made with /connnect's */
#define NOWALLOPS_TO_USERS
@@ -446,13 +446,8 @@
* define IRC_UID to that UID. This should only be defined if you are running
* as root and even then perhaps not.
*/
-#undef IRC_UID
-#undef IRC_GID
-
-#ifdef notdef
-#define IRC_UID 65534 /* eg for what to do to enable this feature */
-#define IRC_GID 65534
-#endif
+#define IRC_UID @IRC_UID@
+#define IRC_GID @IRC_GID@
/*
* CLIENT_FLOOD
|