mirror of
https://github.com/samba-team/samba.git
synced 2024-12-22 13:34:15 +03:00
build: Remove feature tests for variables now always provided
These #ifdef statements were added in replacement for #if (_SAMBA_BUILD_ >= 4)
in fbe7ed79b0
Andrew Bartlett
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
This commit is contained in:
parent
dc6b03ffa5
commit
4c4520ac37
@ -106,19 +106,8 @@ DEFINE_DYN_CONFIG_PARAM(DATADIR)
|
||||
DEFINE_DYN_CONFIG_PARAM(SETUPDIR)
|
||||
DEFINE_DYN_CONFIG_PARAM(WINBINDD_SOCKET_DIR) /* from winbind_struct_protocol.h in s3 autoconf */
|
||||
|
||||
/* these are not used in s3 */
|
||||
#ifdef WINBINDD_PRIVILEGED_SOCKET_DIR
|
||||
DEFINE_DYN_CONFIG_PARAM(WINBINDD_PRIVILEGED_SOCKET_DIR)
|
||||
#endif
|
||||
#ifdef NTP_SIGND_SOCKET_DIR
|
||||
DEFINE_DYN_CONFIG_PARAM(NTP_SIGND_SOCKET_DIR)
|
||||
#endif
|
||||
#ifdef PYTHONDIR
|
||||
DEFINE_DYN_CONFIG_PARAM(PYTHONDIR)
|
||||
#endif
|
||||
#ifdef PYTHONARCHDIR
|
||||
DEFINE_DYN_CONFIG_PARAM(PYTHONARCHDIR)
|
||||
#endif
|
||||
#ifdef SCRIPTSBINDIR
|
||||
DEFINE_DYN_CONFIG_PARAM(SCRIPTSBINDIR)
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user