36924d2ef1
The Cyrus IMAP server differs from other IMAP server implementations in that it is generally intended to be run on sealed servers, where normal users are not permitted to log in. The mailbox database is stored in parts of the filesystem that are private to the Cyrus IMAP system. All user access to mail is through the IMAP, POP3, or KPOP protocols. From Antoine Jacoutot <ajacoutot@lphp.org> help & ok naddy@, thanks!
103 lines
3.7 KiB
Plaintext
103 lines
3.7 KiB
Plaintext
--- configure.orig Tue Nov 23 19:55:47 2004
|
|
+++ configure Sat Jan 22 13:12:28 2005
|
|
@@ -3286,10 +3286,9 @@ CFLAGS=$save_CFLAGS
|
|
fi
|
|
|
|
if test "$ac_cv_fpic" = "yes"; then
|
|
- FPIC_CFLAGS="-fPIC"
|
|
-else
|
|
- FPIC_CFLAGS=""
|
|
+ CFLAGS="${CFLAGS} -fPIC"
|
|
fi
|
|
+
|
|
echo "$as_me:$LINENO: result: $ac_cv_fpic" >&5
|
|
echo "${ECHO_T}$ac_cv_fpic" >&6
|
|
|
|
@@ -4489,7 +4488,7 @@ if test "${ac_cv_lib_resolv_res_search+s
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lresolv $LIBS"
|
|
+#LIBS="-lresolv $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -6728,7 +6727,7 @@ echo "$as_me: error: Berkeley DB 3.x or
|
|
|
|
|
|
|
|
- LIBS="${LIBS} ${BDB_LIBADD}"
|
|
+ LIBS="${BDB_LIBADD} ${LIBS}"
|
|
CPPFLAGS="${BDB_INCADD} ${CPPFLAGS}"
|
|
|
|
CYRUSDB_OBJS="$CYRUSDB_OBJS cyrusdb_berkeley.o"
|
|
@@ -9639,7 +9638,7 @@ if test "${ac_cv_lib_resolv_res_search+s
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lresolv $LIBS"
|
|
+#LIBS="-lresolv $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -11814,7 +11813,7 @@ if test "${ac_cv_lib_resolv_res_search+s
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lresolv $LIBS"
|
|
+#LIBS="-lresolv $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -11892,7 +11891,7 @@ if test "${ac_cv_lib_gssapi_gss_unwrap+s
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lroken ${LIB_CRYPT} ${LIB_DES} -lcom_err ${LIB_SOCKET} $LIBS"
|
|
+LIBS="-lgssapi $GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lcrypto ${LIB_CRYPT} ${LIB_DES} -lcom_err ${LIB_SOCKET} $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -12242,8 +12241,8 @@ fi
|
|
GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_LIBS $gssapi_dir/libgssapi_krb5.a $gssapi_dir/libkrb5.a $gssapi_dir/libk5crypto.a $gssapi_dir/libcom_err.a"
|
|
elif test "$gss_impl" = "heimdal"; then
|
|
CPPFLAGS="$CPPFLAGS -DKRB5_HEIMDAL"
|
|
- GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 -lroken ${LIB_CRYPT} ${LIB_DES} -lcom_err"
|
|
- GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_STATIC_LIBS $gssapi_dir/libgssapi.a $gssapi_dir/libkrb5.a $gssapi_dir/libasn1.a $gssapi_dir/libroken.a $gssapi_dir/libcom_err.a ${LIB_CRYPT}"
|
|
+ GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lgssapi -lkrb5 -lasn1 ${LIB_CRYPT} ${LIB_DES} -lcom_err"
|
|
+ GSSAPIBASE_STATIC_LIBS="$GSSAPIBASE_STATIC_LIBS $gssapi_dir/libgssapi.a $gssapi_dir/libkrb5.a $gssapi_dir/libasn1.a $gssapi_dir/libcom_err.a ${LIB_CRYPT}"
|
|
elif test "$gss_impl" = "cybersafe03"; then
|
|
# Version of CyberSafe with two libraries
|
|
CPPFLAGS="$CPPFLAGS -D$platform -I${gssapi}/appsec-sdk/include"
|
|
@@ -12435,7 +12434,7 @@ if test "${ac_cv_lib_resolv_res_search+s
|
|
echo $ECHO_N "(cached) $ECHO_C" >&6
|
|
else
|
|
ac_check_lib_save_LIBS=$LIBS
|
|
-LIBS="-lresolv $LIBS"
|
|
+#LIBS="-lresolv $LIBS"
|
|
cat >conftest.$ac_ext <<_ACEOF
|
|
#line $LINENO "configure"
|
|
/* confdefs.h. */
|
|
@@ -12483,9 +12482,9 @@ LIBS=$ac_check_lib_save_LIBS
|
|
fi
|
|
echo "$as_me:$LINENO: result: $ac_cv_lib_resolv_res_search" >&5
|
|
echo "${ECHO_T}$ac_cv_lib_resolv_res_search" >&6
|
|
-if test $ac_cv_lib_resolv_res_search = yes; then
|
|
- GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lresolv"
|
|
-fi
|
|
+#if test $ac_cv_lib_resolv_res_search = yes; then
|
|
+# GSSAPIBASE_LIBS="$GSSAPIBASE_LIBS -lresolv"
|
|
+#fi
|
|
|
|
SASL_MECHS="$SASL_MECHS libgssapiv2.la"
|
|
SASL_STATIC_OBJS="$SASL_STATIC_OBJS ../plugins/gssapi.o"
|
|
@@ -13727,6 +13726,8 @@ extern "C"
|
|
/* We use char because int might match the return type of a gcc2
|
|
builtin and then its argument prototype would still apply. */
|
|
char request_init ();
|
|
+int allow_severity = 1;
|
|
+int deny_severity = 1;
|
|
int
|
|
main ()
|
|
{
|