/*
 * internal include file for com_err package
 */
#include "mit-sipb-copyright.h"
#ifndef __STDC__
#undef const
#define const
#endif

extern int errno;
#ifndef __GNU_LIBRARY__
extern char const * const sys_errlist[];
extern const int sys_nerr;
#endif
