]> git.sur5r.net Git - openldap/blobdiff - servers/slapd/back-perl/config.c
Format %d -> %ld.
[openldap] / servers / slapd / back-perl / config.c
index b33151cde33e4a050c9bb77e2cfa5f15ee7093fa..63878e1d9b42b96720967dff6c46b21fac5d1e7d 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"