X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=blobdiff_plain;f=NetWare%2Fnwutil.h;h=6c8f14489f1cf7ef5634ef6c50a956542d4040c8;hb=f0c5aa00eeb992584d6996af147c4c51fe7a6540;hp=2d5dd0f0677bc3330d07d7cee4fee2c60339db69;hpb=78196db058807d48f2c755ea8e4fa61c11bee0cc;p=p5sagit%2Fp5-mst-13.2.git diff --git a/NetWare/nwutil.h b/NetWare/nwutil.h index 2d5dd0f..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" -/* DEFPERLTEMP: +/* NWDEFPERLTEMP: * This symbol contains the name of the default temp files directory. */ -#define DEFPERLTEMP "sys:\\perl\\temp" +#define NWDEFPERLTEMP "sys:\\perl\\temp" #endif // __NWUtil_H__