#define UTLIB "/usr/sipb/lib"

#ifdef vax
#include "../sys/conf.h.VAX"
#else
#ifdef ibm032
#include "../sys/conf.h.VAX"
#else
#if defined(ultrix) && defined(mips)
#include "../sys/conf.h.ULT"
#else
#ifdef _IBMR2
#include "../sys/conf.h.AIX"
#else
#ifdef sun
#include "../sys/conf.h.SUN"
#endif
#endif
#endif
#endif
#endif
