Changeset 4bfca70 for conf.c


Ignore:
Timestamp:
2005-12-17T00:48:35Z (18 years ago)
Author:
Jelmer Vernooij <jelmer@…>
Branches:
master
Children:
32c632f
Parents:
701acdd4
Message:

Add variable for plugindir rather then always using the define

File:
1 edited

Legend:

Unmodified
Added
Removed
  • conf.c

    r701acdd4 r4bfca70  
    5555        conf->password = NULL;
    5656        conf->configdir = g_strdup( CONFIG );
     57        conf->plugindir = g_strdup( PLUGINDIR );
    5758        conf->motdfile = g_strdup( ETCDIR "/motd.txt" );
    5859        conf->ping_interval = 180;
Note: See TracChangeset for help on using the changeset viewer.