Home | History | Annotate | Download | only in compat
History log of /src/tools/compat/setenv.c
RevisionDateAuthorComments
 1.4  28-Apr-2008  martin Remove clause 3 and 4 from TNF licenses
 1.3  27-Oct-2003  lukem branches: 1.3.30;
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).
 1.2  31-Jan-2002  tv Include config.h unconditionally; clean up.
 1.1  29-Jan-2002  tv Make almost all tools compile and run properly on non-NetBSD hosts. (In
particular, most tools now run correctly on Solaris 7.)
 1.3.30.1  18-May-2008  yamt sync with head.

RSS XML Feed