]> git.netwichtig.de Git - user/henk/code/inspircd.git/blobdiff - make/configure.pm
Allow maxtargets to be bypassed in LoopCall for JOIN
[user/henk/code/inspircd.git] / make / configure.pm
index b81a1053ea8a1ea0e97d5b8f597f7649113d1511..245eede43ce989f4346500ebb54ce259028a2eae 100644 (file)
@@ -2,7 +2,7 @@
 #       | Inspire Internet Relay Chat Daemon |
 #       +------------------------------------+
 #
-#  InspIRCd: (C) 2002-2009 InspIRCd Development Team
+#  InspIRCd: (C) 2002-2010 InspIRCd Development Team
 # See: http://wiki.inspircd.org/Credits
 #
 # This program is free but copyrighted software; see
@@ -211,7 +211,6 @@ sub dumphash()
        print "\e[0mBase install path:\e[1;32m\t\t$main::config{BASE_DIR}\e[0m\n";
        print "\e[0mConfig path:\e[1;32m\t\t\t$main::config{CONFIG_DIR}\e[0m\n";
        print "\e[0mModule path:\e[1;32m\t\t\t$main::config{MODULE_DIR}\e[0m\n";
-       print "\e[0mLibrary path:\e[1;32m\t\t\t$main::config{LIBRARY_DIR}\e[0m\n";
        print "\e[0mGCC Version Found:\e[1;32m\t\t$main::config{GCCVER}.$main::config{GCCMINOR}\e[0m\n";
        print "\e[0mCompiler program:\e[1;32m\t\t$main::config{CC}\e[0m\n";
        print "\e[0mIPv6 Support:\e[1;32m\t\t\t$main::config{IPV6}\e[0m\n";