mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
10 lines
321 B
C
10 lines
321 B
C
|
/* Include this file in any module which needs to have conditional compilation
|
||
|
of sensitive code for UNLV. In INTERNAL mode SECURE_NAMES is NOT defined.
|
||
|
For UNLV mode it IS defined, allowing multiple modules to do conditional
|
||
|
compilation on the same name.
|
||
|
*/
|
||
|
|
||
|
#ifndef SECURE_NAMES
|
||
|
/* #define SECURE_NAMES */
|
||
|
#endif
|