The document describes configuration files used by the Ring programming language to wrap C/C++ libraries and generate interface code. Specific sections summarize:
1. How filtering expressions can include/exclude parts of the configuration file.
2. How constants are defined and their types determined.
3. An example Allegro library configuration file that generates 12,000 lines of C code from under 1,000 lines of configuration.
4. How threads are supported by executing Ring code from C/C++ threads.