From 18ce6f0c60f1125c5344d9fd8e90e5ea2941bf01 Mon Sep 17 00:00:00 2001 From: Vsevolod Stakhov Date: Wed, 23 Jun 2010 14:45:33 +0400 Subject: * Fix compatibility issues --- src/main.h | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'src/main.h') diff --git a/src/main.h b/src/main.h index 4b407d705..233fd6159 100644 --- a/src/main.h +++ b/src/main.h @@ -39,18 +39,6 @@ #define CR '\r' #define LF '\n' -/** - * Process type: main or worker - */ -enum process_type { - TYPE_MAIN, - TYPE_WORKER, - TYPE_CONTROLLER, - TYPE_LMTP, - TYPE_SMTP, - TYPE_FUZZY, - TYPE_GREYLIST -}; /** -- cgit v1.2.3