summaryrefslogtreecommitdiff
path: root/NetWare/nwutil.h
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-09-14 13:55:56 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-09-14 13:55:56 +0000
commit1db1659f90068fccb5de856f9baa5dab87db770f (patch)
tree6a4c56c74a60703f139253d6c81ffad7b7790dc0 /NetWare/nwutil.h
parentad75418a4f79eabba702cb2a993fc1295e75237e (diff)
downloadperl-1db1659f90068fccb5de856f9baa5dab87db770f.tar.gz
NetWare tweaks from Ananth Kesari.
p4raw-id: //depot/perl@12018
Diffstat (limited to 'NetWare/nwutil.h')
-rw-r--r--NetWare/nwutil.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/NetWare/nwutil.h b/NetWare/nwutil.h
index 2d5dd0f067..6c8f14489f 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__