diff options
author | Andrew Bartlett <abartlet@samba.org> | 2013-05-22 13:47:50 +1000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2013-05-28 12:17:12 +1000 |
commit | 2c70b0edcfbc009b5cdc27454d3703fbf20a50bd (patch) | |
tree | 8fa272499296f88be3703585e1a6724047a7d7b6 | |
parent | 922fe921ce3df0ea7c3b44f07a076301fcbe06fa (diff) | |
download | samba-2c70b0edcfbc009b5cdc27454d3703fbf20a50bd.tar.gz samba-2c70b0edcfbc009b5cdc27454d3703fbf20a50bd.tar.bz2 samba-2c70b0edcfbc009b5cdc27454d3703fbf20a50bd.zip |
nsswitch: Remove #if SAMBA_BUILD_ >= 4 now we only have the waf build
Reviewed-by: Jelmer Vernooij <jelmer@samba.org>
Reviewed-by: David Disseldorp <ddiss@samba.org>
-rw-r--r-- | nsswitch/wbinfo.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nsswitch/wbinfo.c b/nsswitch/wbinfo.c index 8b178598ed..1d1557dcb1 100644 --- a/nsswitch/wbinfo.c +++ b/nsswitch/wbinfo.c @@ -26,11 +26,7 @@ #include "libwbclient/wbclient.h" #include "lib/popt/popt.h" #include "../libcli/auth/libcli_auth.h" -#if (_SAMBA_BUILD_) >= 4 #include "lib/cmdline/popt_common.h" -#else -#include "popt_common.h" -#endif #ifdef DBGC_CLASS #undef DBGC_CLASS |