diff options
author | James Peach <jpeach@samba.org> | 2006-06-06 07:43:17 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:17:18 -0500 |
commit | 777c22b300c573e94d4dc99452575b7af7676774 (patch) | |
tree | 8563350bf4aea1a9a45509b4b40231c1e6a9eba4 /source3/smbd | |
parent | 656d8c30db52ecfeecff83909dbb9bafb37d123c (diff) | |
download | samba-777c22b300c573e94d4dc99452575b7af7676774.tar.gz samba-777c22b300c573e94d4dc99452575b7af7676774.tar.bz2 samba-777c22b300c573e94d4dc99452575b7af7676774.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.
(This used to be commit aafd4db457ce8a60c628d54a3ace3b97c8885dca)
Diffstat (limited to 'source3/smbd')
-rw-r--r-- | source3/smbd/dmapi.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/source3/smbd/dmapi.c b/source3/smbd/dmapi.c index 4a6cba293b..a9d83c782b 100644 --- a/source3/smbd/dmapi.c +++ b/source3/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; } |