Go to the first, previous, next, last section, table of contents.


Overall structure

The zlibrc files consist of two sections: A commands section (section Available commands line flags) and a class definition section (section Class section).

The commands section describes how zlibc should behave depending on the executable that it was called from. Several commands are grouped together into command classe.

The class definition section describes how zlibc should behave depending on the class of the command and the datafile opened.

The configuration file may contain comments in both sections: a comment starts with a hash (#) and stops at the end of the line.

Dashes (-) and underbars (_) may be used indifferently in all keywords.


Go to the first, previous, next, last section, table of contents.