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
47 **GetConfigureList(
const char *,
size_t *,ExceptionInfo *),
48 *GetConfigureOption(
const char *);
50extern MagickExport
const char
51 *GetConfigureValue(
const ConfigureInfo *);
53extern MagickExport
const ConfigureInfo
54 *GetConfigureInfo(
const char *,ExceptionInfo *),
55 **GetConfigureInfoList(
const char *,
size_t *,ExceptionInfo *);
57extern MagickExport LinkedListInfo
58 *DestroyConfigureOptions(LinkedListInfo *),
59 *GetConfigurePaths(
const char *,ExceptionInfo *),
60 *GetConfigureOptions(
const char *,ExceptionInfo *);
62extern MagickExport MagickBooleanType
63 ConfigureComponentGenesis(
void),
64 ListConfigureInfo(FILE *,ExceptionInfo *);
66extern MagickExport
void
67 ConfigureComponentTerminus(
void);
69#if defined(__cplusplus) || defined(c_plusplus)