xref: /freebsd/contrib/ntp/sntp/m4/ntp_sysexits.m4 (revision 416ba5c74546f32a993436a99516d35008e9f384)
1*2b15cb3dSCy Schubertdnl ######################################################################
2*2b15cb3dSCy Schubertdnl sysexits.h
3*2b15cb3dSCy SchubertAC_DEFUN([NTP_SYSEXITS_H], [
4*2b15cb3dSCy Schubert
5*2b15cb3dSCy SchubertAC_CHECK_HEADERS([sysexits.h], [],[
6*2b15cb3dSCy SchubertAC_DEFINE([EX_OK], [0], [successful termination])
7*2b15cb3dSCy SchubertAC_DEFINE([EX_SOFTWARE], [70], [internal software error])
8*2b15cb3dSCy Schubert])dnl
9*2b15cb3dSCy Schubert
10*2b15cb3dSCy Schubert])dnl
11*2b15cb3dSCy Schubertdnl ======================================================================
12