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