diff options
author | Eskil Heyn Olsen <eskil@src.gnome.org> | 2001-01-30 09:44:01 +0800 |
---|---|---|
committer | Eskil Heyn Olsen <eskil@src.gnome.org> | 2001-01-30 09:44:01 +0800 |
commit | 2025fe8849e4b86dbbd9074c609a32393fca49f6 (patch) | |
tree | 65bdb3bda61cb39c7431005767450e02fbab87ed /acconfig.h | |
parent | 24cce77925ec825d985b49234850c38c230d1b19 (diff) | |
download | gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar.gz gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar.bz2 gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar.lz gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar.xz gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.tar.zst gsoc2013-evolution-2025fe8849e4b86dbbd9074c609a32393fca49f6.zip |
reviewed by: JP Rosevear <jpr@ximian.com>
reviewed by: JP Rosevear <jpr@ximian.com>
* acconfig.h:
Added the ENABLE_NNTP define
* configure.in:
Fixed the NNTP m4 section.
svn path=/trunk/; revision=7904
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/acconfig.h b/acconfig.h index 9926571580..4ba785d582 100644 --- a/acconfig.h +++ b/acconfig.h @@ -22,6 +22,7 @@ #undef USE_FLOCK #undef NEED_KRB_SENDAUTH_PROTO #undef HAVE_ISBLANK +#undef ENABLE_NNTP /* Sub-version identification string. */ #undef SUB_VERSION |