aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook/gui
diff options
context:
space:
mode:
authorChris Toshok <toshok@ximian.com>2001-08-08 11:42:39 +0800
committerChris Toshok <toshok@src.gnome.org>2001-08-08 11:42:39 +0800
commit4b2b8ed9befee1faafa26c006286d35ebbc939fe (patch)
tree20a44aacc3ce5b3f4b1c733f0ebabc67c4e6d8e5 /addressbook/gui
parentdfc4a34055173fd1f29317aea8b509293e767c1e (diff)
downloadgsoc2013-evolution-4b2b8ed9befee1faafa26c006286d35ebbc939fe.tar.gz
gsoc2013-evolution-4b2b8ed9befee1faafa26c006286d35ebbc939fe.tar.zst
gsoc2013-evolution-4b2b8ed9befee1faafa26c006286d35ebbc939fe.zip
ifdef this HAVE_LDAP.
2001-08-07 Chris Toshok <toshok@ximian.com> * gui/component/addressbook-storage.c (remove_ldap_folder): ifdef this HAVE_LDAP. svn path=/trunk/; revision=11763
Diffstat (limited to 'addressbook/gui')
-rw-r--r--addressbook/gui/component/addressbook-storage.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/addressbook/gui/component/addressbook-storage.c b/addressbook/gui/component/addressbook-storage.c
index 6364b29b9b..0dc8cd6295 100644
--- a/addressbook/gui/component/addressbook-storage.c
+++ b/addressbook/gui/component/addressbook-storage.c
@@ -109,6 +109,7 @@ addressbook_storage_setup (EvolutionShellComponent *shell_component,
deregister_storage ();
}
+#ifdef HAVE_LDAP
static void
remove_ldap_folder (EvolutionStorage *storage,
const CORBA_char *path, const CORBA_char *physical_uri,
@@ -118,6 +119,7 @@ remove_ldap_folder (EvolutionStorage *storage,
addressbook_storage_write_sources();
*result = GNOME_Evolution_Storage_OK;
}
+#endif
static void
register_storage (void)
an title='2003-02-25 18:58:20 +0800'>2003-02-252-2/+2 * De-pkg-comment.knu2003-02-212-1/+1 * o Rollback PORTCOMMENT modifications while this feature's implementationlioux2002-11-112-2/+1 * Use PORTCOMMENT in the Makefile, and whack the pkg-comment.adamw2002-11-072-1/+2 * Replace ${PERL} with ${REINPLACE_CMD}ijliao2002-06-261-2/+3 * upgrade to 1.0.9ijliao2002-02-053-10/+24 * - Update to version 1.0.8pat2002-01-304-12/+31 * upgrade to 1.0.7ijliao2001-12-312-2/+2 * Update to version 1.0.6kevlo2001-09-063-39/+54 * USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0 * ${PREFIX}/share/${PORTNAME} --> ${DATADIR}sobomax2001-07-101-3/+3 * upgrade to 1.0.4ijliao2001-07-043-5/+4 * upgrade to 1.0.2ijliao2001-04-102-2/+2 * upgrade to 1.0.0ijliao2001-03-083-32/+31 * fix fenner plist errorijliao2001-02-061-2/+0 * add dotconf, A Configuration File Parser Libraryijliao2001-01-28