X-Git-Url: https://perl5.git.perl.org/perl5.git/blobdiff_plain/2986a63f7e513cf37f46db9f211b77071260031f..b347df820803cfaa55e1ef645ee3797402b58e10:/NetWare/nwutil.h 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__