Tesseract
3.02
|
00001 /* Include this file in any module which needs to have conditional compilation 00002 of sensitive code for UNLV. In INTERNAL mode SECURE_NAMES is NOT defined. 00003 For UNLV mode it IS defined, allowing multiple modules to do conditional 00004 compilation on the same name. 00005 */ 00006 00007 #ifndef SECURE_NAMES 00008 /* #define SECURE_NAMES */ 00009 #endif