]> git.sur5r.net Git - openldap/blob - include/ldap_config.h.nt
Statement concerning appropriate use of I-D.
[openldap] / include / ldap_config.h.nt
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_PREFIX
26 #define LDAP_PREFIX                     "C:\\OpenLDAP"
27 #endif
28 #ifndef LDAP_BINDIR
29 #define LDAP_BINDIR                     LDAP_PREFIX "\\bin"
30 #endif
31 #ifndef LDAP_SBINDIR
32 #define LDAP_SBINDIR            LDAP_PREFIX "\\sbin"
33 #endif
34 #ifndef LDAP_DATADIR
35 #define LDAP_DATADIR            LDAP_PREFIX "\\share"
36 #endif
37 #ifndef LDAP_SYSCONFDIR
38 #define LDAP_SYSCONFDIR         LDAP_PREFIX "\\sysconf"
39 #endif
40 #ifndef LDAP_LIBEXECDIR
41 #define LDAP_LIBEXECDIR         LDAP_PREFIX "\\libexec"
42 #endif
43 #ifndef LDAP_RUNDIR
44 #define LDAP_RUNDIR                     LDAP_PREFIX "\\run"
45 #endif
46
47 /* command locations */
48 #ifndef LDAP_EDITOR
49 #define LDAP_EDITOR                     "%EDITOR%"
50 #endif
51 #ifndef LDAP_FINGER
52 #define LDAP_FINGER                     "%FINGER%"
53 #endif
54 #ifndef LDAP_SENDMAIL
55 #define LDAP_SENDMAIL           "%SENDMAIL%"
56 #endif
57
58 #endif /* _LDAP_CONFIG_H */