]> git.cameronkatri.com Git - bsd-progress.git/commit
Overhaul how `build.sh tools' are used:
authorlukem <lukem@NetBSD.org>
Mon, 27 Oct 2003 00:12:41 +0000 (00:12 +0000)
committerlukem <lukem@NetBSD.org>
Mon, 27 Oct 2003 00:12:41 +0000 (00:12 +0000)
commitc96713c3f9606de88abbc83b0a87d28c690e5a18
tree051fbc687b39ec13f3287d2b8c95e580b1d9fd41
parent5d3626da146de847d792ffd2f02b057561c73290
Overhaul how `build.sh tools' are used:

    * Rename "config.h" to "nbtool_config.h" and
HAVE_CONFIG_H to HAVE_NBTOOL_CONFIG_H.
This makes in more obvious in the source when we're using
tools/compat/config.h versus "standard autoconf" config.h

    * Consistently move the inclusion of nbtool_config.h to before
     <sys/cdefs.h> so that the former can provide __RCSID() (et al),
     and there's no need to protect those macros any more.

These changes should make it easier to "tool-ify" a program by adding:
#if HAVE_NBTOOL_CONFIG_H
#include "nbtool_config.h"
#endif
to the top of the source files (for the general case).
strsuftoll.c