[IPv6 IRC-DEV] Modulo Hispano-IPv6 ipv6/include inet.h,NONE,1.1 match.h,1.1.1.1,1.2 patchlevel.h,1.1
Brought to you by:
zolty
Update of /cvsroot/irc-dev/ipv6/include In directory usw-pr-cvs1:/tmp/cvs-serv6714/include Modified Files: match.h patchlevel.h res.h s_bsd.h s_conf.h struct.h support.h Added Files: inet.h Log Message: INET6.1 --- NEW FILE: inet.h --- /* * IRC - Internet Relay Chat, include/inet.h * Copyright (C) 2002 IRC-Hispano.org - Zoltan * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation; either version 2, or (at your option) * any later version. * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. * * You should have received a copy of the GNU General Public License * along with this program; if not, write to the Free Software * Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifndef INET_H #define INET_H #include <arpa/inet.h> #include <arpa/nameser.h> #include <netdb.h> #include <netinet/in.h> #include <sys/socket.h> #ifndef INADDR_NONE #define INADDR_NONE 0xffffffff #endif #endif /* INET_H */ Index: match.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/match.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- match.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ match.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -4,9 +4,6 @@ /*============================================================================= * System headers used by this header file */ -#include <sys/socket.h> -#include <netinet/in.h> -#include <arpa/inet.h> /*============================================================================= * Structures Index: patchlevel.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/patchlevel.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- patchlevel.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ patchlevel.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -49,7 +49,7 @@ \ \ \ - "" + "+INET6.1" /* * Deliberate empty lines Index: res.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/res.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- res.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ res.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -1,22 +1,17 @@ #ifndef RES_H #define RES_H -#include <netinet/in.h> -#include <netdb.h> #ifdef HPUX #ifndef h_errno extern int h_errno; #endif #endif +#include "inet.h" #include "list.h" /*============================================================================= * General defines */ - -#ifndef INADDR_NONE -#define INADDR_NONE 0xffffffff -#endif /*============================================================================= * Proto types Index: s_bsd.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/s_bsd.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- s_bsd.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ s_bsd.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -1,7 +1,6 @@ #ifndef S_BSD_H #define S_BSD_H -#include <netdb.h> #include "s_conf.h" /*============================================================================= Index: s_conf.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/s_conf.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- s_conf.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ s_conf.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -1,9 +1,8 @@ #ifndef S_CONF_H #define S_CONF_H +#include "inet.h" #include "list.h" -#include <netinet/in.h> -#include <netdb.h> /*============================================================================= * General defines Index: struct.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/struct.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- struct.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ struct.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -22,7 +22,7 @@ #ifndef STRUCT_H #define STRUCT_H -#include <netinet/in.h> /* Needed for struct in_addr */ +#include "inet.h" /* Needed for struct in_addr */ #include "whowas.h" /* Needed for whowas struct */ #ifndef INCLUDED_dbuf_h Index: support.h =================================================================== RCS file: /cvsroot/irc-dev/ipv6/include/support.h,v retrieving revision 1.1.1.1 retrieving revision 1.2 diff -u -d -r1.1.1.1 -r1.2 --- support.h 11 Sep 2002 10:09:08 -0000 1.1.1.1 +++ support.h 12 Sep 2002 16:38:57 -0000 1.2 @@ -1,7 +1,6 @@ #ifndef SUPPORT_H #define SUPPORT_H -#include <netinet/in.h> /*============================================================================= * Proto types |