ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/ermyth/include/atheme.h
Revision: 1.3
Committed: Wed Jul 25 01:05:17 2007 UTC (16 years, 10 months ago) by pippijn
Content type: text/plain
Branch: MAIN
Changes since 1.2: +2 -1 lines
Log Message:
- moved to GPL
- added license information to files

File Contents

# User Rev Content
1 pippijn 1.1 /*
2     * Copyright © 2003-2004 E. Will et al.
3 pippijn 1.2 * Rights to this code are documented in doc/pod/license.pod.
4 pippijn 1.1 *
5     * Includes most headers usually needed.
6     *
7 pippijn 1.3 * $Id: atheme.h,v 1.2 2007-07-21 01:29:07 pippijn Exp $
8 pippijn 1.1 */
9    
10     #ifndef ATHEME_H
11     #define ATHEME_H
12    
13     #define E extern
14     #define DLE
15    
16     #include "sysconf.h"
17     #include "stdinc.h"
18     #include "svsconfig.h"
19     #include "i18n.h"
20     #include "forwards.h"
21     #include "common.h"
22     #include "dlink.h"
23     #include "object.h"
24     #include "event.h"
25     #include "balloc.h"
26     #include "connection.h"
27     #include "hook.h"
28     #include "linker.h"
29     #include "atheme_string.h"
30 pippijn 1.3 #include "common/string.h"
31 pippijn 1.1 #include "atheme_memory.h"
32     #include "dictionary.h"
33     #include "table.h"
34     #include "servers.h"
35     #include "channels.h"
36     #include "module.h"
37     #include "crypto.h"
38     #include "md5.h"
39     #include "sasl.h"
40     #include "match.h"
41     #include "sysconf.h"
42     #include "account.h"
43     #include "tools.h"
44     #include "confparse.h"
45     #include "global.h"
46     #include "flags.h"
47     #include "phandler.h"
48     #include "servtree.h"
49     #include "services.h"
50     #include "commandtree.h"
51     #include "users.h"
52     #include "sourceinfo.h"
53     #include "symbolmatrix.h"
54    
55     #endif /* ATHEME_H */