NetBSD/usr.bin/rpcgen
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 Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), 2003-05-18 07:57:31 +00:00
rpc_clntout.c
rpc_cout.c safer use of realloc 2003-10-16 06:56:17 +00:00
rpc_hout.c
rpc_main.c Remove special case handling for $CPP and use execvp() instead. 2003-08-05 21:26:55 +00:00
rpc_parse.c
rpc_parse.h
rpc_sample.c
rpc_scan.c
rpc_scan.h Overhaul how `build.sh tools' are used: 2003-10-27 00:12:41 +00:00
rpc_svcout.c Definition, not defintion. From miod@openbsd. 2003-09-26 22:25:21 +00:00
rpc_tblout.c
rpc_util.c
rpc_util.h
rpcgen.1 .Nm does not need a dummy argument ("") before punctuation or 2003-02-25 10:34:36 +00:00