X-Git-Url: http://lists.indexdata.com/cgi-bin?a=blobdiff_plain;f=src%2Fpazpar2_config.h;h=00612a1f95385c9e2d4bba27405de133a3da801f;hb=4ae1e0582f66acaec33dca2c3b023d47d7f431af;hp=5339e6c1753f86d353ca57d4a8595f0a840c09d8;hpb=a3f57f20fb1ade51cc5a99aafcc16af1a1f5b0c8;p=pazpar2-moved-to-github.git diff --git a/src/pazpar2_config.h b/src/pazpar2_config.h index 5339e6c..00612a1 100644 --- a/src/pazpar2_config.h +++ b/src/pazpar2_config.h @@ -28,7 +28,6 @@ Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA #include "charsets.h" #include "http.h" #include "database.h" -#include "host.h" enum conf_metadata_type { Metadata_type_generic, // Generic text field @@ -156,7 +155,6 @@ struct conf_server struct conf_config *config; http_server_t http_server; iochan_man_t iochan_man; - database_hosts_t database_hosts; }; struct conf_config *config_create(const char *fname);