Linux spg20.cloudpowerdns.com 5.14.0-611.35.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 25 03:46:09 EST 2026 x86_64
LiteSpeed
Server IP : 46.4.120.162 & Your IP : 216.73.216.163
Domains :
Cant Read [ /etc/named.conf ]
User : seatingsolutions
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
dovecot-pigeonhole.m4
1.85
KB
-rw-r--r--
2026-02-03 19:45
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--
2026-02-10 23:51
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
# pigeonhole.m4 - Check presence of pigeonhole -*-Autoconf-*- #. # serial 5 AC_DEFUN([DC_PIGEONHOLE],[ AC_ARG_WITH(pigeonhole, [ --with-pigeonhole=DIR Pigeonhole base directory], pigeonholedir="$withval", [ pg_prefix=$prefix test "x$pg_prefix" = xNONE && pg_prefix=$ac_default_prefix pigeonholedir="$pg_prefix/include/dovecot/sieve" ] ) AC_MSG_CHECKING([for pigeonhole in "$pigeonholedir"]) top=`pwd` cd $pigeonholedir pigeonholedir=`pwd` cd $top AC_SUBST(pigeonholedir) PIGEONHOLE_TESTSUITE= if test -f "$pigeonholedir/src/lib-sieve/sieve.h"; then AC_MSG_RESULT([found]) pigeonhole_incdir="$pigeonholedir" LIBSIEVE_INCLUDE='\ -I$(pigeonhole_incdir) \ -I$(pigeonhole_incdir)/src/lib-sieve \ -I$(pigeonhole_incdir)/src/lib-sieve/util \ -I$(pigeonhole_incdir)/src/lib-sieve/plugins/copy \ -I$(pigeonhole_incdir)/src/lib-sieve/plugins/enotify \ -I$(pigeonhole_incdir)/src/lib-sieve/plugins/imap4flags \ -I$(pigeonhole_incdir)/src/lib-sieve/plugins/mailbox \ -I$(pigeonhole_incdir)/src/lib-sieve/plugins/variables' PIGEONHOLE_TESTSUITE="${pigeonholedir}/src/testsuite/testsuite" elif test -f "$pigeonholedir/sieve.h"; then AC_MSG_RESULT([found]) pigeonhole_incdir="$pigeonholedir" LIBSIEVE_INCLUDE='-I$(pigeonhole_incdir)' else AC_MSG_RESULT([not found]) AC_MSG_NOTICE([ Pigeonhole Sieve headers not found from $pigeonholedir and they are not installed in the Dovecot include path, use --with-pigeonhole=PATH to give path to Pigeonhole sources or installed headers.]) AC_MSG_ERROR([pigeonhole not found]) fi DISTCHECK_CONFIGURE_FLAGS="$DISTCHECK_CONFIGURE_FLAGS --with-pigeonhole=$pigeonholedir" AM_CONDITIONAL(PIGEONHOLE_TESTSUITE_AVAILABLE, ! test -z "$PIGEONHOLE_TESTSUITE") pigeonhole_incdir="$pigeonholedir" AC_SUBST(pigeonhole_incdir) AC_SUBST(LIBSIEVE_INCLUDE) AC_SUBST(PIGEONHOLE_TESTSUITE) ])