]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/bind.c
Fix prev commit, return generated passwd
[openldap] / servers / slapd / back-perl / bind.c
index cee52ec5f368e39fdb6b4a0872ba092b00a5f490..b495b7ceb96eeaa3c8821dd59abb382b4d9ab083 100644 (file)
  *      in file LICENSE in the top-level directory of the distribution.
  */
 
-#include "portable.h"
-/* init.c - initialize Perl backend */
-       
-#include <stdio.h>
+#include <EXTERN.h>
+#include <perl.h>
+#undef _ /* #defined by both Perl and ac/localize.h */
 
-#include "slap.h"
 #ifdef HAVE_WIN32_ASPERL
 #include "asperl_undefs.h"
 #endif
 
-#include <EXTERN.h>
-#include <perl.h>
+#include "portable.h"
+       
+#include <stdio.h>
+
+#include "slap.h"
 
 #include "perl_back.h"