MagickCore 7.0.10
configure.h
Go to the documentation of this file.
1/*
2 Copyright @ 1999 ImageMagick Studio LLC, a non-profit organization
3 dedicated to making software imaging solutions freely available.
4
5 You may not use this file except in compliance with the License.
6 obtain a copy of the License at
7
8 https://imagemagick.org/script/license.php
9
10 Unless required by applicable law or agreed to in writing, software
11 distributed under the License is distributed on an "AS IS" BASIS,
12 WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13 See the License for the specific language governing permissions and
14 limitations under the License.
15
16 ImageMagick configure methods.
17*/
18#ifndef _WIZARDSTOOLKIT_CONFIGURE_H
19#define _WIZARDSTOOLKIT_CONFIGURE_H
20
21#include "wizard/hashmap.h"
22
23#if defined(__cplusplus) || defined(c_plusplus)
24extern "C" {
25#endif
26
27typedef struct _ConfigureInfo
28{
29 char
33
37
38 size_t
41
42extern WizardExport char
43 **GetConfigureList(const char *,size_t *,ExceptionInfo *);
44
45extern WizardExport const char
47
48extern WizardExport const ConfigureInfo
50 **GetConfigureInfoList(const char *,size_t *,ExceptionInfo *);
51
55 *GetConfigureOptions(const char *,ExceptionInfo *);
56
60
61extern WizardExport void
63
64#if defined(__cplusplus) || defined(c_plusplus)
65}
66#endif
67
68#endif
WizardExport LinkedListInfo * GetConfigurePaths(const char *, ExceptionInfo *)
WizardExport WizardBooleanType ConfigureComponentGenesis(void)
WizardExport LinkedListInfo * GetConfigureOptions(const char *, ExceptionInfo *)
Definition configure.c:585
WizardExport const char * GetConfigureValue(const ConfigureInfo *)
Definition configure.c:907
WizardExport void ConfigureComponentTerminus(void)
Definition configure.c:257
WizardExport char ** GetConfigureList(const char *, size_t *, ExceptionInfo *)
Definition configure.c:514
WizardExport LinkedListInfo * DestroyConfigureOptions(LinkedListInfo *)
struct _ConfigureInfo ConfigureInfo
WizardExport WizardBooleanType ListConfigureInfo(FILE *, ExceptionInfo *)
Definition configure.c:976
WizardExport const ConfigureInfo ** GetConfigureInfoList(const char *, size_t *, ExceptionInfo *)
Definition configure.c:420
WizardExport const ConfigureInfo * GetConfigureInfo(const char *, ExceptionInfo *)
#define WizardExport
size_t signature
Definition configure.h:39
WizardBooleanType stealth
Definition configure.h:36
WizardBooleanType exempt
Definition configure.h:35
WizardBooleanType
Definition wizard-type.h:26