home *** CD-ROM | disk | FTP | other *** search
- Xref: sparky comp.sources.bugs:215 comp.mail.misc:2509
- Newsgroups: comp.sources.bugs,comp.mail.misc
- Path: sparky!uunet!sybus.sybus.com!myrddin!tct!chip
- From: chip@tct.com (Chip Salzenberg)
- Subject: A fix for Deliver 2.1 under SunOS 4.x
- Message-ID: <2A76D1C1.881A@tct.com>
- Date: Wed, 29 Jul 1992 17:13:37 GMT
- Organization: TC Telemanagement, Clearwater, FL
- Lines: 41
-
- A bug report from Vivek Khera <khera@cs.duke.edu> points out an error
- in the SunOS configuration of Deliver 2.1. Deliver doesn't believe
- that SunOS has vprintf().
-
- The below patch will be in Deliver 2.1 patch #11. However, since it
- may take a while for me to accumulate sufficient changes for a new
- patch, I suggest that you define HAS_VPRINTF in conf/local.h.
-
- Index: conf/os-sun4.h
- ***************
- *** 1,3 ****
- ! /* $Id: os-sun4.h,v 1.4 1991/08/05 18:19:27 chip Exp $
- *
- * Deliver configuration for SunOS 4.x.
- --- 1,3 ----
- ! /* $Id: os-sun4.h,v 1.5 1992/07/29 17:08:35 chip Exp $
- *
- * Deliver configuration for SunOS 4.x.
- ***************
- *** 4,7 ****
- --- 4,10 ----
- *
- * $Log: os-sun4.h,v $
- + * Revision 1.5 1992/07/29 17:08:35 chip
- + * SunOS 4.x has vprintf().
- + *
- * Revision 1.4 1991/08/05 18:19:27 chip
- * Rename to "sun4" since discovery that 4.0 also works.
- ***************
- *** 23,26 ****
- --- 26,30 ----
- #define ML_DOTLOCK /* Create <mailbox>.lock */
-
- + #define HAS_VPRINTF /* Has vprintf() */
- #define HAS_PUTENV /* Has putenv() */
- #define HAS_GETOPT /* Has getopt() */
-
- --
- Chip Salzenberg at Teltronics/TCT <chip@tct.com>, <73717.366@compuserve.com>
- "Do Rush place weird subliminal backmasked messages in their songs to
- compel unwilling geeks to commit evil .sig atrocities?" -- Dean Engelhardt
-