Files
nethack/sys
cohrs c954ee8a10 U555 - solaris compilation bits
- If you have Gnome installed on solaris, the GETRES support wouldn't build.
I don't have access to a solaris system with Gnome installed, but hacked
unixconf.h to force the GETRES code itself to be compiled.  So, I believe the
unixres.c change will work for folks really using Gnome on Solaris.
Whether the rest of the gnome code will build there is beyond me.
- I accidentally left TIMED_DELAY defined and the Solaris build failed.
While solaris has usleep(), this is not part of SVR4 as far as I can tell.
But, SysV does have poll, so I implemented msleep() for SysV systems in
terms of poll.  So, you can now define TIMED_DELAY on any SYSV build.
2003-07-30 23:19:56 +00:00
..
2002-03-21 04:37:35 +00:00
2002-02-04 16:11:00 +00:00
2003-07-17 01:35:31 +00:00
2003-06-15 15:56:03 +00:00
2003-02-17 01:47:13 +00:00
2003-07-30 23:19:56 +00:00
2003-05-20 06:24:46 +00:00