diff options
author | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-29 18:58:38 +0000 |
---|---|---|
committer | w00t <w00t@e03df62e-2008-0410-955e-edbf42e46eb7> | 2008-07-29 18:58:38 +0000 |
commit | 6a869d0701bbfe3c7a5e370793adfda4b5b45c65 (patch) | |
tree | 84c665a46adc2ce2be477a8f166c38a4c3f5569c /src | |
parent | f610b723f0b45cf7e4f478f0676ed97c3a23d78c (diff) |
Remove last vestige of libircdfoo, by changing tag into a single identifier marking object as requiring compilation into a .o (minor commit)
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@10076 e03df62e-2008-0410-955e-edbf42e46eb7
Diffstat (limited to 'src')
-rw-r--r-- | src/bancache.cpp | 2 | ||||
-rw-r--r-- | src/base.cpp | 2 | ||||
-rw-r--r-- | src/channelmanager.cpp | 2 | ||||
-rw-r--r-- | src/channels.cpp | 2 | ||||
-rw-r--r-- | src/cidr.cpp | 2 | ||||
-rw-r--r-- | src/command_parse.cpp | 2 | ||||
-rw-r--r-- | src/commands.cpp | 2 | ||||
-rw-r--r-- | src/configreader.cpp | 2 | ||||
-rw-r--r-- | src/cull_list.cpp | 2 | ||||
-rw-r--r-- | src/dns.cpp | 2 | ||||
-rw-r--r-- | src/dynamic.cpp | 2 | ||||
-rw-r--r-- | src/filelogger.cpp | 2 | ||||
-rw-r--r-- | src/hashcomp.cpp | 2 | ||||
-rw-r--r-- | src/helperfuncs.cpp | 2 | ||||
-rw-r--r-- | src/inspsocket.cpp | 2 | ||||
-rw-r--r-- | src/inspstring.cpp | 2 | ||||
-rw-r--r-- | src/logger.cpp | 2 | ||||
-rw-r--r-- | src/mode.cpp | 2 | ||||
-rw-r--r-- | src/modules.cpp | 2 | ||||
-rw-r--r-- | src/server.cpp | 2 | ||||
-rw-r--r-- | src/snomasks.cpp | 2 | ||||
-rw-r--r-- | src/socket.cpp | 2 | ||||
-rw-r--r-- | src/socketengine.cpp | 2 | ||||
-rw-r--r-- | src/testsuite.cpp | 2 | ||||
-rw-r--r-- | src/threadengine.cpp | 2 | ||||
-rw-r--r-- | src/timer.cpp | 2 | ||||
-rw-r--r-- | src/user_resolver.cpp | 2 | ||||
-rw-r--r-- | src/usermanager.cpp | 2 | ||||
-rw-r--r-- | src/userprocess.cpp | 2 | ||||
-rw-r--r-- | src/users.cpp | 2 | ||||
-rw-r--r-- | src/wildcard.cpp | 2 | ||||
-rw-r--r-- | src/xline.cpp | 2 |
32 files changed, 32 insertions, 32 deletions
diff --git a/src/bancache.cpp b/src/bancache.cpp index 052d07cf7..826244b55 100644 --- a/src/bancache.cpp +++ b/src/bancache.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDbancache */ +/* $Core */ #include "inspircd.h" #include "bancache.h" diff --git a/src/base.cpp b/src/base.cpp index 09673eb3e..562b233e7 100644 --- a/src/base.cpp +++ b/src/base.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDbase */ +/* $Core */ #include "inspircd_config.h" #include "base.h" diff --git a/src/channelmanager.cpp b/src/channelmanager.cpp index 17fe4da46..a9312a785 100644 --- a/src/channelmanager.cpp +++ b/src/channelmanager.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDchannelmanager */ +/* $Core */ #include "inspircd.h" diff --git a/src/channels.cpp b/src/channels.cpp index 004acc3f8..9da94b4bf 100644 --- a/src/channels.cpp +++ b/src/channels.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDchannels */ +/* $Core */ #include "inspircd.h" #include <cstdarg> diff --git a/src/cidr.cpp b/src/cidr.cpp index 0fe7c68ca..fb4ab447b 100644 --- a/src/cidr.cpp +++ b/src/cidr.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDcidr */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/command_parse.cpp b/src/command_parse.cpp index 4d03681b6..995ef694b 100644 --- a/src/command_parse.cpp +++ b/src/command_parse.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDcommand_parse */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/commands.cpp b/src/commands.cpp index 382783c71..a9a81f177 100644 --- a/src/commands.cpp +++ b/src/commands.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDcommands */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/configreader.cpp b/src/configreader.cpp index 5ee89af23..2f7a651e6 100644 --- a/src/configreader.cpp +++ b/src/configreader.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDconfigreader */ +/* $Core */ /* $CopyInstall: conf/inspircd.quotes.example $(CONPATH) */ /* $CopyInstall: conf/inspircd.rules.example $(CONPATH) */ /* $CopyInstall: conf/inspircd.motd.example $(CONPATH) */ diff --git a/src/cull_list.cpp b/src/cull_list.cpp index 5c7eb7b42..db07c30ae 100644 --- a/src/cull_list.cpp +++ b/src/cull_list.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDcull_list */ +/* $Core */ #include "inspircd.h" #include "cull_list.h" diff --git a/src/dns.cpp b/src/dns.cpp index a6599bf0a..dea55c6c1 100644 --- a/src/dns.cpp +++ b/src/dns.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDasyncdns */ +/* $Core */ /* dns.cpp - Nonblocking DNS functions. diff --git a/src/dynamic.cpp b/src/dynamic.cpp index b1c84e874..4734c4f63 100644 --- a/src/dynamic.cpp +++ b/src/dynamic.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDdynamic */ +/* $Core */ #include "inspircd.h" #include "dynamic.h" diff --git a/src/filelogger.cpp b/src/filelogger.cpp index fd86e4594..e567e4609 100644 --- a/src/filelogger.cpp +++ b/src/filelogger.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDfilelogger */ +/* $Core */ #include "inspircd.h" #include <fstream> diff --git a/src/hashcomp.cpp b/src/hashcomp.cpp index 18846737f..f98446ba6 100644 --- a/src/hashcomp.cpp +++ b/src/hashcomp.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDhash */ +/* $Core */ #include "inspircd.h" #include "hashcomp.h" diff --git a/src/helperfuncs.cpp b/src/helperfuncs.cpp index 7b23025e0..4a9ca7f19 100644 --- a/src/helperfuncs.cpp +++ b/src/helperfuncs.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDhelper */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/inspsocket.cpp b/src/inspsocket.cpp index c12494503..c096d9076 100644 --- a/src/inspsocket.cpp +++ b/src/inspsocket.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDinspsocket */ +/* $Core */ #include "socket.h" #include "inspstring.h" diff --git a/src/inspstring.cpp b/src/inspstring.cpp index 695b9af6b..5877ffd96 100644 --- a/src/inspstring.cpp +++ b/src/inspstring.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDstring */ +/* $Core */ #include "inspstring.h" diff --git a/src/logger.cpp b/src/logger.cpp index c8d7e8b39..5ad7d98e3 100644 --- a/src/logger.cpp +++ b/src/logger.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDlogger */ +/* $Core */ #include "inspircd.h" diff --git a/src/mode.cpp b/src/mode.cpp index e37e09b3a..a530f2eca 100644 --- a/src/mode.cpp +++ b/src/mode.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDmode */ +/* $Core */ /* $ExtraDeps: $(RELCPPFILES) */ /* $ExtraObjects: modes/modeclasses.a */ /* $ExtraBuild: @${MAKE} -C "modes" DIRNAME="src/modes" CC="$(CC)" $(MAKEARGS) CPPFILES="$(CPPFILES)" */ diff --git a/src/modules.cpp b/src/modules.cpp index 8d6f3f9a1..8061248d2 100644 --- a/src/modules.cpp +++ b/src/modules.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDmodules */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/server.cpp b/src/server.cpp index d583d87c3..a87612449 100644 --- a/src/server.cpp +++ b/src/server.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDserver */ +/* $Core */ #include <signal.h> #include "exitcodes.h" diff --git a/src/snomasks.cpp b/src/snomasks.cpp index 64a331b2e..a29f88aab 100644 --- a/src/snomasks.cpp +++ b/src/snomasks.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDsnomasks */ +/* $Core */ #include "inspircd.h" #include <stdarg.h> diff --git a/src/socket.cpp b/src/socket.cpp index c02345fe9..8a3636ca5 100644 --- a/src/socket.cpp +++ b/src/socket.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDsocket */ +/* $Core */ #include "inspircd.h" #include "socket.h" diff --git a/src/socketengine.cpp b/src/socketengine.cpp index 0e3a1ee5f..9a007cc26 100644 --- a/src/socketengine.cpp +++ b/src/socketengine.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDsocketengine */ +/* $Core */ /********* DEFAULTS **********/ /* $ExtraSources: socketengines/socketengine_select.cpp */ diff --git a/src/testsuite.cpp b/src/testsuite.cpp index f294ae70d..502f28fd4 100644 --- a/src/testsuite.cpp +++ b/src/testsuite.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDtestsuite */ +/* $Core */ #include "inspircd.h" #include "testsuite.h" diff --git a/src/threadengine.cpp b/src/threadengine.cpp index f16b50985..a6e17afa0 100644 --- a/src/threadengine.cpp +++ b/src/threadengine.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDthreadengine */ +/* $Core */ /********* DEFAULTS **********/ /* $ExtraSources: threadengines/threadengine_pthread.cpp */ diff --git a/src/timer.cpp b/src/timer.cpp index 535ed3f8b..b9c87c873 100644 --- a/src/timer.cpp +++ b/src/timer.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDtimer */ +/* $Core */ #include "inspircd.h" #include "timer.h" diff --git a/src/user_resolver.cpp b/src/user_resolver.cpp index 8dec4c541..edfb64528 100644 --- a/src/user_resolver.cpp +++ b/src/user_resolver.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDuserresolver */ +/* $Core */ #include "inspircd.h" diff --git a/src/usermanager.cpp b/src/usermanager.cpp index 9ac668131..35d455c45 100644 --- a/src/usermanager.cpp +++ b/src/usermanager.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDusermanager */ +/* $Core */ #include "inspircd.h" #include "xline.h" diff --git a/src/userprocess.cpp b/src/userprocess.cpp index 91dd9f76a..fe6a25c25 100644 --- a/src/userprocess.cpp +++ b/src/userprocess.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDuserprocess */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" diff --git a/src/users.cpp b/src/users.cpp index 243422558..de6085084 100644 --- a/src/users.cpp +++ b/src/users.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDusers */ +/* $Core */ #include "inspircd.h" #include <stdarg.h> diff --git a/src/wildcard.cpp b/src/wildcard.cpp index 2df7a5bec..ccd2e9ec1 100644 --- a/src/wildcard.cpp +++ b/src/wildcard.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDwildcard */ +/* $Core */ #include "inspircd.h" #include "hashcomp.h" diff --git a/src/xline.cpp b/src/xline.cpp index 0878ec286..8843b9989 100644 --- a/src/xline.cpp +++ b/src/xline.cpp @@ -11,7 +11,7 @@ * --------------------------------------------------- */ -/* $Core: libIRCDxline */ +/* $Core */ #include "inspircd.h" #include "wildcard.h" |