mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-20 07:17:32 +09:00
Revert "Update NSPR to 4.18"
This reverts commit 8781f745556be5d7402d0f3adc67ecfe32fe04a0.
This commit is contained in:
parent
9e32522120
commit
cd3167e35d
32 changed files with 395 additions and 295 deletions
17
nsprpub/configure
vendored
17
nsprpub/configure
vendored
|
|
@ -2488,7 +2488,7 @@ test -n "$target_alias" &&
|
|||
program_prefix=${target_alias}-
|
||||
|
||||
MOD_MAJOR_VERSION=4
|
||||
MOD_MINOR_VERSION=18
|
||||
MOD_MINOR_VERSION=16
|
||||
MOD_PATCH_VERSION=0
|
||||
NSPR_MODNAME=nspr20
|
||||
_HAVE_PTHREADS=
|
||||
|
|
@ -6560,13 +6560,11 @@ fi
|
|||
|
||||
$as_echo "#define HAVE_POINTER_LOCALTIME_R 1" >>confdefs.h
|
||||
|
||||
|
||||
HOST_DARWIN_MAJOR=`echo "$build_os" | sed -E -e 's/^darwin([0-9]+).*$/\1/'`
|
||||
|
||||
if test "$HOST_DARWIN_MAJOR" -ge 15 ; then
|
||||
$as_echo "#define HAS_CONNECTX 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
|
||||
AS='$(CC) -x assembler-with-cpp'
|
||||
CFLAGS="$CFLAGS -Wall -fno-common"
|
||||
case "${target_cpu}" in
|
||||
|
|
@ -8474,12 +8472,19 @@ case "$target" in
|
|||
|
||||
fi
|
||||
if test "$USE_PTHREADS"; then
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
if echo "$OS_RELEASE" | egrep '^(B.10.10|B.10.20)' >/dev/null; then
|
||||
$as_echo "#define _REENTRANT 1" >>confdefs.h
|
||||
|
||||
$as_echo "#define _PR_DCETHREADS 1" >>confdefs.h
|
||||
|
||||
else
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
#define _POSIX_C_SOURCE 199506L
|
||||
_ACEOF
|
||||
|
||||
$as_echo "#define _PR_HAVE_THREADSAFE_GETHOST 1" >>confdefs.h
|
||||
$as_echo "#define _PR_HAVE_THREADSAFE_GETHOST 1" >>confdefs.h
|
||||
|
||||
fi
|
||||
fi
|
||||
if test "$USE_USER_PTHREADS"; then
|
||||
cat >>confdefs.h <<_ACEOF
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue