1b5e14a13SCy Schubertdnl ###################################################################### 2b5e14a13SCy Schubertdnl sysexits.h 3b5e14a13SCy SchubertAC_DEFUN([NTP_SYSEXITS_H], [ 4b5e14a13SCy Schubert 5b5e14a13SCy SchubertAC_CHECK_HEADERS([sysexits.h], [],[ 6b5e14a13SCy SchubertAC_DEFINE([EX_OK], [0], [successful termination]) 7b5e14a13SCy SchubertAC_DEFINE([EX_SOFTWARE], [70], [internal software error]) 8b5e14a13SCy Schubert])dnl 9b5e14a13SCy Schubert 10b5e14a13SCy Schubert])dnl 11b5e14a13SCy Schubertdnl ====================================================================== 12