summaryrefslogtreecommitdiffstats
path: root/contrib/tcsh/config
diff options
context:
space:
mode:
authormp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
committermp <mp@FreeBSD.org>2005-04-24 19:41:08 +0000
commit94a109bd814074f290affa8f7698847719d55833 (patch)
tree6daeb0464a7bc8705c0246b7fd98e212b6beed09 /contrib/tcsh/config
parentbbd1addf8f9452690ad13ce5b875ee4cc9633958 (diff)
downloadFreeBSD-src-94a109bd814074f290affa8f7698847719d55833.zip
FreeBSD-src-94a109bd814074f290affa8f7698847719d55833.tar.gz
Import of tcsh-6.14.00
Diffstat (limited to 'contrib/tcsh/config')
-rw-r--r--contrib/tcsh/config/bsd4.437
1 files changed, 0 insertions, 37 deletions
diff --git a/contrib/tcsh/config/bsd4.4 b/contrib/tcsh/config/bsd4.4
index b99531e..5f028de 100644
--- a/contrib/tcsh/config/bsd4.4
+++ b/contrib/tcsh/config/bsd4.4
@@ -66,12 +66,6 @@
#define BSDLIMIT
/*
- * BSDNICE Your system uses setpriority() instead of nice, to
- * change a processes scheduling priority
- */
-#define BSDNICE
-
-/*
* TERMIO You have struct termio instead of struct sgttyb.
* This is usually the case for SYSV systems, where
* BSD uses sgttyb. POSIX systems should define this
@@ -94,44 +88,13 @@
*/
#undef YPBUGS
-/*
- * SIGVOID Define this if your signal handlers return void. On older
- * systems, signal returns int, but on newer ones, it returns void.
- */
-#define SIGVOID
-
-/*
- * HAVEDUP2 Define this if your system supports dup2().
- */
-#define HAVEDUP2
-
-/*
- * UTHOST Does the utmp file have a host field?
- */
-#define UTHOST
-
-/*
- * DIRENT Your system has <dirent.h> instead of <sys/dir.h>
- */
-#define DIRENT
/****************** local defines *********************/
-/****************** configurable hacks ****************/
-
-/* have been moved to config_f.h */
-#include "config_f.h"
#if defined(__FreeBSD__)
#define NLS_BUGS
#define BSD_STYLE_COLORLS
#endif
-#if defined(__NetBSD__)
-#include <sys/param.h>
-#if __NetBSD_Version__ >= 106030000 /* NetBSD 1.6C */
-#define HAVEUTMPX
-#endif
-#endif
-
#if defined(__bsdi__)
/*
* _PATH_TCSHELL if you've change the installation location (vix)
OpenPOWER on IntegriCloud