diff options
author | Volker Lendecke <vlendec@samba.org> | 2006-09-03 21:31:51 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 11:39:49 -0500 |
commit | b85e21d3f4c172e0dd2f194c2370653aa38101ee (patch) | |
tree | 7fb102309cf76da158f2efbe15b2c58710f4ca1f /source3/include | |
parent | ee0e397d6f003c583768803aa27716b2b7a23981 (diff) | |
download | samba-b85e21d3f4c172e0dd2f194c2370653aa38101ee.tar.gz samba-b85e21d3f4c172e0dd2f194c2370653aa38101ee.tar.bz2 samba-b85e21d3f4c172e0dd2f194c2370653aa38101ee.zip |
r18020: Fix SunX (with LDAP but without ADS)
(This used to be commit aa61a16c9f87d7ef002beda0b1795964e76f0ce5)
Diffstat (limited to 'source3/include')
-rw-r--r-- | source3/include/includes.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/include/includes.h b/source3/include/includes.h index 3629996ff9..35dd37748a 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -1084,7 +1084,7 @@ typedef int (*comparison_fn_t)(const void *, const void *); #include "proto.h" #endif -#ifdef HAVE_ADS +#ifdef HAVE_LDAP #include "ads_protos.h" #endif |