/usr/include/atheme/atheme.h is in atheme-services 7.2.9-1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 | /*
* Copyright (c) 2003-2004 E. Will et al.
* Rights to this code are documented in doc/LICENSE.
*
* Includes most headers usually needed.
*
*/
#ifndef ATHEME_H
#define ATHEME_H
/* *INDENT-OFF* */
#define E extern
#define DLE
#include "sysconf.h"
#include "stdinc.h"
#include "i18n.h"
#include "common.h"
#include "object.h"
#include "connection.h"
#include "res.h"
#include "hook.h"
#include "hooktypes.h"
#include "atheme_string.h"
#include "atheme_memory.h"
#include "table.h"
#include "servers.h"
#include "channels.h"
#include "module.h"
#include "crypto.h"
#include "culture.h"
#include "base64.h"
#include "md5.h"
#include "sasl.h"
#include "match.h"
#include "sysconf.h"
#include "account.h"
#include "auth.h"
#include "tools.h"
#include "confprocess.h"
#include "global.h"
#include "flags.h"
#include "phandler.h"
#include "commandtree.h"
#include "servtree.h"
#include "services.h"
#include "users.h"
#include "sourceinfo.h"
#include "taint.h"
#include "database_backend.h"
#include "entity.h"
#include "uid.h"
#include "inline/account.h"
#include "inline/channels.h"
#include "inline/connection.h"
#endif /* ATHEME_H */
/* 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
*/
|