Sophie

Sophie

distrib > Mandriva > 2011.0 > i586 > by-pkgid > ec4f15edaf132802cb0d775f570709ae > files > 22

libdar-devel-2.3.10-2mdv2011.0.i586.rpm

/*********************************************************************/
// dar - disk archive - a backup/restoration program
// Copyright (C) 2002-2052 Denis Corbin
//
// 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.
//
// to contact the author : dar.linux@free.fr
/*********************************************************************/
// $Id: my_config.h,v 1.9 2005/09/11 19:01:16 edrusb Rel $
//
/*********************************************************************/
//

#ifndef MY_CONFIG_H
#define MY_CONFIG_H

#if 1
#define NODUMP_LINUX 0
#define NODUMP_EXT2FS 1
#include "/usr/include/dar/config.h"

    // workaround for autoconf 2.59
#undef mbstate_t

#endif

#include "/usr/include/dar/gettext.h"

#endif