From cc83231b9483a0938632caf41b4d7fbf6490a5cd Mon Sep 17 00:00:00 2001 From: brain Date: Tue, 1 Aug 2006 22:22:02 +0000 Subject: Remove X_ESTAB_CLASSDNS, X_ESTAB_DNS now does the job of this (i TOLD w00t and om i was removing this eventually, and now i did :p) git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4625 e03df62e-2008-0410-955e-edbf42e46eb7 --- include/socketengine.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'include/socketengine.h') diff --git a/include/socketengine.h b/include/socketengine.h index c3e6e2498..a788618a2 100644 --- a/include/socketengine.h +++ b/include/socketengine.h @@ -35,13 +35,12 @@ const char X_LISTEN = 1; const char X_ESTAB_CLIENT = 2; const char X_ESTAB_MODULE = 3; const char X_ESTAB_DNS = 4; -const char X_ESTAB_CLASSDNS = 5; /** * To indicate that a socket is readable, we * mask its top bit with this X_READBIT value. * The socket engine can handle two types of - * socket, readable and writeable (error sockets + * socket, readable and writeable (;error sockets * are dealt with when read() and write() return * negative or zero values). */ -- cgit v1.2.3