summaryrefslogtreecommitdiff
path: root/source4/torture/torture.c
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2009-06-04 11:13:05 +1000
committerAndrew Bartlett <abartlet@samba.org>2009-06-04 11:13:05 +1000
commitbef665baadebe7ad8a9417dfccb5f210d3f01ae0 (patch)
tree69758f5d269d8458be0a76f16b6049b44031ad06 /source4/torture/torture.c
parent0daf9a042c76619f4be8ce38b6ee1aba6a1079a4 (diff)
downloadsamba-bef665baadebe7ad8a9417dfccb5f210d3f01ae0.tar.gz
s4:torture Make Samba4 build on hosts with an older libnetapi
For example, Samba4 would not build (for the last week) on Fedora 10, with samba-common 3.2.11 installed. Andrew Bartlett
Diffstat (limited to 'source4/torture/torture.c')
-rw-r--r--source4/torture/torture.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/source4/torture/torture.c b/source4/torture/torture.c
index d80acffa0dc..a7296e62db5 100644
--- a/source4/torture/torture.c
+++ b/source4/torture/torture.c
@@ -45,7 +45,7 @@ bool torture_register_suite(struct torture_suite *suite)
return torture_suite_add_suite(torture_root, suite);
}
-#ifndef HAVE_NETAPI_H
+#ifndef ENABLE_LIBNETAPI
NTSTATUS torture_libnetapi_init(void)
{
return NT_STATUS_OK;
@@ -63,9 +63,7 @@ _PUBLIC_ int torture_init(void)
extern NTSTATUS torture_rpc_init(void);
extern NTSTATUS torture_smb2_init(void);
extern NTSTATUS torture_net_init(void);
-#ifdef HAVE_NETAPI_H
extern NTSTATUS torture_libnetapi_init(void);
-#endif
extern NTSTATUS torture_raw_init(void);
extern NTSTATUS torture_unix_init(void);
extern NTSTATUS torture_winbind_init(void);