Re: imap is broken in CVS HEAD
In the last episode (Jul 18), Thomas Glanzmann said:
> okay this patch is obvious:
>
> Hit ENTER or type command to continue
> ===== Makefile.am 1.7 vs edited =====
> --- 1.7/Makefile.am 2004-07-18 00:48:00 +02:00
> +++ edited/Makefile.am 2004-07-18 03:27:49 +02:00
You mean rev 3.21, not rev 1.7, right?
> @@ -55,7 +55,7 @@
>
> INCLUDES=-I. -I$(top_srcdir) $(IMAP_INCLUDES) -Iintl
>
> -CPPFLAGS=@CPPFLAGS@ -I$(includedir) -D_FILE_OFFSET_BITS=64
> +CPPFLAGS=@CPPFLAGS@ -I$(includedir)
I'm guessing this was an accidental commit, since the commitlog for
3.21 deals with crypto stuff.
Autoconf's AC_SYS_LARGEFILE macro should be used to determine if
defines like this are even necessary, and if they are, which ones are
appropriate for each OS.
--
Dan Nelson
dnelson@xxxxxxxxxxxxxxx