* When saving a Task, if the status is COMPLETED then also set PERCENT-COMPLETE:100...
[citadel.git] / citadel / config.h
blobc07f3ad8e5346e7aedb231dabc830b2faff835e3
1 /*
2 * $Id$
4 */
6 #include "serv_extensions.h"
7 #include "citadel_dirs.h"
9 /*
10 * Global system configuration. Don't change anything here. It's all in dtds/config-defs.h now.
12 struct config {
13 #include "datadefinitions.h"
14 #include "dtds/config-defs.h"
15 #include "undef_data.h"
19 void get_config(void);
20 void put_config(void);
21 extern struct config config;