mirror of
https://git.openldap.org/openldap/openldap.git
synced 2025-01-06 10:46:21 +08:00
#include Perl files before OpenLDAP files, and #undef _ (ITS#2513)
This commit is contained in:
parent
d7c2f20ba7
commit
579e768046
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
@ -2,6 +2,10 @@
|
||||
* Copyright 1999-2003 The OpenLDAP Foundation, All Rights Reserved.
|
||||
* COPYING RESTRICTIONS APPLY, see COPYRIGHT file
|
||||
*/
|
||||
|
||||
/* This file is probably obsolete. If it is not, */
|
||||
/* #inclusion of it may have to be moved. See ITS#2513. */
|
||||
|
||||
/* This file is necessary because both PERL headers */
|
||||
/* and OpenLDAP define a number of macros without */
|
||||
/* checking wether they're already defined */
|
||||
|
@ -13,18 +13,19 @@
|
||||
* 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 used 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"
|
||||
|
||||
|
@ -13,18 +13,19 @@
|
||||
* 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 used 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"
|
||||
|
||||
|
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "lutil.h"
|
||||
#include "perl_back.h"
|
||||
|
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
@ -13,18 +13,19 @@
|
||||
* 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 used 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"
|
||||
|
||||
|
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
@ -26,17 +26,19 @@
|
||||
*
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
@ -13,17 +13,19 @@
|
||||
* in file LICENSE in the top-level directory of the distribution.
|
||||
*/
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
#undef _ /* #defined used by both Perl and ac/localize.h */
|
||||
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include "portable.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include "slap.h"
|
||||
#ifdef HAVE_WIN32_ASPERL
|
||||
#include "asperl_undefs.h"
|
||||
#endif
|
||||
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
||||
#include "perl_back.h"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user