[dovecot-cvs] dovecot-lda/src/libsieve sieve_err.h,1.2,1.3

cras at dovecot.org cras at dovecot.org
Sun Jan 8 23:34:48 EET 2006


Update of /var/lib/cvs/dovecot-lda/src/libsieve
In directory talvi:/tmp/cvs-serv11876/src/libsieve

Modified Files:
	sieve_err.h 
Log Message:
Check proper location for com_err.h. Patch by Linus Nordberg



Index: sieve_err.h
===================================================================
RCS file: /var/lib/cvs/dovecot-lda/src/libsieve/sieve_err.h,v
retrieving revision 1.2
retrieving revision 1.3
diff -u -d -r1.2 -r1.3
--- sieve_err.h	23 Apr 2005 17:16:23 -0000	1.2
+++ sieve_err.h	8 Jan 2006 21:34:45 -0000	1.3
@@ -1,10 +1,14 @@
 /*
  * sieve_err.h:
- * This file is automatically generated; please do not edit it.
+ * This file used to be automatically generated but is no longer so.
  */
 struct et_list;
 
+#ifdef HAVE_ET_COM_ERR_H
 #include <et/com_err.h>
+#else
+#include <com_err.h>
+#endif
 
 #define SIEVE_FAIL                               (-1237848064L)
 #define SIEVE_NOT_FINALIZED                      (-1237848063L)



More information about the dovecot-cvs mailing list