NetBSD/usr.bin/msgc
lukem 171d653219 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).
2003-10-27 00:12:41 +00:00
..
Makefile Add a msg_row() function that returns the current screen row. 2003-09-25 18:32:10 +00:00
defs.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
msg_sys.def Add a msg_row() function that returns the current screen row. 2003-09-25 18:32:10 +00:00
msgc.1 Bump date for previous. 2003-10-15 20:02:10 +00:00
msgdb.c Add a msg_row() function that returns the current screen row. 2003-09-25 18:32:10 +00:00
msgdb.h
msgmain.c only use __RCSID() if it is #defined 2003-07-17 08:33:03 +00:00
msgparse.y only use __RCSID() if it is #defined 2003-07-17 08:33:03 +00:00
msgscan.l only use __RCSID() if it is #defined 2003-07-17 08:33:03 +00:00
pathnames.h