]> git.sur5r.net Git - openldap/blob - include/ac/param.h
Import from devel
[openldap] / include / ac / param.h
1 /* Generic param.h */
2 /* $OpenLDAP$ */
3 /*
4  * Copyright 1999-2000 The OpenLDAP Foundation, Redwood City, California, USA
5  * All rights reserved.
6  *
7  * Redistribution and use in source and binary forms are permitted only
8  * as authorized by the OpenLDAP Public License.  A copy of this
9  * license is available at http://www.OpenLDAP.org/license.html or
10  * in file LICENSE in the top-level directory of the distribution.
11  */
12
13 #ifndef _AC_PARAM_H
14 #define _AC_PARAM_H
15
16 #ifdef HAVE_SYS_PARAM_H
17 #include <sys/param.h>
18 #endif
19
20 #ifndef MAXPATHLEN
21 #       ifdef _MAX_PATH
22 #               define MAXPATHLEN       _MAX_PATH
23 #       endif
24 #endif
25
26 #endif /* _AC_PARAM_H */