dovecot-1.2: Compiling fix for systems without GLOB_BRACE.

dovecot at dovecot.org dovecot at dovecot.org
Mon Jul 27 09:53:08 EEST 2009


details:   http://hg.dovecot.org/dovecot-1.2/rev/47449880c0b4
changeset: 9265:47449880c0b4
user:      Timo Sirainen <tss at iki.fi>
date:      Mon Jul 27 02:52:57 2009 -0400
description:
Compiling fix for systems without GLOB_BRACE.

diffstat:

1 file changed, 4 insertions(+)
src/lib-settings/settings.c |    4 ++++

diffs (14 lines):

diff -r 8deada68e818 -r 47449880c0b4 src/lib-settings/settings.c
--- a/src/lib-settings/settings.c	Mon Jul 27 02:09:00 2009 -0400
+++ b/src/lib-settings/settings.c	Mon Jul 27 02:52:57 2009 -0400
@@ -10,6 +10,10 @@
 #include <fcntl.h>
 #ifdef HAVE_GLOB_H
 #  include <glob.h>
+#endif
+
+#ifndef GLOB_BRACE
+#  define GLOB_BRACE 0
 #endif
 
 #define SECTION_ERRORMSG "%s (section changed in %s at line %d)"


More information about the dovecot-cvs mailing list