HEX
Server: nginx/1.16.1
System: Linux ecs-04358622 4.19.90-2107.6.0.0100.oe1.bclinux.x86_64 #1 SMP Wed Dec 1 19:59:44 CST 2021 x86_64
User: nginx (994)
PHP: 8.0.0
Disabled: NONE
Upload Files
File: //proc/self/root/usr/share/config.site
# This is the config.site file to satisfy FHS defaults when installing below
# /usr.
#
# You may override this file by your config.site using the CONFIG_SITE env
# variable.

# return when cross compiling
[ -n $host ] && return 0;

if [ "$prefix" = /usr ] || [[ "$prefix" = NONE && "$ac_default_prefix" = /usr ]]
then
    [ "$sysconfdir" = '${prefix}/etc' ] && sysconfdir=/etc
    [ "$localstatedir" = '${prefix}/var' ] && localstatedir=/var
    [ "$sharedstatedir" = '${prefix}/com' ] && sharedstatedir=/var

# for x86_64 aarch64
    [ "$libdir" = '${exec_prefix}/lib' ] && libdir='${exec_prefix}/lib64'
fi