]> git.sur5r.net Git - openldap/blob - servers/slapd/back-perl/asperl_undefs.h
Remove lint
[openldap] / servers / slapd / back-perl / asperl_undefs.h
1 /* This file is necessary because both PERL headers */
2 /* and OpenLDAP define a number of macros without   */
3 /* checking wether they're already defined */
4
5 #ifndef ASPERL_UNDEFS_H
6 #define ASPERL_UNDEFS_H
7
8 /* ActiveState Win32 PERL port support */
9 /* set in ldap/include/portable.h */
10 #  ifdef HAVE_WIN32_ASPERL
11 /* The following macros are undefined to prevent */
12 /* redefinition in PERL headers*/
13 #    undef gid_t
14 #    undef uid_t
15 #    undef mode_t
16 #    undef caddr_t
17 #    undef WIN32_LEAN_AND_MEAN
18 #  endif
19 #endif
20