]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/delete.c
Notices and acknowledgements
[openldap] / servers / slapd / back-perl / delete.c
index 26e05363f3e0b4cac0c41c4465538d683757b2f0..9a812f479e09a37c51e91db57144c595a1d99a6e 100644 (file)
  *      in file LICENSE in the top-level directory of the distribution.
  */
 
-#include "portable.h"
-
-#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"