Arthur de Jong

Open Source / Free Software developer

summaryrefslogtreecommitdiffstats
path: root/nslcd
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-08-30 20:47:39 +0200
committerArthur de Jong <arthur@arthurdejong.org>2011-08-30 20:47:39 +0200
commit7da6b32e51313c3b6de45c1507a69ff297e3d332 (patch)
tree89bd7d3fdef5b00b59bd9bcf031c49569bec8ed8 /nslcd
parentef4080e37a8827ba611246465c448b2324bada41 (diff)
move LDAP_DEPRECATED and LDAP_REFERRALS to configure.ac to ensure that tests from configure see the same API
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1529 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'nslcd')
-rw-r--r--nslcd/myldap.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/nslcd/myldap.c b/nslcd/myldap.c
index 2d73c39..c5d898e 100644
--- a/nslcd/myldap.c
+++ b/nslcd/myldap.c
@@ -35,12 +35,6 @@
#include "config.h"
-/* also include deprecated LDAP functions for now */
-#define LDAP_DEPRECATED 1
-
-/* for compatibility on Solaris */
-#define LDAP_REFERRALS 1
-
#include <stdio.h>
#include <stdlib.h>
#include <unistd.h>