diff options
author | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-25 11:56:36 +0000 |
---|---|---|
committer | Jason Downs <downsj@cvs.openbsd.org> | 1996-08-25 11:56:36 +0000 |
commit | 4cb4a29cd07c4deb847c4e2d00c2fa7b18a5f0f6 (patch) | |
tree | 685aa2b9f0878fb3bb13ca1d8741083e3012e28e /bin/ksh/config.h | |
parent | f661404d2a652346df3cd745c0cef04c70d5c7d5 (diff) |
Removed unused file and move KSH define to CFLAGS.
Diffstat (limited to 'bin/ksh/config.h')
-rw-r--r-- | bin/ksh/config.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/ksh/config.h b/bin/ksh/config.h index 801064fe978..c949a254ee2 100644 --- a/bin/ksh/config.h +++ b/bin/ksh/config.h @@ -1,4 +1,4 @@ -/* $OpenBSD: config.h,v 1.1 1996/08/14 06:19:12 downsj Exp $ */ +/* $OpenBSD: config.h,v 1.2 1996/08/25 11:56:34 downsj Exp $ */ /* config.h. Generated automatically by configure. */ /* config.h.in. Generated automatically from configure.in by autoheader. */ @@ -196,7 +196,7 @@ #define DEFAULT_PATH "/bin:/usr/bin:/usr/ucb" /* Include ksh features? (see comments in configure.in for more details) */ -#define KSH 1 +/* #define KSH 1 */ /* Include emacs editing? (see comments in configure.in for more details) */ #define EMACS 1 |