summaryrefslogtreecommitdiffstats
path: root/hunt/Makefile.inc
Commit message (Collapse)AuthorAgeFilesLines
* handle compiled-in pathnames the customary waydholland2014-03-291-2/+7
|
* Remove config options for 4.2BSD and 4.3BSD, and associated code. Highlydholland2009-07-041-13/+10
| | | obsolete, and I doubt most of it still worked anyway.
* Remove the non-curses screen handling, since it relies on knowingdholland2009-07-041-6/+4
| | | | | about various internals of SVR4 curses, old BSD curses, and/or other unclean things. (Yes, the non-curses handling still used bits of curses. Fie.)
* Remove config for the return type of signal handlers, which is also adholland2009-07-041-11/+10
| | | long-dead issue.
* Remove references to config #defines for the thoroughly obsoletedholland2009-07-041-9/+6
| | | 4.2BSD syslog API.
* Sync with v20030416 of Makefile.wiz2003-06-111-4/+33
|
* Minor rearrangement.mycroft2002-09-201-3/+2
|
* select() -> poll()mycroft2002-09-201-2/+3
| | | Also, turn off talk announcements; it's a wretched hack.
* Curses works - define USE_CURSES for BSD44 and don't try to do our ownsimonb2000-04-131-2/+2
| | | thing (using curses internal data structures anyway!).
* use CPPFLAGS instead of CFLAGSlukem1997-10-221-2/+2
|
* Yet Another Monster Commit:lukem1997-10-101-2/+2
| | | | | | | | | | | - WARNSify - getopt returns -1 not EOF - select() uses an fd_set, not int/long; modify code to use FD_* et al instead of direct bitwise operations - in otto.c::look (renamed to ottolook() to prevent name clash), the case WEST section had a 'goto cont_east', instead of 'goto cont_west'. (picked up by WARNS=1, because cont_west was an unused label because of this typo). probably meant that otto got lost in the maze :-/ - deprecate register, convert bcmp() -> memcmp()
* build hunt.mrg1997-10-041-0/+67