????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
?????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
???????????????????????????????????????
$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$$
PNG
\x49\x44\x41\x54?\x89\x50
\x4E\x47\x0D\x0A\x1A\x0A
JFIF ?? C
!"$"$?? C
?? p
" ??
?? ?
????
(% aA*?XYD?(J??E RE,P XYae?)(E 2 B R BQ X?)X ? @
adadasdasdasasdasdas
.....................................................................................................................................??????????????????????
??? ???????????????????????????????????????...............................
JFIF ?? C
!"$"$?? C
?? p
" ??
?? ?
????
(% aA*?XYD?(J??E RE,P XYae?)(E 2 B R BQ X?)X ? @
adadasdasdasasdasdas
..................................................................................................................................... ????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
?????????????????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
????????????????????????????????????????
???????????????????????????????????????
PNG
\x49\x44\x41\x54?\x89\x50
\x4E\x47\x0D\x0A\x1A\x0A
JFIF ?? C
!"$"$?? C
?? p
" ??
?? ?
????
(% aA*?XYD?(J??E RE,P XYae?)(E 2 B R BQ X?)X ? @
adadasdasdasasdasdas
.....................................................................................................................................??????????????????????
??? ???????????????????????????????????????...............................
JFIF ?? C
!"$"$?? C
?? p
" ??
?? ?
????
(% aA*?XYD?(J??E RE,P XYae?)(E 2 B R BQ X?)X ? @
adadasdasdasasdasdas
.....................................................................................................................................????????????????????????????????
???????????????????????????????
???????????????????????????????
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<<
>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>.
Warning: Undefined variable $auth in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 695
Warning: Trying to access array offset on value of type null in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 695
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 332
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 333
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 334
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 335
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 336
Warning: Cannot modify header information - headers already sent by (output started at /home/blacotuu/deliciouskenya.com/d94fc6/index.php:1) in /home/blacotuu/deliciouskenya.com/d94fc6/index.php on line 337
# 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)
])