fpurge: Improve configure test.
[gnulib.git] / doc / glibc-headers / sysexits.texi
blobb3cbbc80c7b47ef6b9857cdcd76cc0696c411dab
1 @node sysexits.h
2 @section @file{sysexits.h}
4 Defines the @code{EX_*} macros, including @code{EX_OK}.
6 Gnulib module: sysexits
7 @mindex sysexits
9 Portability problems fixed by Gnulib:
10 @itemize
11 @item
12 This header file is missing on some platforms:
13 mingw, MSVC 14.
14 @item
15 This header file defines no @code{EX_*} macros if @code{_BSD_SOURCE} is not
16 defined on some platforms:
17 Haiku.
18 @item
19 The macro @code{EX_CONFIG} is missing on some platforms:
20 HP-UX 11.
21 @end itemize
23 Portability problems not fixed by Gnulib:
24 @itemize
25 @end itemize