]> git.sur5r.net Git - openldap/blob - include/ldap_config.h.in
Remove incorrect use of <matched> entry
[openldap] / include / ldap_config.h.in
1 /* $OpenLDAP$ */
2 /*
3  * Copyright 1998,1999 The OpenLDAP Foundation, Redwood City, California, USA
4  * All rights reserved.
5  *
6  * Redistribution and use in source and binary forms are permitted only
7  * as authorized by the OpenLDAP Public License.  A copy of this
8  * license is available at http://www.OpenLDAP.org/license.html or
9  * in file LICENSE in the top-level directory of the distribution.
10  */
11
12 /*
13  * This file works in confunction with OpenLDAP configure system.
14  * If you do no like the values below, adjust your configure options.
15  */
16
17 #ifndef _LDAP_CONFIG_H
18 #define _LDAP_CONFIG_H
19
20 /* directory separator */
21 #ifndef LDAP_DIRSEP
22 #define LDAP_DIRSEP "/"
23 #endif
24
25 /* directories */
26 #ifndef LDAP_BINDIR
27 #define LDAP_BINDIR                     "%BINDIR%"
28 #endif
29 #ifndef LDAP_SBINDIR
30 #define LDAP_SBINDIR            "%SBINDIR%"
31 #endif
32 #ifndef LDAP_DATADIR
33 #define LDAP_DATADIR            "%DATADIR%"
34 #endif
35 #ifndef LDAP_SYSCONFDIR
36 #define LDAP_SYSCONFDIR         "%SYSCONFDIR%"
37 #endif
38 #ifndef LDAP_LIBEXECDIR
39 #define LDAP_LIBEXECDIR         "%LIBEXECDIR%"
40 #endif
41 #ifndef LDAP_RUNDIR
42 #define LDAP_RUNDIR                     "%RUNDIR%"
43 #endif
44
45 /* command locations */
46 #ifndef LDAP_EDITOR
47 #define LDAP_EDITOR                     "%EDITOR%"
48 #endif
49 #ifndef LDAP_FINGER
50 #define LDAP_FINGER                     "%FINGER%"
51 #endif
52 #ifndef LDAP_SENDMAIL
53 #define LDAP_SENDMAIL           "%SENDMAIL%"
54 #endif
55
56 #endif /* _LDAP_CONFIG_H */