> nspr-4.7.1 As kili and ian pointed out, it doesn't apply because patch-mozilla_nsprpub_pr_include_private_primpl_h has been removed.
Index: Makefile =================================================================== RCS file: /cvs/ports/devel/nspr/Makefile,v retrieving revision 1.24 diff -u -r1.24 Makefile --- Makefile 12 Feb 2008 23:21:38 -0000 1.24 +++ Makefile 13 Jun 2008 18:31:38 -0000 @@ -6,14 +6,14 @@ COMMENT-main= Netscape Portable Runtime COMMENT-docs= HTML Documentation for NSPR -VER= 4.6.8 +VER= 4.7.1 DISTNAME= nspr-${VER} PKGNAME-main= ${DISTNAME} PKGNAME-docs= nspr-docs-${VER} DISTFILES= ${DISTNAME}${EXTRACT_SUFX} \ nspr-reference${EXTRACT_SUFX}:0 -SO_VERSION= 19.0 +SO_VERSION= 20.0 .for _lib in nspr4 plc4 plds4 SHARED_LIBS+= ${_lib} ${SO_VERSION} .endfor @@ -73,7 +73,7 @@ ${MAKE_PROGRAM} -C ${WRKSRC}/pr/tests ${MAKE_PROGRAM} -C ${WRKSRC}/lib/tests @cd ${WRKSRC}/pr/tests && ulimit -Sn 192 && env TZ=gmt \ - LD_LIBRARY_PATH=${WRKSRC}/dist/lib /bin/ksh runtests.ksh + LD_LIBRARY_PATH=${WRKSRC}/dist/lib /bin/ksh runtests.sh LD_LIBRARY_PATH=${WRKSRC}/dist/lib ${WRKSRC}/lib/tests/string LD_LIBRARY_PATH=${WRKSRC}/dist/lib ${WRKSRC}/lib/tests/base64t Index: distinfo =================================================================== RCS file: /cvs/ports/devel/nspr/distinfo,v retrieving revision 1.9 diff -u -r1.9 distinfo --- distinfo 12 Feb 2008 23:21:38 -0000 1.9 +++ distinfo 13 Jun 2008 18:31:38 -0000 @@ -1,10 +1,10 @@ -MD5 (nspr-4.6.8.tar.gz) = bL9oH4tzEs1U8Et9vqOBvA== +MD5 (nspr-4.7.1.tar.gz) = fG51oIZ84rnsYuOZqQi1rA== MD5 (nspr-reference.tar.gz) = jZRQOnk+OzIiUnYci0jz4A== -RMD160 (nspr-4.6.8.tar.gz) = 2ot3w7OGrbgkZ2E+C8299faDaeo= +RMD160 (nspr-4.7.1.tar.gz) = ILCUX6gVlMb545RqybcJAGjP4Mw= RMD160 (nspr-reference.tar.gz) = 4eQ4pZI64spNagflIfhYo+D3wcY= -SHA1 (nspr-4.6.8.tar.gz) = yg16lA4c9s9r1jaA/t8JAZXQtGA= +SHA1 (nspr-4.7.1.tar.gz) = 3xT+PpNNpLRVWSnXQeQQedMriiQ= SHA1 (nspr-reference.tar.gz) = mihC1ynB3kmPoYRmevtjk5qdcec= -SHA256 (nspr-4.6.8.tar.gz) = R3UOapniVw+iEZ8h1dIBF0KCZ5NSN5pWXj5agEU+SLE= +SHA256 (nspr-4.7.1.tar.gz) = WHgrEUIzWfKiR/Aheqtv4EHzKYSqwfQR2m1DvTTP0Ns= SHA256 (nspr-reference.tar.gz) = zhhZrKNh2VTVMaJ+qR7AzZwW8lssI0mT1E5+d1gHiwo= -SIZE (nspr-4.6.8.tar.gz) = 1313108 +SIZE (nspr-4.7.1.tar.gz) = 1261636 SIZE (nspr-reference.tar.gz) = 195121 Index: patches/patch-mozilla_nsprpub_configure_in =================================================================== RCS file: /cvs/ports/devel/nspr/patches/patch-mozilla_nsprpub_configure_in,v retrieving revision 1.6 diff -u -r1.6 patch-mozilla_nsprpub_configure_in --- patches/patch-mozilla_nsprpub_configure_in 12 Feb 2008 23:21:38 -0000 1.6 +++ patches/patch-mozilla_nsprpub_configure_in 13 Jun 2008 18:31:38 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-mozilla_nsprpub_configure_in,v 1.6 2008/02/12 23:21:38 martynas Exp $ ---- mozilla/nsprpub/configure.in.orig Wed Oct 31 20:07:38 2007 -+++ mozilla/nsprpub/configure.in Tue Feb 12 23:37:03 2008 -@@ -1728,12 +1728,15 @@ mips-sony-newsos*) +--- mozilla/nsprpub/configure.in.orig Tue Apr 29 02:21:11 2008 ++++ mozilla/nsprpub/configure.in Fri Jun 13 21:58:15 2008 +@@ -1802,9 +1802,11 @@ mips-sony-newsos*) AC_DEFINE(OPENBSD) AC_DEFINE(HAVE_BSD_FLOCK) AC_DEFINE(HAVE_SOCKLEN_T) @@ -14,11 +14,7 @@ DSO_CFLAGS=-fPIC MDCPUCFG_H=_openbsd.cfg PR_MD_CSRCS=openbsd.c -+ OS_LIBS="-lc" - if test -z "$USE_NSPR_THREADS"; then - USE_PTHREADS=1 - fi -@@ -2781,6 +2784,7 @@ config/autoconf.mk +@@ -2857,6 +2859,7 @@ config/autoconf.mk config/nsprincl.mk config/nsprincl.sh config/nspr-config Index: patches/patch-mozilla_nsprpub_lib_tests_Makefile_in =================================================================== RCS file: /cvs/ports/devel/nspr/patches/patch-mozilla_nsprpub_lib_tests_Makefile_in,v retrieving revision 1.1 diff -u -r1.1 patch-mozilla_nsprpub_lib_tests_Makefile_in --- patches/patch-mozilla_nsprpub_lib_tests_Makefile_in 7 Nov 2006 16:22:06 -0000 1.1 +++ patches/patch-mozilla_nsprpub_lib_tests_Makefile_in 13 Jun 2008 18:31:38 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-mozilla_nsprpub_lib_tests_Makefile_in,v 1.1 2006/11/07 16:22:06 ajacoutot Exp $ ---- mozilla/nsprpub/lib/tests/Makefile.in.orig Mon Nov 8 03:52:55 2004 -+++ mozilla/nsprpub/lib/tests/Makefile.in Tue Nov 7 09:54:30 2006 -@@ -131,6 +131,12 @@ ifeq ($(OS_ARCH), Linux) +--- mozilla/nsprpub/lib/tests/Makefile.in.orig Sat Nov 17 18:00:44 2007 ++++ mozilla/nsprpub/lib/tests/Makefile.in Sat Nov 17 18:09:23 2007 +@@ -134,6 +134,12 @@ ifeq (,$(filter-out OpenBSD,$(OS_ARCH))) endif endif Index: patches/patch-mozilla_nsprpub_pr_include_md__openbsd_cfg =================================================================== RCS file: patches/patch-mozilla_nsprpub_pr_include_md__openbsd_cfg diff -N patches/patch-mozilla_nsprpub_pr_include_md__openbsd_cfg --- patches/patch-mozilla_nsprpub_pr_include_md__openbsd_cfg 15 Nov 2006 09:05:36 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,12 +0,0 @@ -$OpenBSD: patch-mozilla_nsprpub_pr_include_md__openbsd_cfg,v 1.4 2006/11/15 09:05:36 ajacoutot Exp $ ---- mozilla/nsprpub/pr/include/md/_openbsd.cfg.orig Sun Apr 25 17:00:47 2004 -+++ mozilla/nsprpub/pr/include/md/_openbsd.cfg Fri Nov 10 21:48:56 2006 -@@ -48,7 +48,7 @@ - - #define PR_AF_INET6 24 /* same as AF_INET6 */ - --#if defined(__i386__) -+#if defined(__i386__) || defined(__arm__) - - #define IS_LITTLE_ENDIAN 1 - #undef IS_BIG_ENDIAN Index: patches/patch-mozilla_nsprpub_pr_include_md__openbsd_h =================================================================== RCS file: patches/patch-mozilla_nsprpub_pr_include_md__openbsd_h diff -N patches/patch-mozilla_nsprpub_pr_include_md__openbsd_h --- patches/patch-mozilla_nsprpub_pr_include_md__openbsd_h 1 Mar 2007 22:37:48 -0000 1.5 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,25 +0,0 @@ -$OpenBSD: patch-mozilla_nsprpub_pr_include_md__openbsd_h,v 1.5 2007/03/01 22:37:48 robert Exp $ ---- mozilla/nsprpub/pr/include/md/_openbsd.h.orig Sun Apr 25 17:00:47 2004 -+++ mozilla/nsprpub/pr/include/md/_openbsd.h Thu Mar 1 23:09:56 2007 -@@ -54,9 +54,11 @@ - #define _PR_SI_ARCHITECTURE "powerpc" - #elif defined(__sparc__) - #define _PR_SI_ARCHITECTURE "sparc" -+#elif defined(__arm__) -+#define _PR_SI_ARCHITECTURE "arm" - #endif - --#define PR_DLL_SUFFIX ".so.1.0" -+#define PR_DLL_SUFFIX ".so" - - #define _PR_VMBASE 0x30000000 - #define _PR_STACK_VMBASE 0x50000000 -@@ -97,6 +99,8 @@ - #define JB_SP_INDEX 34 - #elif defined(__amd64__) - #define JB_SP_INDEX 6 -+#elif defined(__arm__) -+#define JB_SP_INDEX 23 - #else - #error "Need to define SP index in jmp_buf here" - #endif Index: patches/patch-mozilla_nsprpub_pr_src_misc_prdtoa_c =================================================================== RCS file: /cvs/ports/devel/nspr/patches/patch-mozilla_nsprpub_pr_src_misc_prdtoa_c,v retrieving revision 1.3 diff -u -r1.3 patch-mozilla_nsprpub_pr_src_misc_prdtoa_c --- patches/patch-mozilla_nsprpub_pr_src_misc_prdtoa_c 10 Apr 2007 18:07:43 -0000 1.3 +++ patches/patch-mozilla_nsprpub_pr_src_misc_prdtoa_c 13 Jun 2008 18:31:39 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-mozilla_nsprpub_pr_src_misc_prdtoa_c,v 1.3 2007/04/10 18:07:43 martynas Exp $ ---- mozilla/nsprpub/pr/src/misc/prdtoa.c.orig Fri Dec 22 00:45:54 2006 -+++ mozilla/nsprpub/pr/src/misc/prdtoa.c Tue Apr 10 21:03:50 2007 -@@ -37,41 +37,14 @@ +--- mozilla/nsprpub/pr/src/misc/prdtoa.c.orig Sat Nov 17 18:00:42 2007 ++++ mozilla/nsprpub/pr/src/misc/prdtoa.c Sat Nov 17 18:14:54 2007 +@@ -37,42 +37,14 @@ #include "primpl.h" @@ -27,8 +27,9 @@ - /* FIXME: deal with freelist and p5s. */ } --#if defined(__arm) || defined(__arm__) || defined(__arm26__) \ -- || defined(__arm32__) +-#if !defined(__ARM_EABI__) \ +- && (defined(__arm) || defined(__arm__) || defined(__arm26__) \ +- || defined(__arm32__)) -#define IEEE_ARM -#elif defined(IS_LITTLE_ENDIAN) -#define IEEE_8087 @@ -43,7 +44,7 @@ /**************************************************************** * * The author of this software is David M. Gay. -@@ -91,3303 +64,82 @@ void _PR_CleanupDtoa(void) +@@ -92,3303 +64,82 @@ void _PR_CleanupDtoa(void) * ***************************************************************/ @@ -3383,7 +3384,7 @@ PR_IMPLEMENT(PRStatus) PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, -@@ -3403,7 +155,7 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, +@@ -3404,7 +155,7 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, PR_SetError(PR_INVALID_ARGUMENT_ERROR, 0); return rv; } @@ -3392,7 +3393,7 @@ if (!result) { PR_SetError(PR_OUT_OF_MEMORY_ERROR, 0); return rv; -@@ -3418,7 +170,7 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, +@@ -3419,7 +170,7 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, } rv = PR_SUCCESS; } @@ -3401,7 +3402,7 @@ return rv; } -@@ -3434,13 +186,15 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, +@@ -3435,13 +186,15 @@ PR_dtoa(PRFloat64 d, PRIntn mode, PRIntn ndigits, ** '+' or '-' after the 'e' in scientific notation */ PR_IMPLEMENT(void) @@ -3418,7 +3419,7 @@ /* If anything fails, we store an empty string in 'buf' */ num = (char*)PR_MALLOC(bufsz); if (num == NULL) { -@@ -3448,7 +202,7 @@ PR_cnvtf(char *buf,int bufsz, int prcsn,double fval) +@@ -3449,7 +202,7 @@ PR_cnvtf(char *buf,int bufsz, int prcsn,double fval) return; } /* XXX Why use mode 1? */ Index: patches/patch-mozilla_nsprpub_pr_src_misc_prinit_c =================================================================== RCS file: /cvs/ports/devel/nspr/patches/patch-mozilla_nsprpub_pr_src_misc_prinit_c,v retrieving revision 1.3 diff -u -r1.3 patch-mozilla_nsprpub_pr_src_misc_prinit_c --- patches/patch-mozilla_nsprpub_pr_src_misc_prinit_c 1 Mar 2007 22:37:48 -0000 1.3 +++ patches/patch-mozilla_nsprpub_pr_src_misc_prinit_c 13 Jun 2008 18:31:39 -0000 @@ -1,7 +1,16 @@ $OpenBSD: patch-mozilla_nsprpub_pr_src_misc_prinit_c,v 1.3 2007/03/01 22:37:48 robert Exp $ ---- mozilla/nsprpub/pr/src/misc/prinit.c.orig Fri Dec 1 02:34:11 2006 -+++ mozilla/nsprpub/pr/src/misc/prinit.c Wed Feb 7 13:14:08 2007 -@@ -435,6 +435,12 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() +--- mozilla/nsprpub/pr/src/misc/prinit.c.orig Sat Apr 26 03:39:35 2008 ++++ mozilla/nsprpub/pr/src/misc/prinit.c Fri Jun 13 21:58:54 2008 +@@ -417,8 +417,6 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() + _PR_CleanupDtoa(); + _PR_CleanupCallOnce(); + _PR_ShutdownLinker(); +- _PR_CleanupNet(); +- _PR_CleanupIO(); + /* Release the primordial thread's private data, etc. */ + _PR_CleanupThread(me); + +@@ -429,6 +427,12 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() _PR_LogCleanup(); /* @@ -14,7 +23,7 @@ * This part should look like the end of _PR_NativeRunThread * and _PR_UserRunThread. */ -@@ -446,6 +452,7 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() +@@ -440,6 +444,7 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() PR_DELETE(me->stack); PR_DELETE(me); } @@ -22,12 +31,3 @@ /* * XXX: We are freeing the heap memory here so that Purify won't -@@ -454,8 +461,6 @@ PR_IMPLEMENT(PRStatus) PR_Cleanup() - * Ideally, for each _PR_InitXXX(), there should be a corresponding - * _PR_XXXCleanup() that we can call here. - */ -- _PR_CleanupNet(); -- _PR_CleanupIO(); - #ifdef WINNT - _PR_CleanupCPUs(); - #endif Index: patches/patch-mozilla_nsprpub_pr_src_misc_prnetdb_c =================================================================== RCS file: /cvs/ports/devel/nspr/patches/patch-mozilla_nsprpub_pr_src_misc_prnetdb_c,v retrieving revision 1.4 diff -u -r1.4 patch-mozilla_nsprpub_pr_src_misc_prnetdb_c --- patches/patch-mozilla_nsprpub_pr_src_misc_prnetdb_c 10 Apr 2007 18:07:43 -0000 1.4 +++ patches/patch-mozilla_nsprpub_pr_src_misc_prnetdb_c 13 Jun 2008 18:31:39 -0000 @@ -1,7 +1,7 @@ $OpenBSD: patch-mozilla_nsprpub_pr_src_misc_prnetdb_c,v 1.4 2007/04/10 18:07:43 martynas Exp $ ---- mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Tue Nov 14 19:41:59 2006 -+++ mozilla/nsprpub/pr/src/misc/prnetdb.c Tue Apr 10 21:03:50 2007 -@@ -2115,7 +2115,12 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInfoByName(const +--- mozilla/nsprpub/pr/src/misc/prnetdb.c.orig Sun Jan 13 03:27:15 2008 ++++ mozilla/nsprpub/pr/src/misc/prnetdb.c Sat Apr 5 22:24:48 2008 +@@ -2039,7 +2039,12 @@ PR_IMPLEMENT(PRAddrInfo *) PR_GetAddrInfoByName(const */ hints.ai_socktype = SOCK_STREAM; Index: patches/patch-mozilla_nsprpub_pr_tests_runtests_ksh =================================================================== RCS file: patches/patch-mozilla_nsprpub_pr_tests_runtests_ksh diff -N patches/patch-mozilla_nsprpub_pr_tests_runtests_ksh --- patches/patch-mozilla_nsprpub_pr_tests_runtests_ksh 1 Mar 2007 22:37:48 -0000 1.4 +++ /dev/null 1 Jan 1970 00:00:00 -0000 @@ -1,43 +0,0 @@ -$OpenBSD: patch-mozilla_nsprpub_pr_tests_runtests_ksh,v 1.4 2007/03/01 22:37:48 robert Exp $ ---- mozilla/nsprpub/pr/tests/runtests.ksh.orig Sun Apr 25 17:01:02 2004 -+++ mozilla/nsprpub/pr/tests/runtests.ksh Mon Nov 13 12:44:03 2006 -@@ -84,11 +84,10 @@ fi - # Tests not run (but should) - # - --#forktest (failed on IRIX) -+#nameshm1 - runs with ClientServerTest deactivated (idles forever) under OpenBSD - #nbconn - fails on some platforms --#poll_er - fails on some platforms? limited use? - #prpoll - the bad-FD test needs to be moved to a different test --#sleep - specific to OS/2 -+#sema,semaerr and semaping - idles forever under OpenBSD (semaphore/thread) - - LOGFILE=${NSPR_TEST_LOGFILE:-$NULL_DEVICE} - -@@ -118,6 +117,7 @@ exit - fdcach - fileio - foreign -+forktest - formattm - fsync - gethost -@@ -160,6 +160,7 @@ perf - pipeping - pipeping2 - pipeself -+poll_er - poll_nm - poll_to - pollable -@@ -175,9 +176,6 @@ selct_er - selct_nm - selct_to - selintr --sema --semaerr --semaping - sendzlf - server_test - servr_kk Index: patches/patch-mozilla_nsprpub_pr_tests_runtests_sh =================================================================== RCS file: patches/patch-mozilla_nsprpub_pr_tests_runtests_sh diff -N patches/patch-mozilla_nsprpub_pr_tests_runtests_sh --- /dev/null 1 Jan 1970 00:00:00 -0000 +++ patches/patch-mozilla_nsprpub_pr_tests_runtests_sh 13 Jun 2008 18:31:39 -0000 @@ -0,0 +1,43 @@ +$OpenBSD$ +--- mozilla/nsprpub/pr/tests/runtests.sh.orig Sun Jan 27 02:45:13 2008 ++++ mozilla/nsprpub/pr/tests/runtests.sh Sat Apr 5 22:26:43 2008 +@@ -90,11 +90,10 @@ fi + # Tests not run (but should) + # + +-#forktest (failed on IRIX) ++#nameshm1 - runs with ClientServerTest deactivated (idles forever) under OpenBSD + #nbconn - fails on some platforms +-#poll_er - fails on some platforms? limited use? + #prpoll - the bad-FD test needs to be moved to a different test +-#sleep - specific to OS/2 ++#sema,semaerr and semaping - idles forever under OpenBSD (semaphore/thread) + + LOGFILE=${NSPR_TEST_LOGFILE:-$NULL_DEVICE} + +@@ -124,6 +123,7 @@ exit + fdcach + fileio + foreign ++forktest + formattm + fsync + gethost +@@ -166,6 +166,7 @@ perf + pipeping + pipeping2 + pipeself ++poll_er + poll_nm + poll_to + pollable +@@ -181,9 +182,6 @@ selct_er + selct_nm + selct_to + selintr +-sema +-semaerr +-semaping + sendzlf + server_test + servr_kk Index: pkg/PLIST-main =================================================================== RCS file: /cvs/ports/devel/nspr/pkg/PLIST-main,v retrieving revision 1.2 diff -u -r1.2 PLIST-main --- pkg/PLIST-main 23 Nov 2006 10:13:33 -0000 1.2 +++ pkg/PLIST-main 13 Jun 2008 18:31:39 -0000 @@ -3,80 +3,39 @@ bin/nspr-config include/nspr/ include/nspr/md/ -include/nspr/md/_aix.h include/nspr/md/_aix32.cfg include/nspr/md/_aix64.cfg include/nspr/md/_beos.cfg -include/nspr/md/_beos.h include/nspr/md/_bsdi.cfg -include/nspr/md/_bsdi.h include/nspr/md/_darwin.cfg -include/nspr/md/_darwin.h include/nspr/md/_dgux.cfg -include/nspr/md/_dgux.h include/nspr/md/_freebsd.cfg -include/nspr/md/_freebsd.h -include/nspr/md/_hpux.h include/nspr/md/_hpux32.cfg include/nspr/md/_hpux64.cfg -include/nspr/md/_irix.h include/nspr/md/_irix32.cfg include/nspr/md/_irix64.cfg include/nspr/md/_linux.cfg -include/nspr/md/_linux.h -include/nspr/md/_macos.h include/nspr/md/_ncr.cfg -include/nspr/md/_ncr.h include/nspr/md/_nec.cfg -include/nspr/md/_nec.h include/nspr/md/_netbsd.cfg -include/nspr/md/_netbsd.h include/nspr/md/_nextstep.cfg -include/nspr/md/_nextstep.h -include/nspr/md/_nspr_pthread.h include/nspr/md/_nto.cfg -include/nspr/md/_nto.h include/nspr/md/_openbsd.cfg -include/nspr/md/_openbsd.h include/nspr/md/_openvms.cfg -include/nspr/md/_openvms.h include/nspr/md/_os2.cfg -include/nspr/md/_os2.h -include/nspr/md/_os2_errors.h include/nspr/md/_osf1.cfg -include/nspr/md/_osf1.h -include/nspr/md/_pcos.h -include/nspr/md/_pth.h include/nspr/md/_qnx.cfg -include/nspr/md/_qnx.h include/nspr/md/_reliantunix.cfg -include/nspr/md/_reliantunix.h -include/nspr/md/_rhapsody.cfg -include/nspr/md/_rhapsody.h include/nspr/md/_riscos.cfg -include/nspr/md/_riscos.h include/nspr/md/_scoos.cfg -include/nspr/md/_scoos.h include/nspr/md/_solaris.cfg -include/nspr/md/_solaris.h include/nspr/md/_sony.cfg -include/nspr/md/_sony.h include/nspr/md/_sunos4.cfg -include/nspr/md/_sunos4.h -include/nspr/md/_unix_errors.h -include/nspr/md/_unixos.h include/nspr/md/_unixware.cfg -include/nspr/md/_unixware.h include/nspr/md/_unixware7.cfg include/nspr/md/_win16.cfg -include/nspr/md/_win16.h -include/nspr/md/_win32_errors.h include/nspr/md/_win95.cfg -include/nspr/md/_win95.h include/nspr/md/_winnt.cfg -include/nspr/md/_winnt.h -include/nspr/md/prosdep.h -include/nspr/md/sunos4.h include/nspr/nspr.h include/nspr/obsolete/ include/nspr/obsolete/pralarm.h