X-Git-Url: http://ftp.carnet.hr/carnet-debian/scm?p=ossec-hids.git;a=blobdiff_plain;f=src%2Fos_net%2Fos_err.h;fp=src%2Fos_net%2Fos_err.h;h=0000000000000000000000000000000000000000;hp=78fcb925fcdfe112a1bf688276332b0e4ec9faf0;hb=3f728675941dc69d4e544d3a880a56240a6e394a;hpb=927951d1c1ad45ba9e7325f07d996154a91c911b diff --git a/src/os_net/os_err.h b/src/os_net/os_err.h deleted file mode 100755 index 78fcb92..0000000 --- a/src/os_net/os_err.h +++ /dev/null @@ -1,36 +0,0 @@ -/* @(#) $Id: ./src/os_net/os_err.h, 2011/09/08 dcid Exp $ - */ - -/* Copyright (C) 2009 Trend Micro Inc. - * All right reserved. - * - * This program is a free software; you can redistribute it - * and/or modify it under the terms of the GNU General Public - * License (version 2) as published by the FSF - Free Software - * Foundation - */ - -/* Basic err codes - * - */ - -#ifndef __OS_ERR /* Definition of the __OS_ERR */ -#define __OS_ERR - -#define OS_SUCCESS 0 /* Success */ -#define OS_INVALID -1 /* Invalid entry */ -#define OS_NOTFOUND -2 /* Entry not found */ -#define OS_FILERR -3 /* Error in the file */ -#define OS_SIZELIM -4 /* Size limit problem */ -#define OS_CFGERR -5 /* Configuration error */ -#define OS_SOCKTERR -6 /* Socket error */ -#define OS_MISVALUE -7 /* There are values missing */ -#define OS_CONNERR -8 /* Connection failed */ -#define OS_UNDEF -9 /* Uknown error */ -#define OS_MEMERR -10 /* Memory Error */ -#define OS_SOCKBUSY -11 /* Busy socket -- try again */ - -#define OS_ENDFILE -20 /* End of file */ -#define OS_FINISH -21 /* Finished this task */ - -#endif /* __OS_ERR */