summaryrefslogtreecommitdiff
path: root/source3/smbd/dmapi.c
diff options
context:
space:
mode:
authorAlexander Bokovoy <ab@samba.org>2007-02-20 15:55:12 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 12:18:06 -0500
commit415612949005edffa3ca05133ea5f1358f578161 (patch)
tree5f78a6dca67a07a71f37bd07f82b9deb495ec2e0 /source3/smbd/dmapi.c
parent1052cadbae7bf71a0575b06e8ac7ff52c7fb95ee (diff)
downloadsamba-415612949005edffa3ca05133ea5f1358f578161.tar.gz
samba-415612949005edffa3ca05133ea5f1358f578161.tar.bz2
samba-415612949005edffa3ca05133ea5f1358f578161.zip
r21467: Add GPFS-provided DMAPI support based on their GPL library
(This used to be commit 5876bedda51fce0c932ca0cdab074629b31a9c94)
Diffstat (limited to 'source3/smbd/dmapi.c')
-rw-r--r--source3/smbd/dmapi.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c
index b42b7d51f0..b8c23c2dce 100644
--- a/source3/smbd/dmapi.c
+++ b/source3/smbd/dmapi.c
@@ -40,6 +40,8 @@ BOOL dmapi_have_session(void) { return False; }
#include <sys/jfsdmapi.h>
#elif defined(HAVE_SYS_DMAPI_H)
#include <sys/dmapi.h>
+#elif defined(HAVE_DMAPI_H)
+#include <dmapi.h>
#endif
#define DMAPI_SESSION_NAME "samba"