18#ifndef MAGICKCORE_CONFIGURE_H
19#define MAGICKCORE_CONFIGURE_H
21#include "magick/hashmap.h"
23#if defined(__cplusplus) || defined(c_plusplus)
46extern MagickExport
char
48 *GetConfigureOption(
const char *);
50extern MagickExport
const char
55 **GetConfigureInfoList(
const char *,
size_t *,
ExceptionInfo *);
62extern MagickExport MagickBooleanType
63 ConfigureComponentGenesis(
void),
66extern MagickExport
void
67 ConfigureComponentTerminus(
void);
69#if defined(__cplusplus) || defined(c_plusplus)