webcit_before_automake is now the trunk
[citadel.git] / webcit / config.h
1 /**
2  *      Ugly hack to make the non-automake build work without source changes
3  */
4
5 #define _GNU_SOURCE
6 #define EDITORDIR       WEBCITDIR "/tiny_mce"
7 #define RUNDIR          WEBCITDIR
8 #define BASEDIR         WEBCITDIR
9 #define DATADIR         WEBCITDIR
10 #define PREFIX          WEBCITDIR