diff options
author | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 13:50:35 +0200 |
---|---|---|
committer | Arthur de Jong <arthur@arthurdejong.org> | 2013-05-05 13:50:35 +0200 |
commit | 29f922f820a6bfa1fbf4621891c457a625709156 (patch) | |
tree | 9ef6a85d2d909934e9ba483f4c0a63b0cc778a04 | |
parent | e243e25dc49c9a3f2f9d8e2451080bd1a19ad795 (diff) |
remove not needed define (r1897 from 0.9)
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd-0.8@1958 ef36b2f9-881f-0410-afb5-c4e39611909c
-rw-r--r-- | compat/ldap_initialize.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/compat/ldap_initialize.c b/compat/ldap_initialize.c index d397784..1472f7a 100644 --- a/compat/ldap_initialize.c +++ b/compat/ldap_initialize.c @@ -1,7 +1,7 @@ /* ldap_initialize.c - replacement function for ldap_initialize() - Copyright (C) 2009 Arthur de Jong + Copyright (C) 2009, 2013 Arthur de Jong This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public @@ -21,9 +21,6 @@ #include "config.h" -/* also include deprecated LDAP functions for now */ -#define LDAP_DEPRECATED 1 - #include <stdlib.h> #include <string.h> #include <strings.h> |