diff options
author | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-16 19:50:18 +0300 |
---|---|---|
committer | Vsevolod Stakhov <vsevolod@rambler-co.ru> | 2009-02-16 19:50:18 +0300 |
commit | 0fd2682e113c400af6c43da72543bd75448e5be8 (patch) | |
tree | 9466f2887983571a85f05f1865e9b4990018764e /src/main.h | |
parent | f2774fb0fa223c998492e69d67f1cd3137c30ec6 (diff) | |
download | rspamd-0fd2682e113c400af6c43da72543bd75448e5be8.tar.gz rspamd-0fd2682e113c400af6c43da72543bd75448e5be8.zip |
* Prepare to migrate to cmake (still need to write install target and working with XS implicitly)
* Move all system includes to one file where we detect availability of all that includes
* Fix license misprint
* Fix some issues with perl initializing
Diffstat (limited to 'src/main.h')
-rw-r--r-- | src/main.h | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/src/main.h b/src/main.h index b037ee8cd..e1244d0ba 100644 --- a/src/main.h +++ b/src/main.h @@ -7,23 +7,6 @@ #define RSPAMD_MAIN_H #include "config.h" - -#include <sys/types.h> -#include <sys/socket.h> -#ifndef HAVE_OWN_QUEUE_H -#include <sys/queue.h> -#else -#include "queue.h" -#endif -#include <sys/time.h> - -#include <sys/un.h> -#include <netinet/in.h> -#include <arpa/inet.h> - -#include <signal.h> -#include <event.h> - #include "fstring.h" #include "mem_pool.h" #include "statfile.h" @@ -32,9 +15,6 @@ #include "protocol.h" #include "filter.h" -#include <glib.h> -#include <gmime/gmime.h> - /* Default values */ #define FIXED_CONFIG_FILE "./rspamd.conf" /* Time in seconds to exit for old worker */ |