1 /***************************************************************************/
5 /* FreeType's OpenType validation module implementation */
8 /* Copyright 2004 by */
9 /* David Turner, Robert Wilhelm, and Werner Lemberg. */
11 /* This file is part of the FreeType project, and may only be used, */
12 /* modified, and distributed under the terms of the FreeType project */
13 /* license, LICENSE.TXT. By continuing to use, modify, or distribute */
14 /* this file you indicate that you have read the license and */
15 /* understand and accept it fully. */
17 /***************************************************************************/
30 #ifdef FT_CONFIG_OPTION_PIC
31 #error "this module does not support PIC yet"
35 FT_EXPORT_VAR( const FT_Module_Class
) otv_module_class
;
40 #endif /* __OTVMOD_H__ */