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
|
## Process this file with automake to produce Makefile.in
include $(top_srcdir)/build-misc/common.mk
noinst_HEADERS = ircd.h \
blalloc.h \
caps.h \
channel.h \
class.h \
client.h \
common.h \
config.h \
config.h.debian \
config.h.dist \
config.h.fn \
config.h.fn-small \
config.h.fn-large \
config.h.fn-include \
dbuf.h \
dline_conf.h \
dump.h \
fdlist.h \
fileio.h \
flud.h \
hash.h \
irc_string.h \
ircd_defs.h \
ircd_signal.h \
list.h \
listener.h \
m_commands.h \
m_info.h \
m_kline.h \
md5.h \
md5crypt.h \
motd.h \
msg.h \
mtrie_conf.h \
numeric.h \
packet.h \
parse.h \
patchlevel.h \
paths.h \
res.h \
restart.h \
s_auth.h \
s_bsd.h \
s_conf.h \
s_cr.h \
s_debug.h \
s_log.h \
s_misc.h \
s_serv.h \
s_stats.h \
s_user.h \
s_zip.h \
scache.h \
send.h \
sprintf_irc.h \
struct.h \
umodes.h \
whowas.h \
varparse.h
|