From: David Rhodus Date: Mon, 26 Jan 2004 18:12:54 +0000 (+0000) Subject: * Change FreeBSD ifdefs to DragonFly X-Git-Tag: v2.0.1~12210 X-Git-Url: https://gitweb.dragonflybsd.org/dragonfly.git/commitdiff_plain/18d300f94d2a2638e18c997fe56da545379b6b1a * Change FreeBSD ifdefs to DragonFly --- diff --git a/bin/csh/config.h b/bin/csh/config.h index 9ee9fe2fca..b1ad1f0378 100644 --- a/bin/csh/config.h +++ b/bin/csh/config.h @@ -8,7 +8,7 @@ */ /* $FreeBSD: src/bin/csh/config.h,v 1.5.2.3 2001/10/08 21:11:00 mp Exp $ */ -/* $DragonFly: src/bin/csh/config.h,v 1.2 2003/06/17 04:22:49 dillon Exp $ */ +/* $DragonFly: src/bin/csh/config.h,v 1.3 2004/01/26 18:12:54 drhodus Exp $ */ #ifndef _h_config #define _h_config @@ -126,7 +126,7 @@ /* have been moved to config_f.h */ #include "config_f.h" -#if defined(__FreeBSD__) +#if defined(__DragonFly__) #define NLS_BUGS /* we want to use the system malloc when we install as /bin/csh */ #define SYSMALLOC diff --git a/bin/csh/host.defs b/bin/csh/host.defs index 2fc05e8d3b..379c5c45ab 100644 --- a/bin/csh/host.defs +++ b/bin/csh/host.defs @@ -1,7 +1,7 @@ newcode : /* $Header: /src/pub/tcsh/host.defs,v 1.31 2001/06/10 02:19:11 christos Exp $ */ /* $FreeBSD: src/bin/csh/host.defs,v 1.1.2.2 2001/10/08 21:11:00 mp Exp $ */ -/* $DragonFly: src/bin/csh/host.defs,v 1.2 2003/06/17 04:22:49 dillon Exp $ */ +/* $DragonFly: src/bin/csh/host.defs,v 1.3 2004/01/26 18:12:54 drhodus Exp $ */ /* * host.defs: Hosttype/Machtype etc. */ @@ -499,12 +499,12 @@ machtype: defined(alpha) : "alpha" enddef : -newdef : defined(__FreeBSD__) -comment : FreeBSD +newdef : defined(__DragonFly__) +comment : DragonFly vendor : defined(__alpha) : "digital" vendor : defined(M_intel) : "intel" -hosttype: : "FreeBSD" -ostype : : "FreeBSD" +hosttype: : "DragonFly" +ostype : : "DragonFly" machtype: defined(__alpha) : "alpha" machtype: defined(M_i386) : "i386" enddef :