summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/config
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
committermp <mp@FreeBSD.org>2007-03-11 22:33:41 +0000
commita40980339b13e3b506c2317b5b4864127039eb2c (patch)
tree34aefea92d30b614247ef1f2671f2362f4761785 /contrib/tcsh/config
parent32837fb336d4709f0a121130a3a78f29be0db5ed (diff)
downloadFreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.zip
FreeBSD-src-a40980339b13e3b506c2317b5b4864127039eb2c.tar.gz
Import of tcsh-6.15.00
Diffstat (limited to 'contrib/tcsh/config')
-rw-r--r--contrib/tcsh/config/bsd4.415
1 files changed, 1 insertions, 14 deletions
diff --git a/contrib/tcsh/config/bsd4.4 b/contrib/tcsh/config/bsd4.4
index 5f028de..6be4ebb 100644
--- a/contrib/tcsh/config/bsd4.4
+++ b/contrib/tcsh/config/bsd4.4
@@ -21,11 +21,6 @@
#define POSIXJOBS
/*
- * POSIXSIGS Use the POSIX signal facilities to emulate BSD signals.
- */
-#undef POSIXSIGS
-
-/*
* VFORK This machine has a vfork().
* It used to be that for job control to work, this define
* was mandatory. This is not the case any more.
@@ -47,16 +42,9 @@
#define BSDJOBS
/*
- * BSDSIGS You have 4.2-style signals, rather than USG style.
- * Note: POSIX systems should not define this unless they
- * have sigvec() and friends (ie: 4.3BSD-RENO, HP-UX).
- */
-#define BSDSIGS
-
-/*
* BSDTIMES You have BSD-style process time stuff (like rusage)
* This may or may not be true. For example, Apple Unix
- * (OREO) has BSDJOBS and BSDSIGS but not BSDTIMES.
+ * (OREO) has BSDJOBS but not BSDTIMES.
*/
#define BSDTIMES
@@ -108,7 +96,6 @@
# define _PATH_TCSHELL "/usr/contrib/bin/tcsh"
# endif
-# undef NLS
# undef NLS_CATALOGS
#elif defined(__APPLE__)
OpenPOWER on IntegriCloud