summaryrefslogtreecommitdiffstats
path: root/bin/csh
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2001-09-05 22:56:58 +0000
committermp <mp@FreeBSD.org>2001-09-05 22:56:58 +0000
commit1674546f604e4018977588bf67c4e633cc07346d (patch)
treea6c1eb18a3b0fee27a12ac0da7428ef79bd830d6 /bin/csh
parent7a8588e6858d1bce31a18ad1234cb73be5619227 (diff)
downloadFreeBSD-src-1674546f604e4018977588bf67c4e633cc07346d.zip
FreeBSD-src-1674546f604e4018977588bf67c4e633cc07346d.tar.gz
Enable BSD style color ls support.
PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
Diffstat (limited to 'bin/csh')
-rw-r--r--bin/csh/config.h1
-rw-r--r--bin/csh/config_p.h1
2 files changed, 2 insertions, 0 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h
index 76064f9..9e91642 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 76064f9..9e91642 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__)
OpenPOWER on IntegriCloud