K 10
svn:author
V 3
rra
K 8
svn:date
V 27
1999-10-11T14:45:24.000000Z
K 7
svn:log
V 953
Final build system overhaul to eliminate use of subst.

- configdata.h replaced with just an include of config.h.  All the content
  that was actually being used moved into either acconfig.h (if something
  someone may need to change, or if INN-specific) or into clibrary.h (for
  basic portability and convenience things).
- Extensive comments of the purposes of various settings added in
  acconfig.h and attempted classification of old stuff into LEGACY section.
- Add AC_DEFINE for several more things that should be in config.h.
- Add a check for SUN_LEN and a replacement for it if not found.
- Stop checking for methods to get file descriptor limits when a working
  one is found, and use standard defines for the results.
- Removed the last of the old subst linkage in configure.
- configure no longer generates config/config.data
- Combine header and function checks into single loops to make the
  generated configure script a little smaller.

END
