head	1.2;
access;
symbols
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2004.01.17.05.24.17;	author marcus;	state dead;
branches;
next	1.1;

1.1
date	2003.06.01.17.22.12;	author marcus;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Update to 1.6.  For all the juicy details, please see:

http://www.mozilla.org/releases/mozilla1.6/
@
text
@--- nsprpub/configure.in.orig	Sun Jun  1 00:16:23 2003
+++ nsprpub/configure.in	Sun Jun  1 00:13:09 2003
@@@@ -920,6 +920,7 @@@@
     AC_DEFINE(XP_UNIX)
     AC_DEFINE(FREEBSD)
     AC_DEFINE(HAVE_BSD_FLOCK)
+    AC_DEFINE(HAVE_SOCKLEN_T)
     CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall"
     MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
     if test "$MOZ_OBJFORMAT" = "elf"; then
--- nsprpub/configure.orig	Sun Jun  1 00:11:33 2003
+++ nsprpub/configure	Sun Jun  1 00:12:49 2003
@@@@ -3300,6 +3300,10 @@@@
 #define HAVE_BSD_FLOCK 1
 EOF
 
+    cat >> confdefs.h <<\EOF
+#define HAVE_SOCKLEN_T 1
+EOF
+
     CFLAGS="$CFLAGS $(DSO_CFLAGS) -ansi -Wall"
     MOZ_OBJFORMAT=`test -x /usr/bin/objformat && /usr/bin/objformat || echo aout`
     if test "$MOZ_OBJFORMAT" = "elf"; then
@


1.1
log
@Add a better patch to teach nspr that we have socklen_t.

Submitted by:	tmm
@
text
@@

