]> code.citadel.org Git - citadel.git/blobdiff - citadel/config.h
Master User hack is now defined in site config instead of
[citadel.git] / citadel / config.h
index 7b19059461b0c43115e32494323179816a608df8..c07f3ad8e5346e7aedb231dabc830b2faff835e3 100644 (file)
@@ -4,9 +4,19 @@
  */
 
 #include "serv_extensions.h"
+#include "citadel_dirs.h"
+
+/* 
+ * Global system configuration.  Don't change anything here.  It's all in dtds/config-defs.h now.
+ */
+struct config {
+#include "datadefinitions.h"
+#include "dtds/config-defs.h"
+#include "undef_data.h"
+};
+
 
 void get_config(void);
 void put_config(void);
 extern struct config config;
-extern char ctdl_home_directory[PATH_MAX];
-extern int home_specified;
+