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/dns.c

    r579 r804  
    88 */ 
    99 
    10 #include <ithildin/stand.h> 
     10#include <ithildin/ithildin.h> 
    1111 
    1212#include "ircd.h" 
     
    1717 
    1818MODULE_REGISTER("$Rev$"); 
    19 /* 
    20 @DEPENDENCIES@: ircd 
    21 @DEPENDENCIES@: dns 
    22 */ 
     19const char *mdepends[] = MDEPENDS; 
    2320 
    2421struct dns_cmd_lookup { 
Note: See TracChangeset for help on using the changeset viewer.