summaryrefslogtreecommitdiffstats
path: root/gl/netinet_in.in.h
diff options
context:
space:
mode:
authorHolger Weiss <holger@zedat.fu-berlin.de>2013-08-19 21:27:12 (GMT)
committerHolger Weiss <holger@zedat.fu-berlin.de>2013-08-19 21:27:12 (GMT)
commit26fbe7f1e68bb0c96da32491efcf3696fe6c299b (patch)
treec4d95289187a64e9c7517bf73d8208026c3d2fb3 /gl/netinet_in.in.h
parent5f79e3e9f62ca5487d9881973149136ba1d19d3e (diff)
downloadmonitoring-plugins-26fbe7f1e68bb0c96da32491efcf3696fe6c299b.tar.gz
Sync with the latest Gnulib code (6f2d632)
Diffstat (limited to 'gl/netinet_in.in.h')
-rw-r--r--gl/netinet_in.in.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/gl/netinet_in.in.h b/gl/netinet_in.in.h
index 7f0ff42..b456c4f 100644
--- a/gl/netinet_in.in.h
+++ b/gl/netinet_in.in.h
@@ -1,5 +1,5 @@
1/* Substitute for <netinet/in.h>. 1/* Substitute for <netinet/in.h>.
2 Copyright (C) 2007-2010 Free Software Foundation, Inc. 2 Copyright (C) 2007-2013 Free Software Foundation, Inc.
3 3
4 This program is free software; you can redistribute it and/or modify 4 This program is free software; you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by 5 it under the terms of the GNU General Public License as published by
@@ -12,14 +12,14 @@
12 GNU General Public License for more details. 12 GNU General Public License for more details.
13 13
14 You should have received a copy of the GNU General Public License 14 You should have received a copy of the GNU General Public License
15 along with this program; if not, write to the Free Software Foundation, 15 along with this program; if not, see <http://www.gnu.org/licenses/>. */
16 Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */
17 16
18#ifndef _GL_NETINET_IN_H 17#ifndef _@GUARD_PREFIX@_NETINET_IN_H
19 18
20#if __GNUC__ >= 3 19#if __GNUC__ >= 3
21@PRAGMA_SYSTEM_HEADER@ 20@PRAGMA_SYSTEM_HEADER@
22#endif 21#endif
22@PRAGMA_COLUMNS@
23 23
24#if @HAVE_NETINET_IN_H@ 24#if @HAVE_NETINET_IN_H@
25 25
@@ -32,8 +32,8 @@
32 32
33#endif 33#endif
34 34
35#ifndef _GL_NETINET_IN_H 35#ifndef _@GUARD_PREFIX@_NETINET_IN_H
36#define _GL_NETINET_IN_H 36#define _@GUARD_PREFIX@_NETINET_IN_H
37 37
38#if !@HAVE_NETINET_IN_H@ 38#if !@HAVE_NETINET_IN_H@
39 39
@@ -43,5 +43,5 @@
43 43
44#endif 44#endif
45 45
46#endif /* _GL_NETINET_IN_H */ 46#endif /* _@GUARD_PREFIX@_NETINET_IN_H */
47#endif /* _GL_NETINET_IN_H */ 47#endif /* _@GUARD_PREFIX@_NETINET_IN_H */