1
2/*
3 * Redirect the libtiff definitions through the stub definitions of the
4 * binding. A wrapper for a support library using libtiff 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 libtiff wrapper itself.
10 */
11
12#include "tifftclDecls.h"
13