X-Git-Url: https://code.citadel.org/?a=blobdiff_plain;f=citadel%2Fconfig.h;h=cc4a92ac4e6234a1c45bdafe523a23a03dad0df5;hb=ef347e598ab670b87e178af7fc6b00795494303a;hp=e33d5427e244c8a6869e5ff710e009623e9bf771;hpb=4aed8bcc44474e27485a72334805022d6aa604b1;p=citadel.git diff --git a/citadel/config.h b/citadel/config.h index e33d5427e..cc4a92ac4 100644 --- a/citadel/config.h +++ b/citadel/config.h @@ -1,12 +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 "dynloader.h" +#include "serv_extensions.h" +#include "citadel_dirs.h" + void get_config(void); void put_config(void); -extern DLEXP struct config config; -extern DLEXP char bbs_home_directory[PATH_MAX]; -extern DLEXP int home_specified; +