miniSQL source Manifest
--------------------------------------------------------------------------
Makefile		- Dummy Makefile used by MakeGen
Makefile.tmpl		- MakeGen template
libmsql.c		- mSQL client API library
msql.3			- mSQL API man page
msql.c			- mSQL Monitor program
msql.h			- mSQL structs etc for API
msql_io.c		- IO routines used by the lex scanner
msql_lex.l		- lex scanner definition
msql_priv.h		- private, internal header info
msql_proc.c		- routines called directly by parser during processing
msql_yacc.y		- yacc parser definition
msqladmin.1		- man page for the administration program
msqladmin.c		- database administration program
msqld.c			- mSQL daemon code
msqldb.c		- Backend database engine code
net.c			- Client/Server PDU code (nothing much)
relshow.c		- program for looking at DB structure
sample.msql		- sample mSQL script ( "monitor test < sample.msql")
pg_msql.c		- The original backend interface using Postgres
			  as the engine.  This probably won't work with
			  the way things are now as it is very old code
