diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-11 11:50:48 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-09-11 11:50:48 +0000 |
commit | 78196db058807d48f2c755ea8e4fa61c11bee0cc (patch) | |
tree | bf35494c86fe184b5efd034f12354c7f2fd3d9ed /NetWare/nwutil.h | |
parent | 7f01e9eb568fcd05e80ff03d218f3770ea23fc08 (diff) | |
download | perl-78196db058807d48f2c755ea8e4fa61c11bee0cc.tar.gz |
NetWare update from Ananth Kesari.
p4raw-id: //depot/perl@12002
Diffstat (limited to 'NetWare/nwutil.h')
-rw-r--r-- | NetWare/nwutil.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/NetWare/nwutil.h b/NetWare/nwutil.h index a2e35ec62e..2d5dd0f067 100644 --- a/NetWare/nwutil.h +++ b/NetWare/nwutil.h @@ -89,10 +89,10 @@ char* fnMy_MkTemp(char* templatestr); */ #define DEFPERLROOT "sys:\\perl\\scripts" -/* DEFTEMP: +/* DEFPERLTEMP: * This symbol contains the name of the default temp files directory. */ -#define DEFTEMP "sys:\\perl\\temp" +#define DEFPERLTEMP "sys:\\perl\\temp" #endif // __NWUtil_H__ |