Merge branch 'master' of ssh://git.citadel.org/appl/gitroot/citadel
[citadel.git] / citadel / config.h
index ce092c28bcd1a327bbf9f5aba6cca40b829ca9f5..cc4a92ac4e6234a1c45bdafe523a23a03dad0df5 100644 (file)
@@ -1,6 +1,19 @@
-/* $Id$ */
+/*
+ * Copyright (c) 1987-2012 by the citadel.org team
+ *
+ *  This program is open source software; you can redistribute it and/or modify
+ *  it under the terms of the GNU General Public License version 3.
+ *
+ *  This program is distributed in the hope that it will be useful,
+ *  but WITHOUT ANY WARRANTY; without even the implied warranty of
+ *  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
+ *  GNU General Public License for more details.
+ */
+
+#include "serv_extensions.h"
+#include "citadel_dirs.h"
+
+
 void get_config(void);
 void put_config(void);
-extern struct config config;
-extern char bbs_home_directory[PATH_MAX];
-extern int home_specified;
+