/*
	Copyright 04/16/98 Sun Microsystems, Inc. All Rights Reserved
*/
/*ident	"@(#)ctrans:incl-master/proto-headers/strings.h	1.5" */
/* Sun @(#)strings.h 1.1 92/06/22 SMI */

/*
 * In the BSD world, strings.h defines the BSD entries.  4.3BSD also defines
 * string.h to add System V entries.  Include string.h and take care of
 * the differences there.
 */

#ifdef __SunOS_5_4

#ifndef _STRING_H
#include <string.h>
#endif

#else

#ifndef _STRINGS_H
#include "/usr/include/strings.h"
#endif

#endif

