Import new gnulib.
This commit is contained in:
parent
93cd84df63
commit
053cfcddf1
255 changed files with 12578 additions and 4948 deletions
|
@ -1,5 +1,5 @@
|
|||
/* exit() exit codes for some BSD system programs.
|
||||
Copyright (C) 2003, 2006-2010 Free Software Foundation, Inc.
|
||||
Copyright (C) 2003, 2006-2013 Free Software Foundation, Inc.
|
||||
|
||||
This program is free software: you can redistribute it and/or modify
|
||||
it under the terms of the GNU General Public License as published by
|
||||
|
@ -16,11 +16,12 @@
|
|||
|
||||
/* Written by Simon Josefsson based on sysexits(3) man page */
|
||||
|
||||
#ifndef _GL_SYSEXITS_H
|
||||
#ifndef _@GUARD_PREFIX@_SYSEXITS_H
|
||||
|
||||
#if __GNUC__ >= 3
|
||||
@PRAGMA_SYSTEM_HEADER@
|
||||
#endif
|
||||
@PRAGMA_COLUMNS@
|
||||
|
||||
#if @HAVE_SYSEXITS_H@
|
||||
|
||||
|
@ -42,8 +43,8 @@
|
|||
|
||||
#endif
|
||||
|
||||
#ifndef _GL_SYSEXITS_H
|
||||
#define _GL_SYSEXITS_H
|
||||
#ifndef _@GUARD_PREFIX@_SYSEXITS_H
|
||||
#define _@GUARD_PREFIX@_SYSEXITS_H
|
||||
|
||||
#if !@HAVE_SYSEXITS_H@
|
||||
|
||||
|
@ -67,5 +68,5 @@
|
|||
|
||||
#endif
|
||||
|
||||
#endif /* _GL_SYSEXITS_H */
|
||||
#endif /* _GL_SYSEXITS_H */
|
||||
#endif /* _@GUARD_PREFIX@_SYSEXITS_H */
|
||||
#endif /* _@GUARD_PREFIX@_SYSEXITS_H */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue