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 = \
39extern MagickExport MagickBooleanType
40 IsPathAuthorized(
const PolicyRights,
const char *);
42extern MagickPrivate MagickBooleanType
43 PolicyComponentGenesis(
void);
45extern MagickPrivate
void
46 PolicyComponentTerminus(
void);
48#if defined(__cplusplus) || defined(c_plusplus)