Blame gl/netinet_in.in.h

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