home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1992 #16 / NN_1992_16.iso / spool / comp / sources / bugs / 215 next >
Encoding:
Internet Message Format  |  1992-07-23  |  1.7 KB

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