summaryrefslogtreecommitdiffstats
path: root/hunt/include
Commit message (Collapse)AuthorAgeFilesLines
* Remove SHORTLEN and LONGLEN defines; use sizeof() properly instead.dholland2014-03-301-4/+2
| | | | Fix two semi-compensating size bugs in wire transmission affecting 64-bit machines.
* handle compiled-in pathnames the customary waydholland2014-03-291-0/+35
|
* Additional minor cleanup and remove a straggler data declarationdholland2014-03-291-2/+1
| | | from hunt_common.h.
* move a comment that should have gone with its symboldholland2014-03-291-1/+7
|
* Split hunt and huntd's includes, instead of incestuously sharing a piledholland2014-03-291-0/+238
of external data and function declarations between the two programs. Common constants and defines now go in hunt_common.h. Stuff that belongs only to hunt is in hunt/hunt_private.h. Stuff that belongs only to huntd is in huntd/hunt.h. Copy some declarations that are used in both programs under the same names (but are not actually the same objects) from huntd/hunt.h to hunt/hunt_private.h. Move others that are only used in hunt. Remove some entirely unused material, and tidy up standard includes.