Mercurial > hg > xemacs-beta
diff src/eldap.c @ 272:c5d627a313b1 r21-0b34
Import from CVS: tag r21-0b34
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:28:48 +0200 |
parents | 8efd647ea9ca |
children | 6330739388db |
line wrap: on
line diff
--- a/src/eldap.c Mon Aug 13 10:27:41 2007 +0200 +++ b/src/eldap.c Mon Aug 13 10:28:48 2007 +0200 @@ -29,18 +29,10 @@ - Netscape's LDAP SDK 1.0 (http://developer.netscape.com) */ - #include <config.h> - -#if defined (HAVE_LDAP) - -/* The entire file is within this conditional */ - #include "lisp.h" #include <errno.h> - -#include "eldap.h" #include <lber.h> #include <ldap.h> @@ -429,7 +421,6 @@ defsymbol (&Qderef, "deref"); defsymbol (&Qtimelimit, "timelimit"); defsymbol (&Qsizelimit, "sizelimit"); - defsymbol (&Qbase, "base"); defsymbol (&Qonelevel, "onelevel"); defsymbol (&Qsubtree, "subtree"); #ifdef LDAP_AUTH_KRBV41 @@ -462,5 +453,3 @@ Vldap_default_host = Qnil; Vldap_default_base = Qnil; } - -#endif /* HAVE_LDAP */