Tesseract  3.02
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
secname.h
Go to the documentation of this file.
1 /* Include this file in any module which needs to have conditional compilation
2  of sensitive code for UNLV. In INTERNAL mode SECURE_NAMES is NOT defined.
3  For UNLV mode it IS defined, allowing multiple modules to do conditional
4  compilation on the same name.
5 */
6 
7 #ifndef SECURE_NAMES
8 /* #define SECURE_NAMES */
9 #endif