From 2441ae608e3e489e7dd3f615b6e5da5bf331f00c Mon Sep 17 00:00:00 2001 From: Mark Peek Date: Wed, 5 Sep 2001 22:56:58 +0000 Subject: [PATCH] Enable BSD style color ls support. PR: 23161 Submitted by: Anand Ranganathan --- bin/csh/config.h | 1 + bin/csh/config_p.h | 1 + 2 files changed, 2 insertions(+) diff --git a/bin/csh/config.h b/bin/csh/config.h index 76064f91101..9e91642bb5e 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -129,6 +129,7 @@ #define NLS_BUGS /* we want to use the system malloc when we install as /bin/csh */ #define SYSMALLOC +#define BSD_STYLE_COLORLS #endif #if defined(__bsdi__) diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 76064f91101..9e91642bb5e 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -129,6 +129,7 @@ #define NLS_BUGS /* we want to use the system malloc when we install as /bin/csh */ #define SYSMALLOC +#define BSD_STYLE_COLORLS #endif #if defined(__bsdi__)