GRAYBYTE WORDPRESS FILE MANAGER4665

Server IP : 198.54.121.189 / Your IP : 216.73.216.140
System : Linux premium69.web-hosting.com 4.18.0-553.44.1.lve.el8.x86_64 #1 SMP Thu Mar 13 14:29:12 UTC 2025 x86_64
PHP Version : 7.4.33
Disable Function : NONE
cURL : ON | WGET : ON | Sudo : OFF | Pkexec : OFF
Directory : /opt/alt/python313/bin/
Upload Files :
Current_dir [ Not Writeable ] Document_root [ Writeable ]

Command :


Current File : /opt/alt/python313/bin//python3.13-x86_64-config
#!/bin/sh

# Keep this script in sync with python-config.in

exit_with_usage ()
{
    local usage
    usage="Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--help|--abiflags|--configdir|--embed"
    if [ "$1" -eq 0 ]; then
        echo "$usage"
    else
        echo "$usage" >&2
    fi
    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="/opt/alt/python313"
exec_prefix="/opt/alt/python313"
exec_prefix_real=${prefix_real}
includedir=$(echo "/opt/alt/python313/include" | sed "s#$prefix#$prefix_real#")
libdir=$(echo "/opt/alt/python313/lib64" | sed "s#$prefix#$prefix_real#")
CFLAGS=$(echo " -D_GNU_SOURCE -fPIC -fwrapv -O2 -pthread -Wno-unused-result -Wsign-compare -g -std=c99 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration" | sed "s#$prefix#$prefix_real#")
VERSION="3.13"
LIBM="-lm"
LIBC=""
SYSLIBS="$LIBM $LIBC"
ABIFLAGS=""
LIBS=" -ldl  -lutil $SYSLIBS"
LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} -ldl  -lutil $SYSLIBS"
BASECFLAGS=" -fno-strict-overflow -Wsign-compare"
LDLIBRARY="libpython${LDVERSION}.so"
OPT="-DDYNAMIC_ANNOTATIONS_ENABLED=1 -DNDEBUG  -D_GNU_SOURCE -fPIC -fwrapv -O2 -pthread -Wno-unused-result -Wsign-compare -g -std=c99 -Wextra -Wno-unused-parameter -Wno-missing-field-initializers -Werror=implicit-function-declaration -D_GNU_SOURCE -fPIC -fwrapv"
PY_ENABLE_SHARED="1"
LDVERSION="${VERSION}${ABIFLAGS}"
LIBDEST=${prefix_real}/lib/python${VERSION}
LIBPL=$(echo "${prefix}/lib64/python3.13/config-${VERSION}${ABIFLAGS}-x86_64-linux-gnu" | sed "s#$prefix#$prefix_real#")
SO=".cpython-313-x86_64-linux-gnu.so"
PYTHONFRAMEWORK=""
INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
PY_EMBED=0

# Scan for --help or unknown argument.
for ARG in $*
do
    case $ARG in
        --help)
            exit_with_usage 0
        ;;
        --embed)
            PY_EMBED=1
        ;;
        --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--configdir)
        ;;
        *)
            exit_with_usage 1
        ;;
    esac
done

if [ $PY_EMBED = 1 ] ; then
    LIBS="$LIBS_EMBED"
fi

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)
            LIBPLUSED=
            if [ "$PY_ENABLE_SHARED" = "0" ] ; then
                LIBPLUSED="-L$LIBPL"
            fi
            echo "$LIBPLUSED -L$libdir $LIBS"
        ;;
        --extension-suffix)
            echo "$SO"
        ;;
        --abiflags)
            echo "$ABIFLAGS"
        ;;
        --configdir)
            echo "$LIBPL"
        ;;
esac
done

[ Back ]
Name
Size
Last Modified
Owner / Group
Permissions
Options
..
--
January 15 2025 09:40:13
root / root
0755
lswsgi
106.844 KB
January 03 2025 21:02:54
root / linksafe
0755
msgfmt3.13.py
7.707 KB
April 08 2025 13:54:08
root / linksafe
0755
msgfmt3.py
7.707 KB
April 08 2025 13:54:08
root / linksafe
0755
pathfix.py
5.422 KB
April 25 2025 14:58:43
root / linksafe
0755
pip
0.646 KB
December 01 2024 12:47:37
root / linksafe
0755
pip-3
0.646 KB
December 01 2024 12:47:37
root / linksafe
0755
pip-3.13
0.646 KB
December 01 2024 12:47:37
root / linksafe
0755
pip3
0.646 KB
December 01 2024 12:47:37
root / linksafe
0755
pip3.13
0.646 KB
December 01 2024 12:47:37
root / linksafe
0755
pydoc3
0.091 KB
April 25 2025 15:09:21
root / linksafe
0755
pydoc3.13
0.091 KB
April 25 2025 15:09:21
root / linksafe
0755
pygettext3.13.py
23.88 KB
April 08 2025 13:54:08
root / linksafe
0755
pygettext3.py
23.88 KB
April 08 2025 13:54:08
root / linksafe
0755
python3
15.805 KB
April 25 2025 15:10:56
root / linksafe
0755
python3-config
0.169 KB
April 25 2025 15:10:10
root / linksafe
0755
python3.13
15.805 KB
April 25 2025 15:10:56
root / linksafe
0755
python3.13-config
0.169 KB
April 25 2025 15:10:10
root / linksafe
0755
python3.13-x86_64-config
3.513 KB
April 25 2025 15:06:32
root / linksafe
0755

GRAYBYTE WORDPRESS FILE MANAGER @ 2025
CONTACT ME
Static GIF