Author: Kev <klmitch@mit.edu>
[ircu2.10.12-pk.git] / ircd / m_help.c
index a56341fe8a150c8eafe171e903be72f44a187664..1c09943156baa4f223c2408521b98fe1253613e9 100644 (file)
  *            note:   it is guaranteed that parv[0]..parv[parc-1] are all
  *                    non-NULL pointers.
  */
-#if 0
-/*
- * No need to include handlers.h here the signatures must match
- * and we don't need to force a rebuild of all the handlers everytime
- * we add a new one to the list. --Bleep
- */
-#include "handlers.h"
-#endif /* 0 */
+#include "config.h"
+
 #include "client.h"
 #include "hash.h"
 #include "ircd.h"