/*
 * SET VERSION NUMBERS BEFORE MAKING MAKEFILES
 */

#define OSName            4.4bsd
#define OSMajorVersion    4
#define OSMinorVersion    4

/* #define HasGcc NO */

#ifdef VaxArchitecture
#define HasSaberC YES
#endif

#define HasVoidSignalReturn YES

/*
# platform:  $XConsortium: bsd.cf,v 1.8 89/12/23 14:19:17 jim Exp $
# operating system:  OSName
*/

/*****************************************************************************
 *			  Platform-specfic parameters                        *
 *****************************************************************************/

#ifdef VaxArchitecture
#define UnalignedReferencesAllowed YES	       /* if arbitrary deref is okay */
#endif

#if OSMajorVersion >= 4 && OSMinorVersion >= 3
#define SetTtyGroup YES
#endif

#define HasBsearch NO

#define ExtraLibraries -lcompat
