Linux velvet.gennetworks.in 4.18.0-553.83.1.lve.el8.x86_64 #1 SMP Wed Nov 12 10:04:12 UTC 2025 x86_64
LiteSpeed
Server IP : 161.129.70.235 & Your IP : 216.73.216.5
Domains :
Cant Read [ /etc/named.conf ]
User : virtueex
Terminal
Auto Root
Create File
Create Folder
Localroot Suggester
Backdoor Destroyer
Readme
/
usr /
share /
aclocal-1.16 /
Delete
Unzip
Name
Size
Permission
Date
Action
internal
[ DIR ]
drwxr-xr-x
2026-02-18 11:50
amversion.m4
1.58
KB
-rw-r--r--
2023-10-15 01:30
ar-lib.m4
2.02
KB
-rw-r--r--
2023-10-15 01:30
as.m4
767
B
-rw-r--r--
2023-10-15 01:30
auxdir.m4
2.35
KB
-rw-r--r--
2023-10-15 01:30
cond-if.m4
1.01
KB
-rw-r--r--
2023-10-15 01:30
cond.m4
1.01
KB
-rw-r--r--
2023-10-15 01:30
depend.m4
7.11
KB
-rw-r--r--
2023-10-15 01:30
depout.m4
2.58
KB
-rw-r--r--
2023-10-15 01:30
dmalloc.m4
906
B
-rw-r--r--
2023-10-15 01:30
extra-recurs.m4
738
B
-rw-r--r--
2023-10-15 01:30
gcj.m4
649
B
-rw-r--r--
2023-10-15 01:30
init.m4
7.84
KB
-rw-r--r--
2023-10-15 01:30
install-sh.m4
681
B
-rw-r--r--
2023-10-15 01:30
lead-dot.m4
641
B
-rw-r--r--
2023-10-15 01:30
lex.m4
689
B
-rw-r--r--
2023-10-15 01:30
lispdir.m4
2.1
KB
-rw-r--r--
2023-10-15 01:30
maintainer.m4
1.62
KB
-rw-r--r--
2023-10-15 01:30
make.m4
1.4
KB
-rw-r--r--
2023-10-15 01:30
missing.m4
1.13
KB
-rw-r--r--
2023-10-15 01:30
mkdirp.m4
1.32
KB
-rw-r--r--
2023-10-15 01:30
obsolete.m4
1008
B
-rw-r--r--
2023-10-15 01:30
options.m4
1.06
KB
-rw-r--r--
2023-10-15 01:30
prog-cc-c-o.m4
1.65
KB
-rw-r--r--
2023-10-15 01:30
python.m4
9.2
KB
-rw-r--r--
2023-10-15 01:30
runlog.m4
718
B
-rw-r--r--
2023-10-15 01:30
sanity.m4
2.58
KB
-rw-r--r--
2023-10-15 01:30
silent.m4
1.87
KB
-rw-r--r--
2023-10-15 01:30
strip.m4
1.36
KB
-rw-r--r--
2023-10-15 01:30
substnot.m4
675
B
-rw-r--r--
2023-10-15 01:30
tar.m4
4.37
KB
-rw-r--r--
2023-10-15 01:30
upc.m4
836
B
-rw-r--r--
2023-10-15 01:30
vala.m4
1.62
KB
-rw-r--r--
2023-10-15 01:30
Save
Rename
## -*- Autoconf -*- # Copyright (C) 2003-2018 Free Software Foundation, Inc. # # This file is free software; the Free Software Foundation # gives unlimited permission to copy and/or distribute it, # with or without modifications, as long as this notice is preserved. # AM_PROG_MKDIR_P # --------------- # Check for 'mkdir -p'. AC_DEFUN([AM_PROG_MKDIR_P], [AC_PREREQ([2.60])dnl AC_REQUIRE([AC_PROG_MKDIR_P])dnl dnl FIXME we are no longer going to remove this! adjust warning dnl FIXME message accordingly. AC_DIAGNOSE([obsolete], [$0: this macro is deprecated, and will soon be removed. You should use the Autoconf-provided 'AC][_PROG_MKDIR_P' macro instead, and use '$(MKDIR_P)' instead of '$(mkdir_p)'in your Makefile.am files.]) dnl Automake 1.8 to 1.9.6 used to define mkdir_p. We now use MKDIR_P, dnl while keeping a definition of mkdir_p for backward compatibility. dnl @MKDIR_P@ is magic: AC_OUTPUT adjusts its value for each Makefile. dnl However we cannot define mkdir_p as $(MKDIR_P) for the sake of dnl Makefile.ins that do not define MKDIR_P, so we do our own dnl adjustment using top_builddir (which is defined more often than dnl MKDIR_P). AC_SUBST([mkdir_p], ["$MKDIR_P"])dnl case $mkdir_p in [[\\/$]]* | ?:[[\\/]]*) ;; */*) mkdir_p="\$(top_builddir)/$mkdir_p" ;; esac ])