]> granicus.if.org Git - imagemagick/commitdiff
M MagickCore/blob.c
authorcristy <urban-warrior@git.imagemagick.org>
Thu, 18 Oct 2012 14:32:28 +0000 (14:32 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Thu, 18 Oct 2012 14:32:28 +0000 (14:32 +0000)
MagickCore/blob.c

index 0356a4dd0f58df909276c7cf4a5d0ebe75d9df1c..6d46e6ddb26afe55dfcc1fca504ed5577f5de779 100644 (file)
@@ -3718,7 +3718,7 @@ MagickPrivate MagickBooleanType SetBlobExtent(Image *image,
     {
       if (extent != (MagickSizeType) ((off_t) extent))
         return(MagickFalse);
-#if !defined(MAGICKCORE_POSIX_FALLOCATE)
+#if !defined(MAGICKCORE_HAVE_POSIX_FALLOCATE)
         return(MagickFalse);
 #else
       {
@@ -3751,7 +3751,7 @@ MagickPrivate MagickBooleanType SetBlobExtent(Image *image,
           if (image->blob->file_info.file == (FILE *) NULL)
             return(MagickFalse);
           (void) UnmapBlob(image->blob->data,image->blob->length);
-#if !defined(MAGICKCORE_POSIX_FALLOCATE)
+#if !defined(MAGICKCORE_HAVE_POSIX_FALLOCATE)
           return(MagickFalse);
 #else
           {