mirror of
https://github.com/tesseract-ocr/tesseract.git
synced 2024-11-24 11:09:06 +08:00
425d593ebe
git-svn-id: https://tesseract-ocr.googlecode.com/svn/trunk/trunk@2 d0cd1f9f-072b-0410-8dd7-cf729c803f20
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
|