[comp.mail.elm] <string.h> at BSD sites

taylor@hpldat.UUCP (Dave Taylor) (05/05/87)

From: ries@trwrb.UUCP (Marc Ries)
Subject: patches add string to defs.h
Date: 4 May 87 17:38:14 GMT
Organization: TRW Operations and Support Group

The patch for defs.h in elm/hdrs/defs.h adds the following line
to defs.h.

**************
* defs.h:256:#include <string.h>
*****
      thing vital is predefined... (Thanks go to Detlev Droege for this one)
  **/
  
* #include <string.h>
  
  char *argv_zero();
  char *bounce_off_remote();
**************

However, BSD does not have an include file <string.h>.  Anybody for
<strings.h>?

How about?:

   #ifdef BSD
   #include <strings.h>
   #else
   #include <string.h>
   #endif

ries@trwrb
-- 
		Marc A. Ries

		sdcrdcf!---\ 
                ihnp4!------\----- trwrb! --- ries