]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Now handled by the build system...
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 21 Jun 2015 19:56:08 +0000 (15:56 -0400)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Sun, 21 Jun 2015 19:56:08 +0000 (15:56 -0400)
src/modules/rlm_ldap/sasl.c

index be1764c094984394b43234693c5612a00328bd6d..b6733852b50d11fb8e671671b7411203ec02bde2 100644 (file)
@@ -16,7 +16,6 @@
 
 #include "ldap.h"
 
-#ifdef HAVE_LDAP_SASL_INTERACTIVE_BIND
 /**
  * $Id$
  * @file sasl.c
@@ -174,4 +173,3 @@ done:
 
        return status;
 }
-#endif /* HAVE_LDAP_SASL_INTERACTIVE_BIND */