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.
29 lines
719 B
29 lines
719 B
|
23 years ago
|
--- common/os.h.orig Thu Feb 3 18:57:00 2000
|
||
|
|
+++ common/os.h Tue Oct 16 17:56:26 2001
|
||
|
|
@@ -744,7 +744,7 @@
|
||
|
|
0, 0, 0, 0, 0};
|
||
|
|
# endif
|
||
|
|
|
||
|
|
-# define IRCDCONF_DELIMITER '%'
|
||
|
|
+# define IRCDCONF_DELIMITER ';'
|
||
|
|
|
||
|
|
#else
|
||
|
|
# define AFINET AF_INET
|
||
|
|
@@ -757,5 +757,5 @@
|
||
|
|
# define IN_ADDR in_addr
|
||
|
|
|
||
|
|
# define WHOSTENTP(x) (x)
|
||
|
|
-# define IRCDCONF_DELIMITER ':'
|
||
|
|
+# define IRCDCONF_DELIMITER ';'
|
||
|
|
#endif
|
||
|
|
--- support/configure Tue Jan 14 12:20:16 2003
|
||
|
|
+++ support/configure Tue Jan 14 12:29:41 2003
|
||
|
|
@@ -1308,7 +1308,6 @@
|
||
|
|
|
||
|
|
if echo "$irc_cv_solaris_2" | egrep "^2\.(0|1|2)" >/dev/null; then
|
||
|
|
cat >> confdefs.h <<\EOF
|
||
|
|
-#define SOLARIS_2_0_2_1_2_2 1
|
||
|
|
EOF
|
||
|
|
|
||
|
|
elif echo "$irc_cv_solaris_2" | grep "^2\.3" >/dev/null; then
|