connection.h (xinetd-2.3.15) | : | connection.h (xinetd-2.3.15.4.tar.xz) | ||
---|---|---|---|---|
skipping to change at line 12 | skipping to change at line 12 | |||
* (c) Copyright 1992 by Panagiotis Tsirigotis | * (c) Copyright 1992 by Panagiotis Tsirigotis | |||
* (c) Sections Copyright 1998-2001 by Rob Braun | * (c) Sections Copyright 1998-2001 by Rob Braun | |||
* All rights reserved. The file named COPYRIGHT specifies the terms | * All rights reserved. The file named COPYRIGHT specifies the terms | |||
* and conditions for redistribution. | * and conditions for redistribution. | |||
*/ | */ | |||
#ifndef CONNECTION_H | #ifndef CONNECTION_H | |||
#define CONNECTION_H | #define CONNECTION_H | |||
/* | /* | |||
* $Id: connection.h,v 1.4 2003-06-23 13:46:37 steveg Exp $ | * $Id$ | |||
*/ | */ | |||
#include "config.h" | #include "config.h" | |||
#include <sys/types.h> | #include <sys/types.h> | |||
#include <netinet/in.h> | #include <netinet/in.h> | |||
#if defined( HAVE_ARPA_INET_H ) | ||||
#include <arpa/inet.h> | #include <arpa/inet.h> | |||
#endif | ||||
#include <string.h> | #include <string.h> | |||
#include "mask.h" | #include "mask.h" | |||
#include "service.h" | #include "service.h" | |||
#include "defs.h" | #include "defs.h" | |||
#include "msg.h" | #include "msg.h" | |||
#include "sio.h" | #include "sio.h" | |||
#ifndef IN6_IS_ADDR_V4MAPPED | #ifndef IN6_IS_ADDR_V4MAPPED | |||
#define IN6_IS_ADDR_V4MAPPED(a) \ | #define IN6_IS_ADDR_V4MAPPED(a) \ | |||
End of changes. 3 change blocks. | ||||
3 lines changed or deleted | 1 lines changed or added |