From 524bdd3f0db663c67f90c70a087ee36a797e8097 Mon Sep 17 00:00:00 2001 From: Julien BLACHE Date: Tue, 5 May 2009 15:54:28 +0200 Subject: [PATCH] Remove old config framwork include and wrappers --- src/Makefile.am | 1 - src/conf.h | 61 ------------ src/conffile.c | 243 ------------------------------------------------ 3 files changed, 305 deletions(-) delete mode 100644 src/conf.h diff --git a/src/Makefile.am b/src/Makefile.am index 77b2e259..ecc83d59 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -33,5 +33,4 @@ mt_daapd_SOURCES = main.c daapd.h \ EXTRA_DIST = scan-mpc.c \ scan-flac.c \ - conf.h \ ff-dbstruct.h diff --git a/src/conf.h b/src/conf.h deleted file mode 100644 index db513537..00000000 --- a/src/conf.h +++ /dev/null @@ -1,61 +0,0 @@ -/* - * Functions for reading and writing the config file - * - * Copyright (C) 2006 Ron Pedde (ron@pedde.com) - * - * This program is free software; you can redistribute it and/or modify - * it under the terms of the GNU General Public License as published by - * the Free Software Foundation; either version 2 of the License, or - * (at your option) any later version. - * - * 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. - * - * You should have received a copy of the GNU General Public License - * along with this program; if not, write to the Free Software - * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA - */ - -#ifndef _CONF_H_ -#define _CONF_H_ - -#define CONF_E_SUCCESS 0 -#define CONF_E_FOPEN 1 -#define CONF_E_UNKNOWN 2 -#define CONF_E_BADHEADER 3 -#define CONF_E_PARSE 4 -#define CONF_E_OVERFLOW 5 /**