Home | History | Annotate | Download | only in msgc
History log of /src/usr.bin/msgc/defs.h
RevisionDateAuthorComments
 1.6  18-Oct-2013  christos avoid redefinitions
 1.5  06-Mar-2012  mbalmer branches: 1.5.2;
Remove the advertising clause with the explicit ok from Perry E. Metzger.
 1.4  27-Oct-2003  lukem branches: 1.4.56;
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.3  14-Jul-2003  itojun use bounded string op
 1.2  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.1  26-Sep-1997  phil branches: 1.1.1;
Initial revision
 1.1.1.1  26-Sep-1997  phil Import a simple message system with 'compiled' messages. Used by
the net system install program.
 1.4.56.2  22-May-2014  yamt sync with head.

for a reference, the tree before this commit was tagged
as yamt-pagecache-tag8.

this commit was splitted into small chunks to avoid
a limitation of cvs. ("Protocol error: too many arguments")
 1.4.56.1  17-Apr-2012  yamt sync with head
 1.5.2.1  20-Aug-2014  tls Rebase to HEAD as of a few days ago.

RSS XML Feed