[SVN] r855 - /branches/cyrus23/cyrus-imapd-2.3-development/config.h.in
debian at incase.de
debian at incase.de
Sun Jan 17 17:43:16 UTC 2010
Author: myon
Date: Sun Jan 17 18:43:15 2010
New Revision: 855
URL: https://mail.incase.de/viewcvs?rev=855&root=cyrus22&view=rev
Log:
import actually used file (generated from configure.in)
Modified:
branches/cyrus23/cyrus-imapd-2.3-development/config.h.in
Modified: branches/cyrus23/cyrus-imapd-2.3-development/config.h.in
URL: https://mail.incase.de/viewcvs/branches/cyrus23/cyrus-imapd-2.3-development/config.h.in?rev=855&root=cyrus22&r1=854&r2=855&view=diff
==============================================================================
--- branches/cyrus23/cyrus-imapd-2.3-development/config.h.in (original)
+++ branches/cyrus23/cyrus-imapd-2.3-development/config.h.in Sun Jan 17 18:43:15 2010
@@ -165,9 +165,6 @@
/* Do we have TCP wrappers? */
#undef HAVE_LIBWRAP
-/* Define to 1 if you support file names longer than 14 characters. */
-#undef HAVE_LONG_FILE_NAMES
-
/* Does the compiler support long long int? */
#undef HAVE_LONG_LONG_INT
@@ -252,7 +249,7 @@
/* Do we have a sockaddr_storage? */
#undef HAVE_STRUCT_SOCKADDR_STORAGE
-/* Define to 1 if `tm_zone' is member of `struct tm'. */
+/* Define to 1 if `tm_zone' is a member of `struct tm'. */
#undef HAVE_STRUCT_TM_TM_ZONE
/* Define to 1 if you have the <sys/dir.h> header file, and it defines `DIR'.
@@ -333,6 +330,9 @@
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
+
+/* Define to the home page for this package. */
+#undef PACKAGE_URL
/* Define to the version of this package. */
#undef PACKAGE_VERSION
@@ -599,7 +599,11 @@
SQUAT_ENGINE = 1,
/* should we have long LMTP error messages? */
- LMTP_LONG_ERROR_MSGS = 1
+ LMTP_LONG_ERROR_MSGS = 1,
+
+ /* default time to wait, in seconds, before giving up
+ * trying to lock something */
+ LOCK_GIVEUP_TIMER_DEFAULT = 100
};
#endif /* _CYRUS_IMAPD_CONFIG_H_ */
More information about the Pkg-Cyrus-imapd-Debian-devel
mailing list