[3040] in SIPB bug reports
maintenance of sipbsrc (was gnuserv not installed properly in sipbsrc)
daemon@ATHENA.MIT.EDU (Jonathan I. Kamens)
Mon Jul 13 15:44:14 1992
Date: Mon, 13 Jul 92 15:43:31 -0400
From: "Jonathan I. Kamens" <jik@pit-manager.MIT.EDU>
To: yandros@Athena.MIT.EDU
Cc: bug-sipb@Athena.MIT.EDU
In-Reply-To: yandros@Athena.MIT.EDU's message of Sun, 12 Jul 92 19:01:46 -0400 <9207122301.AA15809@podge>
From: yandros@Athena.MIT.EDU
Date: Sun, 12 Jul 92 19:01:46 -0400
Reply-To: yandros@Athena.MIT.EDU
X-Orgs: MIT SIPB IS-CSSC IS-DCNS
from the README file in the source dir:
WHAT "source dir?" What program are you talking about?
> This should compile on vax, rt, decmips, sun4c, and rsaix simply by
> running imake and then make. It's possble that you'll have to edit
> the makefile slightly; For example... Systems without usleep (decmips)
> should compile with -DNO_USLEEP. (I haven't yet figured out a good
> way to get this into the imakefile. If you feel like enlightening me,
> please feel free. :)
So I guess I should say 'Thanks for enlightening me' about
Makefile.cpp. If someone would like to tell me how I can get this
into the Imakefile, I would be entrnally gratefull...
How about
#ifdef UltrixArchitecture
USLEEP= -DNO_USLEEP
#endif
DEFINES= ... $(USLEEP)
Where "..." is whatever was in DEFINES before.
jik