From 7af587866799c05822d7ce6c84a82699bd1eb07b Mon Sep 17 00:00:00 2001 From: Jason Downs Date: Tue, 1 Oct 1996 02:05:58 +0000 Subject: Integrate pdksh 5.2.9. --- bin/ksh/sh.h | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) (limited to 'bin/ksh/sh.h') diff --git a/bin/ksh/sh.h b/bin/ksh/sh.h index f6578427d9c..b05a49d896e 100644 --- a/bin/ksh/sh.h +++ b/bin/ksh/sh.h @@ -1,4 +1,4 @@ -/* $OpenBSD: sh.h,v 1.2 1996/08/19 20:08:58 downsj Exp $ */ +/* $OpenBSD: sh.h,v 1.3 1996/10/01 02:05:47 downsj Exp $ */ /* * Public Domain Bourne/Korn shell @@ -682,6 +682,14 @@ EXTERN int x_cols I__(80); /* tty columns */ #define OBRACE '{' #define CBRACE '}' +/* Determine the location of the system (common) profile */ +#ifndef KSH_SYSTEM_PROFILE +# ifdef __NeXT +# define KSH_SYSTEM_PROFILE "/etc/profile.std" +# else /* __NeXT */ +# define KSH_SYSTEM_PROFILE "/etc/profile" +# endif /* __NeXT */ +#endif /* KSH_SYSTEM_PROFILE */ #include "shf.h" #include "table.h" -- cgit v1.2.3