18#ifndef MAGICKCORE_CONFIGURE_H
19#define MAGICKCORE_CONFIGURE_H
21#include "MagickCore/linked-list.h"
23#if defined(__cplusplus) || defined(c_plusplus)
42extern MagickExport
char
43 **GetConfigureList(
const char *,
size_t *,ExceptionInfo *),
44 *GetConfigureOption(
const char *);
46extern MagickExport
const char
47 *GetConfigureValue(
const ConfigureInfo *);
49extern MagickExport
const ConfigureInfo
50 *GetConfigureInfo(
const char *,ExceptionInfo *),
51 **GetConfigureInfoList(
const char *,
size_t *,ExceptionInfo *);
53extern MagickExport LinkedListInfo
54 *DestroyConfigureOptions(LinkedListInfo *),
55 *GetConfigurePaths(
const char *,ExceptionInfo *),
56 *GetConfigureOptions(
const char *,ExceptionInfo *);
58extern MagickExport MagickBooleanType
59 ListConfigureInfo(FILE *,ExceptionInfo *);
62#if defined(__cplusplus) || defined(c_plusplus)