head	1.2;
access;
symbols
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1
	RELEASE_4_1_1:1.1
	RELEASE_4_1_0:1.1
	RELEASE_3_5_0:1.1
	RELEASE_4_0_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2002.10.22.06.12.06;	author ijliao;	state dead;
branches;
next	1.1;

1.1
date	2000.02.13.19.55.05;	author obrien;	state Exp;
branches;
next	;


desc
@@


1.2
log
@- Fix build
- Add several libraries, utilities and documents

PR:		44349
Submitted by:	Ports Fury
@
text
@--- System/Platforms/unix/header.h.orig	Sat Sep 11 23:33:03 1999
+++ System/Platforms/unix/header.h	Wed Feb  2 20:57:51 2000
@@@@ -15,7 +15,11 @@@@
 #define _HEADER_H_
 
 #ifndef ZONES
+#  ifdef __FreeBSD__
+#  include <gc.h>
+#  else
 #  include <gc/gc.h>
+#  endif
 #endif
 
 #include "../../Common/c_header.h"
@


1.1
log
@Upgrade to version 1.2.1

PR:		16675
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@

