X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fnwutil.h;h=6c8f14489f1cf7ef5634ef6c50a956542d4040c8;hb=6fc9eaaa1c82b700ac8c8f6b5db3fbfde694d9e7;hp=a2e35ec62e84e21d509416182d8586fc507a18c8;hpb=2986a63f7e513cf37f46db9f211b77071260031f;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/nwutil.h b/NetWare/nwutil.h index a2e35ec..6c8f144 100644 --- a/NetWare/nwutil.h +++ b/NetWare/nwutil.h @@ -83,16 +83,16 @@ void fnInternalPerlLaunchHandler(char* cmdLine); char* fnMy_MkTemp(char* templatestr); -/* DEFPERLROOT: +/* NWDEFPERLROOT: * This symbol contains the name of the starting default directory to search * for scripts to run. */ -#define DEFPERLROOT "sys:\\perl\\scripts" +#define NWDEFPERLROOT "sys:\\perl\\scripts" -/* DEFTEMP: +/* NWDEFPERLTEMP: * This symbol contains the name of the default temp files directory. */ -#define DEFTEMP "sys:\\perl\\temp" +#define NWDEFPERLTEMP "sys:\\perl\\temp" #endif // __NWUtil_H__