]> granicus.if.org Git - imagemagick/blobdiff - MagickCore/magick-config.h
(no commit message)
[imagemagick] / MagickCore / magick-config.h
index 5f0b18e4110cea16904a09d22f4dd07a626948a9..60334d7b94cf6fee05d1743764d535c4bcdb04ab 100644 (file)
 /* Define if you have umem memory allocation library */
 /* #undef HasUMEM */
 
-/* Define if you have wmflite library */
-#ifndef MAGICKCORE_HasWMFlite
-#define MAGICKCORE_HasWMFlite 1
-#endif
-
 /* ImageMagick is formally installed under prefix */
 #ifndef MAGICKCORE_INSTALLED_SUPPORT
 #define MAGICKCORE_INSTALLED_SUPPORT 1
 /* Define if using the dmalloc debugging malloc package */
 /* #undef WITH_DMALLOC */
 
-/* Define if you have wmf library */
-/* #undef WMF_DELEGATE */
+/* Define if you have WMF library */
+#ifndef MAGICKCORE_WMF_DELEGATE
+#define MAGICKCORE_WMF_DELEGATE 1
+#endif
 
 /* Define WORDS_BIGENDIAN to 1 if your processor stores words with the most
    significant byte first (like Motorola and SPARC, unlike Intel). */