add #ifdef HAVE_ALLOCA_H
authorDan Winship <danw@src.gnome.org>
Tue, 21 Nov 2000 22:04:40 +0000 (22:04 +0000)
committerDan Winship <danw@src.gnome.org>
Tue, 21 Nov 2000 22:04:40 +0000 (22:04 +0000)
* camel-lock.c:
* camel-movemail.c: add #ifdef HAVE_ALLOCA_H

camel/ChangeLog
camel/camel-lock.c
camel/camel-movemail.c

index 1bea526..d5766dd 100644 (file)
@@ -1,3 +1,8 @@
+2000-11-21  Dan Winship  <danw@helixcode.com>
+
+       * camel-lock.c: 
+       * camel-movemail.c: add #ifdef HAVE_ALLOCA_H
+
 2000-11-21  Not Zed  <NotZed@HelixCode.com>
 
        * providers/local/camel-mh-summary.c (mh_summary_sync_message):
index fdd2c18..ab70cfd 100644 (file)
@@ -34,7 +34,9 @@
 #include <sys/stat.h>
 #include <unistd.h>
 #include <errno.h>
+#ifdef HAVE_ALLOCA_H
 #include <alloca.h>
+#endif
 #include <time.h>
 
 #ifdef USE_DOT
index bd5022f..a0873b2 100644 (file)
@@ -35,7 +35,9 @@
 #include <unistd.h>
 #include <string.h>
 #include <signal.h>
+#ifdef HAVE_ALLOCA_H
 #include <alloca.h>
+#endif
 
 #include "camel-movemail.h"
 #include "camel-exception.h"