summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--bin/csh/config.h2
-rw-r--r--bin/csh/config_p.h2
2 files changed, 2 insertions, 2 deletions
diff --git a/bin/csh/config.h b/bin/csh/config.h
index 836e5d4..76064f9 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 836e5d4..76064f9 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
OpenPOWER on IntegriCloud