Linux vmi2545633.contaboserver.net 6.1.0-32-amd64 #1 SMP PREEMPT_DYNAMIC Debian 6.1.129-1 (2025-03-06) x86_64
Apache/2.4.62 (Debian)
Server IP : 127.0.0.1 & Your IP : 127.0.0.1
Domains :
Cant Read [ /etc/named.conf ]
User : www-data
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
aclocal /
Delete
Unzip
Name
Size
Permission
Date
Action
expat.m4
1.41
KB
-rw-r--r--
2022-10-25 15:08
gettext.m4
14.15
KB
-rw-r--r--
2023-02-26 15:20
host-cpu-c-abi.m4
21.91
KB
-rw-r--r--
2023-02-26 15:20
iconv.m4
9.5
KB
-rw-r--r--
2023-02-26 15:20
intlmacosx.m4
3.15
KB
-rw-r--r--
2023-02-26 15:20
lib-ld.m4
5.24
KB
-rw-r--r--
2023-02-26 15:20
lib-link.m4
33.99
KB
-rw-r--r--
2023-02-26 15:20
lib-prefix.m4
11.66
KB
-rw-r--r--
2023-02-26 15:20
libtool.m4
300.92
KB
-rw-r--r--
2024-04-09 20:04
ltargz.m4
2.61
KB
-rw-r--r--
2024-04-09 20:04
ltdl.m4
29.37
KB
-rw-r--r--
2024-04-09 20:04
ltoptions.m4
14.18
KB
-rw-r--r--
2024-04-09 20:04
ltsugar.m4
4.29
KB
-rw-r--r--
2024-04-09 20:04
ltversion.m4
714
B
-rw-r--r--
2024-04-09 20:04
lt~obsolete.m4
6.01
KB
-rw-r--r--
2024-04-09 20:04
nls.m4
1.21
KB
-rw-r--r--
2023-02-26 15:20
pkg.m4
12.44
KB
-rw-r--r--
2023-01-22 11:06
po.m4
18.39
KB
-rw-r--r--
2023-02-26 15:20
progtest.m4
3.02
KB
-rw-r--r--
2023-02-26 15:20
shtool.m4
2.05
KB
-rw-r--r--
2019-12-23 21:26
Save
Rename
dnl Check if --with-expat[=PREFIX] is specified and dnl Expat >= 1.95.0 is installed in the system. dnl If yes, substitute EXPAT_CFLAGS, EXPAT_LIBS with regard to dnl the specified PREFIX and set with_expat to PREFIX, or 'yes' if PREFIX dnl has not been specified. Also HAVE_LIBEXPAT, HAVE_EXPAT_H are defined. dnl If --with-expat has not been specified, set with_expat to 'no'. dnl In addition, an Automake conditional EXPAT_INSTALLED is set accordingly. dnl This is necessary to adapt a whole lot of packages that have expat dnl bundled as a static library. AC_DEFUN([AM_WITH_EXPAT], [ AC_ARG_WITH(expat, [ --with-expat=PREFIX Use system Expat library], , with_expat=no) AM_CONDITIONAL(EXPAT_INSTALLED, test $with_expat != no) EXPAT_CFLAGS= EXPAT_LIBS= if test $with_expat != no; then if test $with_expat != yes; then EXPAT_CFLAGS="-I$with_expat/include" EXPAT_LIBS="-L$with_expat/lib" fi AC_CHECK_LIB(expat, XML_ParserCreate, [ EXPAT_LIBS="$EXPAT_LIBS -lexpat" expat_found=yes ], [ expat_found=no ], "$EXPAT_LIBS") if test $expat_found = no; then AC_MSG_ERROR([Could not find the Expat library]) fi expat_save_CFLAGS="$CFLAGS" CFLAGS="$CFLAGS $EXPAT_CFLAGS" AC_CHECK_HEADERS(expat.h, , expat_found=no) if test $expat_found = no; then AC_MSG_ERROR([Could not find expat.h]) fi CFLAGS="$expat_save_CFLAGS" fi AC_SUBST(EXPAT_CFLAGS) AC_SUBST(EXPAT_LIBS) ])