Mercurial > hg > octave-jordi > gnulib-hg
comparison lib/sysexits_.h @ 8998:442682a45bcd
* m4/fchdir.m4 (gl_FUNC_FCHDIR): Likewise.
* m4/iconv_h.m4 (gl_ICONV_H): Likewise.
* m4/locale_h.m4 (gl_LOCALE_H): Likewise.
* m4/netinet_in_h.m4 (gl_HEADER_NETINET_IN): Likewise.
* m4/sys_select_h.m4 (gl_HEADER_SYS_SELECT): Likewise.
* m4/sys_socket_h.m4 (gl_HEADER_SYS_SOCKET): Likewise.
* m4/sysexits.m4 (gl_SYSEXITS): Likewise.
SCALAR(0x828a248)
* lib/dirent_.h: Likewise.
* lib/iconv_.h: Likewise.
* lib/locale_.h: Likewise.
* lib/netinet_in_.h: Likewise.
* lib/sys_select_.h: Likewise.
* lib/sys_socket_.h: Likewise.
* lib/sysexits_.h: Likewise.
* modules/fchdir: Likewise.
* modules/iconv_open: Likewise.
* modules/locale: Likewise.
* modules/netinet_in: Likewise.
* modules/sys_select: Likewise.
* modules/sys_socket: Likewise.
* modules/sysexits: Likewise.
author | Paul Eggert <eggert@cs.ucla.edu> |
---|---|
date | Thu, 21 Jun 2007 17:08:44 +0000 |
parents | eb07e44564a4 |
children |
comparison
equal
deleted
inserted
replaced
8997:18fe165413a7 | 8998:442682a45bcd |
---|---|
28 # include <unistd.h> | 28 # include <unistd.h> |
29 # undef EX_OK | 29 # undef EX_OK |
30 # endif | 30 # endif |
31 | 31 |
32 /* The include_next requires a split double-inclusion guard. */ | 32 /* The include_next requires a split double-inclusion guard. */ |
33 # if @HAVE_INCLUDE_NEXT@ | 33 # @INCLUDE_NEXT@ @NEXT_SYSEXITS_H@ |
34 # include_next <sysexits.h> | |
35 # else | |
36 # include @ABSOLUTE_SYSEXITS_H@ | |
37 # endif | |
38 | 34 |
39 /* HP-UX 11 <sysexits.h> ends at EX_NOPERM. */ | 35 /* HP-UX 11 <sysexits.h> ends at EX_NOPERM. */ |
40 # ifndef EX_CONFIG | 36 # ifndef EX_CONFIG |
41 # define EX_CONFIG 78 | 37 # define EX_CONFIG 78 |
42 # endif | 38 # endif |