#3833: mutt 1.6.0 does't compile on Solaris 11 because M_READ is already defined
in /usr/include/sys/stream.h
---------------------+----------------------
Reporter: mutti | Owner: mutt-dev
Type: defect | Status: new
Priority: minor | Milestone:
Component: mutt | Version: 1.6.0
Resolution: | Keywords: solaris
---------------------+----------------------
Comment (by grobian):
FWIW, I used this sed to work around it without any problems:
{{{
sed -i \
-e 's/\<M_CMD\>/MT_CMD/g' \
-e 's/\<M_READ\>/MT_READ/g' \
*.[ch] imap/*.[ch]
}}}
--
Ticket URL: <https://dev.mutt.org/trac/ticket/3833#comment:2>
Mutt <http://www.mutt.org/>
The Mutt mail user agent