Go to the documentation of this file.
21 #ifndef XAPIAN_INCLUDED_SAFESYSEXITS_H
22 #define XAPIAN_INCLUDED_SAFESYSEXITS_H
25 # error config.h must be included first in each C++ source file
28 #ifdef HAVE_SYSEXITS_H
29 # include <sysexits.h>
32 #ifndef EX_UNAVAILABLE
33 # define EX_UNAVAILABLE 69
39 # define EX_TEMPFAIL 75