You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
28 lines
759 B
28 lines
759 B
Index: support/config.h.dist |
|
--- support/config.h.dist.orig 2004-11-02 23:37:19 +0100 |
|
+++ support/config.h.dist 2004-11-03 12:18:55 +0100 |
|
@@ -468,11 +468,7 @@ |
|
/* |
|
** Define delimiter of fields in ircd.conf. |
|
*/ |
|
-#ifdef INET6 |
|
-# define IRCDCONF_DELIMITER '%' |
|
-#else |
|
-# define IRCDCONF_DELIMITER ':' |
|
-#endif |
|
+#define IRCDCONF_DELIMITER ';' |
|
|
|
/* |
|
* Max number of channels a user is allowed to join. |
|
Index: support/configure |
|
--- support/configure.orig 2004-10-21 23:47:46 +0200 |
|
+++ support/configure 2004-11-03 12:27:07 +0100 |
|
@@ -3581,7 +3581,7 @@ |
|
if echo "$irc_cv_solaris_2" | egrep "^2\.(0|1|2)" >/dev/null; then |
|
|
|
cat >>confdefs.h <<\_ACEOF |
|
-#define SOLARIS_2_0_2_1_2_2 1 |
|
+ |
|
_ACEOF |
|
|
|
elif echo "$irc_cv_solaris_2" | grep "^2\.3" >/dev/null; then
|
|
|