Perl code for generating "map" routines from a common template with
authorKen Raeburn <raeburn@mit.edu>
Wed, 4 Jul 2007 04:06:54 +0000 (04:06 +0000)
committerKen Raeburn <raeburn@mit.edu>
Wed, 4 Jul 2007 04:06:54 +0000 (04:06 +0000)
commit1016ef14acf2135c05fec0b8e06d0eb1c0434c35
tree206085079d775cd4c22a1ecfc74b9a4fa4d70454
parent059e4efd1675acabc65237fb8ae1622389a5c846
Perl code for generating "map" routines from a common template with
supplied type info.

* ktemplate.pm: Code for parsing a command line and writing out a
supplied template with substitutions.
* gen-map.pl: Parameter info and template for "map" type.

git-svn-id: svn://anonsvn.mit.edu/krb5/trunk@19669 dc483132-0cff-0310-8789-dd5450dbe970
src/util/gen-map.pl [new file with mode: 0644]
src/util/ktemplate.pm [new file with mode: 0644]