--- np2/generic/hostdrvs.c 2004/01/12 08:01:00 1.5 +++ np2/generic/hostdrvs.c 2004/01/15 06:20:42 1.7 @@ -1,4 +1,7 @@ #include "compiler.h" + +#if defined(SUPPORT_HOSTDRV) + #if defined(OSLANG_EUC) #include "codecnv.h" #endif @@ -140,7 +143,7 @@ LISTARRAY hostdrvs_getpathlist(const cha hdd->di.date = fli.date; hdd->di.time = fli.time; milstr_ncpy(hdd->realname, fli.path, sizeof(hdd->realname)); - TRACEOUT(("%s -> %11s", fli.path, fcbname)); +// TRACEOUT(("%s -> %11s", fli.path, fcbname)); } } while(file_listnext(flh, &fli) == SUCCESS); if (listarray_getitems(ret) == 0) { @@ -383,3 +386,5 @@ HDRVFILE hostdrvs_fhdlsea(LISTARRAY fhdl return(ret); } +#endif +