/* Copyright 2017 A. Guinet
 * Copyright 2017 Quarkslab
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *     http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

#ifndef LIEF_CONFIG_H_
#define LIEF_CONFIG_H_

#if 1
#define LIEF_JSON_SUPPORT
#endif

#if 1
#define LIEF_PE_SUPPORT
#endif

#if 1
#define LIEF_ELF_SUPPORT
#endif

#if 1
#define LIEF_MACHO_SUPPORT
#endif

#if 1
#define LIEF_OAT_SUPPORT
#endif

#if 1
#define LIEF_DEX_SUPPORT
#endif

#if 1
#define LIEF_VDEX_SUPPORT
#endif

#if 1
#define LIEF_ART_SUPPORT
#endif

#if 1
#define LIEF_LOGGING_SUPPORT
#endif

#if 1
#define LIEF_FROZEN_ENABLED
#endif

#endif
