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