| Revision: | 5805 |
| Committed: | Tue Apr 21 21:49:58 2015 UTC (11 years, 4 months ago) by michael |
| File size: | 1942 byte(s) |
| Error occurred while calculating annotation data. | |
| Log Message: | - Removed glines - Added kline_min_cidr, kline_min_cidr6, dline_min_cidr and dline_min_cidr6 configuration options |
| # | Content |
|---|---|
| 1 | AUTOMAKE_OPTIONS = foreign |
| 2 | |
| 3 | bin_PROGRAMS = ircd |
| 4 | |
| 5 | AM_YFLAGS = -d |
| 6 | |
| 7 | AM_CPPFLAGS = $(LTDLINCL) -I$(top_srcdir)/include |
| 8 | ircd_LDFLAGS = -export-dynamic |
| 9 | ircd_LDADD = $(LIBLTDL) |
| 10 | ircd_DEPENDENCIES = $(LTDLDEPS) |
| 11 | |
| 12 | ircd_SOURCES = auth.c \ |
| 13 | channel.c \ |
| 14 | channel_mode.c \ |
| 15 | client.c \ |
| 16 | conf.c \ |
| 17 | conf_class.c \ |
| 18 | conf_db.c \ |
| 19 | conf_pseudo.c \ |
| 20 | conf_parser.y \ |
| 21 | conf_lexer.l \ |
| 22 | dbuf.c \ |
| 23 | event.c \ |
| 24 | fdlist.c \ |
| 25 | getopt.c \ |
| 26 | hash.c \ |
| 27 | hostmask.c \ |
| 28 | ipcache.c \ |
| 29 | irc_string.c \ |
| 30 | ircd.c \ |
| 31 | ircd_signal.c \ |
| 32 | list.c \ |
| 33 | listener.c \ |
| 34 | log.c \ |
| 35 | match.c \ |
| 36 | memory.c \ |
| 37 | mempool.c \ |
| 38 | misc.c \ |
| 39 | modules.c \ |
| 40 | motd.c \ |
| 41 | numeric.c \ |
| 42 | packet.c \ |
| 43 | parse.c \ |
| 44 | patricia.c \ |
| 45 | s_bsd_epoll.c \ |
| 46 | s_bsd_poll.c \ |
| 47 | s_bsd_devpoll.c \ |
| 48 | s_bsd_kqueue.c \ |
| 49 | res.c \ |
| 50 | reslib.c \ |
| 51 | restart.c \ |
| 52 | resv.c \ |
| 53 | rng_mt.c \ |
| 54 | rsa.c \ |
| 55 | s_bsd.c \ |
| 56 | send.c \ |
| 57 | server.c \ |
| 58 | user.c \ |
| 59 | version.c \ |
| 60 | watch.c \ |
| 61 | whowas.c |
| Name | Value |
|---|---|
| svn:eol-style | native |
| svn:keywords | Id Revision |