mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Enable BSD style color ls support.
PR: 23161 Submitted by: Anand Ranganathan <anand@blandings.com>
This commit is contained in:
parent
98435cf714
commit
2441ae608e
2 changed files with 2 additions and 0 deletions
|
|
@ -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__)
|
||||
|
|
|
|||
|
|
@ -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__)
|
||||
|
|
|
|||
Loading…
Reference in a new issue