diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-01 12:29:00 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-12-01 12:29:00 +0000 |
| commit | bddc60b42c693f94f275a71e4321b0c3cbe18c73 (patch) | |
| tree | 56c2368446521069d811e7d10ac7112cdc7f4e45 /bin | |
| parent | b8b5f4629faee3e468bec04a3381bf29e5a4922d (diff) | |
Notes
Diffstat (limited to 'bin')
| -rw-r--r-- | bin/csh/config.h | 2 | ||||
| -rw-r--r-- | bin/csh/config_p.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h index 836e5d4e87d4b..76064f9110188 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -135,7 +135,7 @@ /* * _PATH_TCSHELL if you've change the installation location (vix) */ -# ifdef _BSDI_VERSION >= 199701 +# if _BSDI_VERSION >= 199701 # define _PATH_TCSHELL "/bin/tcsh" /* # undef SYSMALLOC */ # define SYSMALLOC diff --git a/bin/csh/config_p.h b/bin/csh/config_p.h index 836e5d4e87d4b..76064f9110188 100644 --- a/bin/csh/config_p.h +++ b/bin/csh/config_p.h @@ -135,7 +135,7 @@ /* * _PATH_TCSHELL if you've change the installation location (vix) */ -# ifdef _BSDI_VERSION >= 199701 +# if _BSDI_VERSION >= 199701 # define _PATH_TCSHELL "/bin/tcsh" /* # undef SYSMALLOC */ # define SYSMALLOC |
