1 /*
2  * Copyright (c) 2003-2004 E. Will et al.
3  * Rights to this code are documented in doc/LICENSE.
4  *
5  * Includes most headers usually needed.
6  *
7  */
8 
9 #ifndef ATHEME_H
10 #define ATHEME_H
11 
12 /* *INDENT-OFF* */
13 
14 #define E extern
15 #define DLE
16 
17 #include "sysconf.h"
18 #include "stdinc.h"
19 #include "i18n.h"
20 #include "common.h"
21 #include "object.h"
22 #include "connection.h"
23 #include "res.h"
24 #include "hook.h"
25 #include "hooktypes.h"
26 #include "atheme_string.h"
27 #include "atheme_memory.h"
28 #include "table.h"
29 #include "servers.h"
30 #include "channels.h"
31 #include "module.h"
32 #include "crypto.h"
33 #include "culture.h"
34 #include "base64.h"
35 #include "md5.h"
36 #include "sasl.h"
37 #include "match.h"
38 #include "sysconf.h"
39 #include "account.h"
40 #include "auth.h"
41 #include "tools.h"
42 #include "confprocess.h"
43 #include "global.h"
44 #include "flags.h"
45 #include "phandler.h"
46 #include "commandtree.h"
47 #include "servtree.h"
48 #include "services.h"
49 #include "users.h"
50 #include "sourceinfo.h"
51 #include "taint.h"
52 #include "database_backend.h"
53 #include "entity.h"
54 #include "uid.h"
55 
56 #include "inline/account.h"
57 #include "inline/channels.h"
58 #include "inline/connection.h"
59 
60 #endif /* ATHEME_H */
61 
62 /* vim:cinoptions=>s,e0,n0,f0,{0,}0,^0,=s,ps,t0,c3,+s,(2s,us,)20,*30,gs,hs ts=8 sw=8 noexpandtab
63  */
64