]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/close.c
Notices and acknowledgements
[openldap] / servers / slapd / back-perl / close.c
index 4ad62899ecc4f5e25108892bef7d10c0ffa95c08..30afe22994dd6af3aae9d8c13b8709b8e3d4619d 100644 (file)
  *      in file LICENSE in the top-level directory of the distribution.
  */
 
-#include "portable.h"
-/* init.c - initialize shell 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"