]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 14 Jan 2013 13:58:17 +0000 (13:58 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 14 Jan 2013 13:58:17 +0000 (13:58 +0000)
MagickCore/delegate.c
config/policy.xml
configure.ac

index 7a3d57f50cdc7ac81ea5149e367234e5bf270125..a49b45bdd77c281b276ffd0066a50604fff508a9 100644 (file)
@@ -1046,9 +1046,9 @@ MagickExport MagickBooleanType InvokeDelegate(ImageInfo *image_info,
               count;
 
             /*
-              Wait for input file to 'disappear', or maximum 5 secs.
+              Wait for input file to 'disappear', or maximum 8 seconds.
             */
-            count=50;
+            count=80;
             while ((count-- > 0) && (access_utf8(image->filename,F_OK) == 0))
               (void) MagickDelay(100);  /* sleep 0.1 seconds */
           }
index 0b2b232c24145b3886725ad51e92ae03a1824c90..7a35d2e22e36a60ac42f713235047b3379ff95c8 100644 (file)
@@ -55,5 +55,5 @@
   <!-- <policy domain="resource" name="throttle" value="0"/> -->
   <!-- <policy domain="resource" name="time" value="3600"/> -->
   <!-- <policy domain="system" name="precision" value="6"/> -->
-  <!-- <policy domain="cache" name="shared-secret" value="passphrase"/> -->
+  <policy domain="cache" name="shared-secret" value="passphrase"/>
 </policymap>
index 2ca4aebc4bf34a389198263aa96ce85e1b8801a0..fdfc215c6499462b0480ed8b92b0ea203609eb83 100755 (executable)
@@ -851,7 +851,7 @@ AC_HEADER_ASSERT
 AC_HEADER_DIRENT
 
 # Check additional headers
-AC_CHECK_HEADERS(arm/limits.h complex.h errno.h fcntl.h limits.h linux/unistd.h locale.h machine/param.h mach-o/dyld.h netdb.h OS.h process.h sun_prefetch.h stdarg.h sys/ipc.h sys/mman.h sys/resource.h sys/socket.h sys/syslimits.h sys/time.h sys/timeb.h sys/times.h sys/wait.h wchar.h xlocale.h)
+AC_CHECK_HEADERS(arm/limits.h arpa/inet.h complex.h errno.h fcntl.h limits.h linux/unistd.h locale.h machine/param.h mach-o/dyld.h netinet/in.h OS.h process.h sun_prefetch.h stdarg.h sys/ipc.h sys/mman.h sys/resource.h sys/socket.h sys/syslimits.h sys/time.h sys/timeb.h sys/times.h sys/wait.h wchar.h xlocale.h)
 
 ########
 #