https://bugs.exim.org/show_bug.cgi?id=2016
--- Comment #10 from Heiko Schlittermann <[email protected]> --- (In reply to Leonhard Knauff from comment #9) > Please, > for very good old Solaris ;-) : > > > > -- diff macros.h.489-2016 macros.h.489-2016-LK > 21a22,25 > > /* Minimum of two items */ > > #ifndef MIN > > # define MIN(a,b) ((a) < (b) ? (a) : (b)) > > #endif src/OS/os.h-SunOS5 contains it, since 0d28287c (Jan, 24th). Which OS header do you include? -- You are receiving this mail because: You are on the CC list for the bug. -- ## List details at https://lists.exim.org/mailman/listinfo/exim-dev Exim details at http://www.exim.org/ ##
