File: //home/django/libpff/pfftools/pfftools_libfmapi.h
/*
* The libfmapi header wrapper
*
* Copyright (C) 2008-2024, Joachim Metz <joachim.metz@gmail.com>
*
* Refer to AUTHORS for acknowledgements.
*
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU Lesser General Public License as published by
* the Free Software Foundation, either version 3 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 Lesser General Public License
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
#if !defined( _PFFTOOLS_LIBFMAPI_H )
#define _PFFTOOLS_LIBFMAPI_H
#include <common.h>
/* Define HAVE_LOCAL_LIBFMAPI for local use of libfmapi
*/
#if defined( HAVE_LOCAL_LIBFMAPI )
#include <libfmapi_class_identifier.h>
#include <libfmapi_checksum.h>
#include <libfmapi_definitions.h>
#include <libfmapi_entry_identifier.h>
#include <libfmapi_lzfu.h>
#include <libfmapi_property_type.h>
#include <libfmapi_one_off_entry_identifier.h>
#include <libfmapi_service_provider_identifier.h>
#include <libfmapi_types.h>
#include <libfmapi_value_type.h>
#if defined( HAVE_DEBUG_OUTPUT )
#include <libfmapi_debug.h>
#endif
#else
/* If libtool DLL support is enabled set LIBFMAPI_DLL_IMPORT
* before including libfmapi.h
*/
#if defined( _WIN32 ) && defined( DLL_IMPORT )
#define LIBFMAPI_DLL_IMPORT
#endif
#include <libfmapi.h>
#endif /* defined( HAVE_LOCAL_LIBFMAPI ) */
#endif /* !defined( _PFFTOOLS_LIBFMAPI_H ) */