Update of /cvsroot/irc-dev/ipv6/include
In directory usw-pr-cvs1:/tmp/cvs-serv13639/include
Modified Files:
inet.h patchlevel.h
Log Message:
INET6.4
Index: inet.h
===================================================================
RCS file: /cvsroot/irc-dev/ipv6/include/inet.h,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -d -r1.3 -r1.4
--- inet.h 12 Sep 2002 19:18:59 -0000 1.3
+++ inet.h 14 Sep 2002 14:42:04 -0000 1.4
@@ -26,6 +26,10 @@
#include <netinet/in.h>
#include <sys/socket.h>
+
+/*
+ * Macros y estructuras IPv4
+ */
#define AFINET AF_INET
#define SOCKADDR_IN sockaddr_in
#define SOCKADDR sockaddr
@@ -35,6 +39,8 @@
#define S_ADDR s_addr
#define IN_ADDR in_addr
+/* Delimitador de campos de las lineas del ircd.conf */
+#define IRCDCONF_DELIMITER ':'
#ifndef INADDR_NONE
#define INADDR_NONE 0xffffffff
Index: patchlevel.h
===================================================================
RCS file: /cvsroot/irc-dev/ipv6/include/patchlevel.h,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -d -r1.4 -r1.5
--- patchlevel.h 12 Sep 2002 19:10:27 -0000 1.4
+++ patchlevel.h 14 Sep 2002 14:42:05 -0000 1.5
@@ -49,7 +49,7 @@
\
\
\
- "+INET6.3"
+ "+INET6.4"
/*
* Deliberate empty lines
|