Eray Aslan <[email protected]> ha escrit:

> I am getting the following warning in imap4d/imap4d.c:

Never mind. This does not affect anything.

> Should we #ifdef WITH_GSASL ... #endif it out or define the func
> elsewhere?

It is defined in mailutils/gsasl.h. Just apply this:

diff --git a/imap4d/imap4d.c b/imap4d/imap4d.c
index 04fe4d5..d05c862 100644
--- a/imap4d/imap4d.c
+++ b/imap4d/imap4d.c
@@ -15,9 +15,7 @@
    along with GNU Mailutils.  If not, see <http://www.gnu.org/licenses/>. */
 
 #include "imap4d.h"
-#ifdef WITH_GSASL
-# include <mailutils/gsasl.h>
-#endif
+#include <mailutils/gsasl.h>
 #include "mailutils/libargp.h"
 #include "tcpwrap.h"
 
Regards,
Sergey

_______________________________________________
Bug-mailutils mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/bug-mailutils

Reply via email to