1 
2 /*
3  * Redirect the jpeg definitions through the stub definitions of the
4  * binding. A wrapper for a support library using jpeg has to use this
5  * header to ensure usage of the stub macros during the compilation of
6  * the support library itself. In this way we avoid the need for
7  * changing the original sources.
8  *
9  * This header has to be avoided when building the jpeg wrapper itself.
10  */
11 
12 #include "jpegtclDecls.h"
13