Blame gl/netinet_in.in.h

Packit 549fdc
/* Substitute for <netinet/in.h>.
Packit 549fdc
   Copyright (C) 2007-2016 Free Software Foundation, Inc.
Packit 549fdc
Packit 549fdc
   This program is free software; you can redistribute it and/or modify
Packit 549fdc
   it under the terms of the GNU Lesser General Public License as published by
Packit 549fdc
   the Free Software Foundation; either version 2.1, or (at your option)
Packit 549fdc
   any later version.
Packit 549fdc
Packit 549fdc
   This program is distributed in the hope that it will be useful,
Packit 549fdc
   but WITHOUT ANY WARRANTY; without even the implied warranty of
Packit 549fdc
   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
Packit 549fdc
   GNU Lesser General Public License for more details.
Packit 549fdc
Packit 549fdc
   You should have received a copy of the GNU Lesser General Public License
Packit 549fdc
   along with this program; if not, see <http://www.gnu.org/licenses/>.  */
Packit 549fdc
Packit 549fdc
#ifndef _@GUARD_PREFIX@_NETINET_IN_H
Packit 549fdc
Packit 549fdc
#if __GNUC__ >= 3
Packit 549fdc
@PRAGMA_SYSTEM_HEADER@
Packit 549fdc
#endif
Packit 549fdc
@PRAGMA_COLUMNS@
Packit 549fdc
Packit 549fdc
#if @HAVE_NETINET_IN_H@
Packit 549fdc
Packit 549fdc
/* On many platforms, <netinet/in.h> assumes prior inclusion of
Packit 549fdc
   <sys/types.h>.  */
Packit 549fdc
# include <sys/types.h>
Packit 549fdc
Packit 549fdc
/* The include_next requires a split double-inclusion guard.  */
Packit 549fdc
# @INCLUDE_NEXT@ @NEXT_NETINET_IN_H@
Packit 549fdc
Packit 549fdc
#endif
Packit 549fdc
Packit 549fdc
#ifndef _@GUARD_PREFIX@_NETINET_IN_H
Packit 549fdc
#define _@GUARD_PREFIX@_NETINET_IN_H
Packit 549fdc
Packit 549fdc
#if !@HAVE_NETINET_IN_H@
Packit 549fdc
Packit 549fdc
/* A platform that lacks <netinet/in.h>.  */
Packit 549fdc
Packit 549fdc
# include <sys/socket.h>
Packit 549fdc
Packit 549fdc
#endif
Packit 549fdc
Packit 549fdc
#endif /* _@GUARD_PREFIX@_NETINET_IN_H */
Packit 549fdc
#endif /* _@GUARD_PREFIX@_NETINET_IN_H */