/* * Copyright © 2003-2004 E. Will et al. * Rights to this code are documented in doc/pod/license.pod. * * Includes most headers usually needed. * * $Id: atheme.h,v 1.2 2007/07/21 01:29:07 pippijn Exp $ */ #ifndef ATHEME_H #define ATHEME_H #define E extern #define DLE #include "sysconf.h" #include "stdinc.h" #include "svsconfig.h" #include "i18n.h" #include "forwards.h" #include "common.h" #include "dlink.h" #include "object.h" #include "event.h" #include "balloc.h" #include "connection.h" #include "hook.h" #include "linker.h" #include "atheme_string.h" #include "atheme_memory.h" #include "dictionary.h" #include "table.h" #include "servers.h" #include "channels.h" #include "module.h" #include "crypto.h" #include "md5.h" #include "sasl.h" #include "match.h" #include "sysconf.h" #include "account.h" #include "tools.h" #include "confparse.h" #include "global.h" #include "flags.h" #include "phandler.h" #include "servtree.h" #include "services.h" #include "commandtree.h" #include "users.h" #include "sourceinfo.h" #include "symbolmatrix.h" #endif /* ATHEME_H */