Version 1.09g-wfms (July 3, 2004 - Not publically released) [x] Fix compilation errors in lib/termset.c for FreeBSD 5.x. [x] Adjust Makefile to allow -DBSD to be defined to catch #ifdef's for termset.c [x] Added version checking within the server in lookup.c. Version 1.09f-wfms (July 28, 2002) [x] Unofficial release to merge in a diff based on Hayao Nakahara's diffs against 1.08b. His diff against lib/jregex is far cleaner than my hack. This fixes a compile problem with lib/jregex.c [x] Fix the good old problematic -whatever stuff (me and Nakahara - the former based on a patch from late 1997). Untested on other platforms. [x] lookup.h MAX_LOADED_FILES set to 100 to allow more than the default 10 files to be searched [x] bah! process_input_line() expects only 10 files in the bounds-checking if statements. This especially breaks the server! [x] Added missing setsockopt() call so we can restart the lookup server quickly [x] Added Solaris Support. [x] Merged-in important diffs from Thierry Emery: One from late 1997, another similar to Nakahara's.