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