18 #ifndef MAGICKCORE_POLICY_PRIVATE_H
19 #define MAGICKCORE_POLICY_PRIVATE_H
21 #if defined(__cplusplus) || defined(c_plusplus)
25 #include "MagickCore/resource-private.h"
26 #include "MagickCore/utility-private.h"
28 #if MAGICKCORE_ZERO_CONFIGURATION_SUPPORT
34 *ZeroConfigurationPolicy = \
39 extern MagickExport MagickBooleanType
40 IsPathAuthorized(
const PolicyRights,
const char *);
42 extern MagickPrivate MagickBooleanType
43 PolicyComponentGenesis(
void);
45 extern MagickPrivate
void
46 PolicyComponentTerminus(
void);
48 #if defined(__cplusplus) || defined(c_plusplus)