Ignore:
Timestamp:
06/01/07 04:10:37 (5 years ago)
Author:
wd
Message:

Mid-stage commit. Move to new dependencies system for addons/commands.
Created area for suermode/channelmode 'addons' to be placed in.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ithildin/modules/ircd/commands/services.c

    r579 r804  
    1212 */ 
    1313 
    14 #include <ithildin/stand.h> 
     14#include <ithildin/ithildin.h> 
    1515 
    1616#include "ircd.h" 
     
    2020 
    2121MODULE_REGISTER("$Rev$"); 
    22 /* 
    23 @DEPENDENCIES@: ircd 
    24 */ 
     22const char *mdepends[] = MDEPENDS; 
    2523 
    2624static char *services_host; 
Note: See TracChangeset for help on using the changeset viewer.