summaryrefslogtreecommitdiffstats
path: root/source/smbd/dmapi.c
diff options
context:
space:
mode:
authorJames Peach <jpeach@samba.org>2006-06-06 07:43:17 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 11:17:18 -0500
commitaafd4db457ce8a60c628d54a3ace3b97c8885dca (patch)
tree7805fb476109dacf95d8a99034787eb29c56034a /source/smbd/dmapi.c
parente5b7acc9b5cb6e8cf3d03c9d392fad06e0d282d9 (diff)
downloadsamba-aafd4db457ce8a60c628d54a3ace3b97c8885dca.tar.gz
samba-aafd4db457ce8a60c628d54a3ace3b97c8885dca.tar.xz
samba-aafd4db457ce8a60c628d54a3ace3b97c8885dca.zip
r16057: Coalesce the DMAPI configure tests into a single macro. Add
a more specific probe to try and eliminate old, incompatible DMAPI implementations provided by IRIX 6.4 and AIX 4.3.
Diffstat (limited to 'source/smbd/dmapi.c')
-rw-r--r--source/smbd/dmapi.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/source/smbd/dmapi.c b/source/smbd/dmapi.c
index 4a6cba293bc..a9d83c782bb 100644
--- a/source/smbd/dmapi.c
+++ b/source/smbd/dmapi.c
@@ -24,12 +24,6 @@
#undef DBGC_CLASS
#define DBGC_CLASS DBGC_DMAPI
-#if defined(HAVE_LIBDM) || defined(HAVE_LIBJFSDM) || defined(HAVE_LIBXDSM)
-#if defined(HAVE_XFS_DMAPI_H) || defined(HAVE_SYS_DMI_H) || defined(HAVE_SYS_JFSDMAPI_H) || defined(HAVE_SYS_DMAPI_H)
-#define USE_DMAPI 1
-#endif
-#endif
-
#ifndef USE_DMAPI
int dmapi_init_session(void) { return -1; }