xref: /onnv-gate/usr/src/lib/gss_mechs/mech_krb5/et/internal.h (revision 7934:6aeeafc994de)
10Sstevel@tonic-gate /*
20Sstevel@tonic-gate  * internal include file for com_err package
30Sstevel@tonic-gate  */
40Sstevel@tonic-gate #include "mit-sipb-copyright.h"
50Sstevel@tonic-gate 
60Sstevel@tonic-gate #include <errno.h>
70Sstevel@tonic-gate 
80Sstevel@tonic-gate #ifndef SYS_ERRLIST_DECLARED
90Sstevel@tonic-gate extern char const * const sys_errlist[];
100Sstevel@tonic-gate extern const int sys_nerr;
110Sstevel@tonic-gate #endif
120Sstevel@tonic-gate 
13*7934SMark.Phalan@Sun.COM #if defined(__STDC__) && !defined(HDR_HAS_PERROR) && !defined(WIN32)
140Sstevel@tonic-gate void perror (const char *);
150Sstevel@tonic-gate #endif
16