1
0
mirror of https://github.com/unrealircd/unrealircd.git synced 2026-07-04 10:43:13 +02:00

+- Made static linking a little more possible (for -pg)

This commit is contained in:
stskeeps
2001-04-01 09:40:48 +00:00
parent 607157c0e0
commit 3fcc2115cb
4 changed files with 20 additions and 2 deletions
+3
View File
@@ -1074,6 +1074,9 @@ int InitwIRCD(argc, argv)
conf_listen->options |= LISTENER_BOUND;
me.umodes = conf_listen->options;
run_configuration();
#ifdef STATIC_LINKING
l_commands_init();
#endif
botmotd = (aMotd *) read_file(BPATH, &botmotd);
rules = (aMotd *) read_rules(RPATH);
opermotd = (aMotd *) read_file(OPATH, &opermotd);