diff options
author | Peter Williams <peterw@ximian.com> | 2001-07-11 22:00:03 +0800 |
---|---|---|
committer | Peter Williams <peterw@src.gnome.org> | 2001-07-11 22:00:03 +0800 |
commit | 38f9733169873812134325017bd20bb1d42847c5 (patch) | |
tree | da1322ed0c21dd1a10f941b23f3aebde08cead96 | |
parent | b73ae5132cec1f4f206d0e62e8681aa0142cfe7b (diff) | |
download | gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar.gz gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar.bz2 gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar.lz gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar.xz gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.tar.zst gsoc2013-evolution-38f9733169873812134325017bd20bb1d42847c5.zip |
Add HAVE_BROKEN_SPOOL here.
2001-07-11 Peter Williams <peterw@ximian.com>
* acconfig.h: Add HAVE_BROKEN_SPOOL here.
svn path=/trunk/; revision=10999
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | acconfig.h | 3 |
2 files changed, 7 insertions, 0 deletions
@@ -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 |