ClickHouse/contrib/openldap-cmake/darwin_aarch64/include/ldap_config.h

75 lines
1.8 KiB
C++
Raw Normal View History

2021-04-08 02:28:51 +00:00
/* Generated from ./ldap_config.hin on 2021年 4月 8日 星期四 10时21分48秒 CST */
2021-03-11 17:12:52 +00:00
/* $OpenLDAP$ */
/* This work is part of OpenLDAP Software <http://www.openldap.org/>.
*
* Copyright 1998-2020 The OpenLDAP Foundation.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
* modification, are permitted only as authorized by the OpenLDAP
* Public License.
*
* A copy of this license is available in file LICENSE in the
* top-level directory of the distribution or, alternatively, at
* <http://www.OpenLDAP.org/license.html>.
*/
/*
* This file works in conjunction with OpenLDAP configure system.
* If you do no like the values below, adjust your configure options.
*/
#ifndef _LDAP_CONFIG_H
#define _LDAP_CONFIG_H
/* directory separator */
#ifndef LDAP_DIRSEP
#ifndef _WIN32
#define LDAP_DIRSEP "/"
#else
#define LDAP_DIRSEP "\\"
#endif
#endif
/* directory for temporary files */
#if defined(_WIN32)
2021-04-08 02:28:51 +00:00
# define LDAP_TMPDIR "C:\\." /* we don't have much of a choice */
2021-03-11 17:12:52 +00:00
#elif defined( _P_tmpdir )
# define LDAP_TMPDIR _P_tmpdir
#elif defined( P_tmpdir )
# define LDAP_TMPDIR P_tmpdir
#elif defined( _PATH_TMPDIR )
# define LDAP_TMPDIR _PATH_TMPDIR
#else
# define LDAP_TMPDIR LDAP_DIRSEP "tmp"
#endif
/* directories */
#ifndef LDAP_BINDIR
2021-04-08 02:28:51 +00:00
#define LDAP_BINDIR "/usr/local/bin"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_SBINDIR
2021-04-08 02:28:51 +00:00
#define LDAP_SBINDIR "/usr/local/sbin"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_DATADIR
2021-04-08 02:28:51 +00:00
#define LDAP_DATADIR "/usr/local/share/openldap"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_SYSCONFDIR
2021-04-08 02:28:51 +00:00
#define LDAP_SYSCONFDIR "/usr/local/etc/openldap"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_LIBEXECDIR
2021-04-08 02:28:51 +00:00
#define LDAP_LIBEXECDIR "/usr/local/libexec"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_MODULEDIR
2021-04-08 02:28:51 +00:00
#define LDAP_MODULEDIR "/usr/local/libexec/openldap"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_RUNDIR
2021-04-08 02:28:51 +00:00
#define LDAP_RUNDIR "/usr/local/var"
2021-03-11 17:12:52 +00:00
#endif
#ifndef LDAP_LOCALEDIR
2021-04-08 02:28:51 +00:00
#define LDAP_LOCALEDIR ""
2021-03-11 17:12:52 +00:00
#endif
#endif /* _LDAP_CONFIG_H */