// This file is part of UNItopia Mudlib.
// ----------------------------------------------------------------
// File:	/sys/errno.h
// Description:	Defines fuer System-Fehler (fuer ERQ und aehnliches)
// Author:	Freaky
//
// $Log: errno.h,v $
// Revision 1.2  2001/03/14 20:32:37  freaky
// CVS-log eingebaut.
//

#ifndef ERRNO_H
#define ERRNO_H 1

#define EHOSTUNREACH	113
#define ENETUNREACH	101
#define ECONNREFUSED	3

#endif // ERRNO_H

