Blame lib/netinet_in.in.h

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