X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=lib%2Fsysexits.in.h;h=45255dfa53cfc8316bf750927e5e84f37fc62703;hb=9d3af100c7a626ed2b501fb7d0a97936f72ce9ac;hp=14b0b364d960d96775564029a20d498d00cbaab2;hpb=c2318e88599d84748f3537b54646913f0af0eb20;p=gnulib.git diff --git a/lib/sysexits.in.h b/lib/sysexits.in.h index 14b0b364d..45255dfa5 100644 --- a/lib/sysexits.in.h +++ b/lib/sysexits.in.h @@ -1,5 +1,5 @@ /* exit() exit codes for some BSD system programs. - Copyright (C) 2003, 2006-2008 Free Software Foundation, Inc. + Copyright (C) 2003, 2006-2010 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 @@ -18,9 +18,11 @@ #ifndef _GL_SYSEXITS_H -#if @HAVE_SYSEXITS_H@ - +#if __GNUC__ >= 3 @PRAGMA_SYSTEM_HEADER@ +#endif + +#if @HAVE_SYSEXITS_H@ /* IRIX 6.5 has an that defines a macro EX_OK with a nonzero value. Override it. See