Default configuration files (*.conf)

They should be copied in the same directory as the Catalog script by
the installation procedure.

Makefile.Pl -> lib.pl
	    -> mysql.pl
	    -> mifluz.pl

At install time the .conf files are modified to fit user preferences
(either specified interactively or with environment variables). The
Makefile.PL script does this and is called by the top level
Makefile.PL.

The lib.pl script contains configuration procedures used for this
purpose. See in the script itself for usefull comments on how to use
it. It only contains generic configuration procedures, all the specific
configuration is done in Makefile.PL.

The mysql.pl contains configuration dedicated to MySQL and is only used
if the MySQL database is chosen. Same for mifluz.pl.


