I am working on a SCO Openserver 5.0.6A system with the new major patches
for newer gcc, etc. I had to patch libclamav/mbox.c to get it to compile
cleanly. Here is the diff file:
*** mbox.c Mon Sep 15 08:09:42 2003
--- mbox.c.new Mon Sep 22 15:44:01 2003
***************
*** 1381,1386 ****
--- 1381,1390 ----
#else
#ifdef MAXNAMELEN /* e.g. Solaris */
char filename[MAXNAMELEN + 1];
+ #else
+ #ifdef FILENAME_MAX /* e.g. SCO Openserver */
+ char filename[FILENAME_MAX + 1];
+ #endif
#endif
#endif
Thanks for a great product!
--
Phillip P. Porch, MD <[EMAIL PROTECTED]>
NIC:PP1573
---
Outgoing mail is certified Virus Free.
Checked by AVG anti-virus system (http://www.grisoft.com).
Version: 6.0.520 / Virus Database: 318 - Release Date: 9/18/2003
-------------------------------------------------------
This sf.net email is sponsored by:ThinkGeek
Welcome to geek heaven.
http://thinkgeek.com/sf
_______________________________________________
Clamav-devel mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/clamav-devel