aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--acconfig.h3
2 files changed, 7 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 7c7e89573e..1f4cb713a8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2001-07-11 Peter Williams <peterw@ximian.com>
+
+ * acconfig.h: Add HAVE_BROKEN_SPOOL here.
+
2001-07-10 Peter Williams <peterw@ximian.com>
* configure.in (have_nss_includes): Fix nss include check to work.
diff --git a/acconfig.h b/acconfig.h
index aea8d22e1d..bb5d366be2 100644
--- a/acconfig.h
+++ b/acconfig.h
@@ -37,3 +37,6 @@
/* Define if gethostbyname_r takes five arguments */
#undef GETHOSTBYNAME_R_FIVE_ARGS
+
+/* Define if using Solaris mbox format spool */
+#undef HAVE_BROKEN_SPOOL