head	1.3;
access;
symbols
	old_RELEASE_5_0_0:1.2
	old_RELEASE_4_7_0:1.1
	old_RELEASE_4_6_2:1.1
	old_RELEASE_4_6_1:1.1
	old_RELEASE_4_6_0:1.1
	old_RELEASE_5_0_DP1:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.03.05.19.23.46;	author olgeni;	state dead;
branches;
next	1.2;

1.2
date	2002.11.02.18.40.49;	author olgeni;	state Exp;
branches;
next	1.1;

1.1
date	2002.03.31.10.23.43;	author olgeni;	state Exp;
branches;
next	;


desc
@@


1.3
log
@Update to R9B-1.
@
text
@--- erts/config.h.in.orig	Wed Oct 16 10:41:05 2002
+++ erts/config.h.in	Sat Nov  2 15:43:51 2002
@@@@ -258,6 +258,9 @@@@
 /* Define if you have the strerror function.  */
 #undef HAVE_STRERROR
 
+/* Define if you have the strerror_r function.  */
+#undef HAVE_STRERROR_R
+
 /* Define if you have the strncasecmp function.  */
 #undef HAVE_STRNCASECMP
@


1.2
log
@Update to version R9B-0, use ${SHAREOWN}:${SHAREGRP} rather
than hardcoding root:wheel.
@
text
@@


1.1
log
@Update port to version 8.0 (R8B-0).

Remove my code to handle the documentation merge for patched releases, it
was rather obscure and error-prone. I'll rewrite it in a simpler way next
time I'll need to perform the merge.

Also include a fix for erlang-mode under emacs21 (by Hal Snyder
<hal@@vailsys.com> on the erlang mailing list).
@
text
@d1 3
a3 3
--- erts/config.h.in.orig	Thu Mar 28 21:53:19 2002
+++ erts/config.h.in	Thu Mar 28 21:54:07 2002
@@@@ -211,6 +211,9 @@@@
a11 1
 
@

