Moved serv_ldap.h back into the main src dir as a temporary fix for a broken build...
authorDave West <davew@uncensored.citadel.org>
Sun, 5 Aug 2007 17:58:53 +0000 (17:58 +0000)
committerDave West <davew@uncensored.citadel.org>
Sun, 5 Aug 2007 17:58:53 +0000 (17:58 +0000)
commit7dbf077f9264a939274ea672b702bcc28e8f0d9a
treea7137c0b40ceb57b6759d80b9d9a37bec2b815ca
parent079f33bf491a2718e54829da13804d266f935204
Moved serv_ldap.h back into the main src dir as a temporary fix for a broken build when ldap enabled.
Thanks dothebart for pointing this out.
Seems there are hidden dependancies in serv_vcard so I had to reinsert the #include line there too.
This is a temporary measure and serv_ldap.h will move back into the module directory eventually.
To test this I had to install the latest OpenLDAP from the web site and have noted that several functions
we use are now deprecated to the point that they are no longer in <ldap.h> thus warnings are generated on
my build system.
citadel/modules/ldap/serv_ldap.h [deleted file]
citadel/modules/vcard/serv_vcard.c
citadel/parsedate.c
citadel/serv_ldap.h [new file with mode: 0644]