Linux srv25.usacloudserver.us 5.14.0-570.39.1.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Sep 4 05:08:52 EDT 2025 x86_64
LiteSpeed
Server IP : 23.137.84.82 & Your IP : 216.73.216.127
Domains :
Cant Read [ /etc/named.conf ]
User : epicgamerzoneco
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
aclocal /
Delete
Unzip
Name
Size
Permission
Date
Action
bison-i18n.m4
1.89
KB
-rw-r--r--
2020-07-07 04:23
freetype2.m4
6.2
KB
-rw-r--r--
2020-08-27 06:17
gettext.m4
14.15
KB
-rw-r--r--
2020-04-11 09:57
glib-2.0.m4
8.17
KB
-rw-r--r--
2021-08-19 15:27
glib-gettext.m4
15.38
KB
-rw-r--r--
2021-08-19 15:27
gpg-error.m4
7.96
KB
-rw-r--r--
2021-03-04 10:05
gpgrt.m4
3.99
KB
-rw-r--r--
2018-11-15 18:28
gsettings.m4
3.5
KB
-rw-r--r--
2021-08-19 15:27
host-cpu-c-abi.m4
21.91
KB
-rw-r--r--
2020-04-11 09:58
iconv.m4
9.5
KB
-rw-r--r--
2020-04-11 09:57
intlmacosx.m4
3.15
KB
-rw-r--r--
2020-04-11 09:57
lib-ld.m4
5.24
KB
-rw-r--r--
2020-04-11 09:58
lib-link.m4
33.99
KB
-rw-r--r--
2020-04-11 09:58
lib-prefix.m4
11.66
KB
-rw-r--r--
2020-04-11 09:58
libcurl.m4
10.91
KB
-rw-r--r--
2021-04-12 07:31
libtool.m4
298.69
KB
-rw-r--r--
2024-10-01 17:49
libxml.m4
7.72
KB
-rw-r--r--
2022-02-14 15:19
libxslt.m4
7.93
KB
-rw-r--r--
2009-05-12 06:29
ltargz.m4
2.51
KB
-rw-r--r--
2024-10-01 17:49
ltdl.m4
29.33
KB
-rw-r--r--
2024-10-01 17:49
ltoptions.m4
14.17
KB
-rw-r--r--
2024-10-01 17:49
ltsugar.m4
4.28
KB
-rw-r--r--
2024-10-01 17:49
ltversion.m4
699
B
-rw-r--r--
2024-10-01 17:49
lt~obsolete.m4
6
KB
-rw-r--r--
2024-10-01 17:49
mysql.m4
4.12
KB
-rw-r--r--
2025-07-28 16:12
nls.m4
1.21
KB
-rw-r--r--
2020-04-11 09:57
pkg.m4
12.37
KB
-rw-r--r--
2019-07-12 11:10
po.m4
18.39
KB
-rw-r--r--
2020-04-11 09:57
progtest.m4
3.02
KB
-rw-r--r--
2020-04-11 09:57
Save
Rename
# Increment this whenever this file is changed. #serial 2 dnl GLIB_GSETTINGS dnl Defines GSETTINGS_SCHEMAS_INSTALL which controls whether dnl the schema should be compiled dnl AC_DEFUN([GLIB_GSETTINGS], [ dnl We can't use PKG_PREREQ because that needs 0.29. m4_ifndef([PKG_PROG_PKG_CONFIG], [pkg.m4 version 0.28 or later is required]) m4_pattern_allow([AM_V_GEN]) AC_ARG_ENABLE(schemas-compile, AS_HELP_STRING([--disable-schemas-compile], [Disable regeneration of gschemas.compiled on install]), [case ${enableval} in yes) GSETTINGS_DISABLE_SCHEMAS_COMPILE="" ;; no) GSETTINGS_DISABLE_SCHEMAS_COMPILE="1" ;; *) AC_MSG_ERROR([bad value ${enableval} for --enable-schemas-compile]) ;; esac]) AC_SUBST([GSETTINGS_DISABLE_SCHEMAS_COMPILE]) PKG_PROG_PKG_CONFIG([0.16]) AC_SUBST(gsettingsschemadir, [${datadir}/glib-2.0/schemas]) AS_IF([test x$cross_compiling != xyes], [PKG_CHECK_VAR([GLIB_COMPILE_SCHEMAS], [gio-2.0], [glib_compile_schemas])], [AC_PATH_PROG([GLIB_COMPILE_SCHEMAS], [glib-compile-schemas])]) AC_SUBST(GLIB_COMPILE_SCHEMAS) if test "x$GLIB_COMPILE_SCHEMAS" = "x"; then ifelse([$2],,[AC_MSG_ERROR([glib-compile-schemas not found.])],[$2]) else ifelse([$1],,[:],[$1]) fi GSETTINGS_RULES=' .PHONY : uninstall-gsettings-schemas install-gsettings-schemas clean-gsettings-schemas mostlyclean-am: clean-gsettings-schemas gsettings__enum_file = $(addsuffix .enums.xml,$(gsettings_ENUM_NAMESPACE)) %.gschema.valid: %.gschema.xml $(gsettings__enum_file) $(AM_V_GEN) $(GLIB_COMPILE_SCHEMAS) --strict --dry-run $(addprefix --schema-file=,$(gsettings__enum_file)) --schema-file=$< && mkdir -p [$](@D) && touch [$]@ all-am: $(gsettings_SCHEMAS:.xml=.valid) uninstall-am: uninstall-gsettings-schemas install-data-am: install-gsettings-schemas .SECONDARY: $(gsettings_SCHEMAS) install-gsettings-schemas: $(gsettings_SCHEMAS) $(gsettings__enum_file) @$(NORMAL_INSTALL) if test -n "$^"; then \ test -z "$(gsettingsschemadir)" || $(MKDIR_P) "$(DESTDIR)$(gsettingsschemadir)"; \ $(INSTALL_DATA) $^ "$(DESTDIR)$(gsettingsschemadir)"; \ test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir); \ fi uninstall-gsettings-schemas: @$(NORMAL_UNINSTALL) @list='\''$(gsettings_SCHEMAS) $(gsettings__enum_file)'\''; test -n "$(gsettingsschemadir)" || list=; \ files=`for p in $$list; do echo $$p; done | sed -e '\''s|^.*/||'\''`; \ test -n "$$files" || exit 0; \ echo " ( cd '\''$(DESTDIR)$(gsettingsschemadir)'\'' && rm -f" $$files ")"; \ cd "$(DESTDIR)$(gsettingsschemadir)" && rm -f $$files test -n "$(GSETTINGS_DISABLE_SCHEMAS_COMPILE)$(DESTDIR)" || $(GLIB_COMPILE_SCHEMAS) $(gsettingsschemadir) clean-gsettings-schemas: rm -f $(gsettings_SCHEMAS:.xml=.valid) $(gsettings__enum_file) ifdef gsettings_ENUM_NAMESPACE $(gsettings__enum_file): $(gsettings_ENUM_FILES) $(AM_V_GEN) glib-mkenums --comments '\''<!-- @comment@ -->'\'' --fhead "<schemalist>" --vhead " <@type@ id='\''$(gsettings_ENUM_NAMESPACE).@EnumName@'\''>" --vprod " <value nick='\''@valuenick@'\'' value='\''@valuenum@'\''/>" --vtail " </@type@>" --ftail "</schemalist>" [$]^ > [$]@.tmp && mv [$]@.tmp [$]@ endif ' _GSETTINGS_SUBST(GSETTINGS_RULES) ]) dnl _GSETTINGS_SUBST(VARIABLE) dnl Abstract macro to do either _AM_SUBST_NOTMAKE or AC_SUBST AC_DEFUN([_GSETTINGS_SUBST], [ AC_SUBST([$1]) m4_ifdef([_AM_SUBST_NOTMAKE], [_AM_SUBST_NOTMAKE([$1])]) ] )