summaryrefslogtreecommitdiffstats
path: root/gl/netinet_in.in.h
diff options
context:
space:
mode:
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 */