summaryrefslogtreecommitdiffstats
path: root/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c')
-rw-r--r--src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c b/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
index e4c7000..08dbc69 100644
--- a/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
+++ b/src/core/transport/http/sender/ntlm/heimdal/heimdal_ntlm_wrapper.c
@@ -14,6 +14,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
+#ifdef AXIS2_NTLM_ENABLED
#include <axis2_ntlm.h>
#include <axutil_utils_defines.h>
@@ -380,4 +381,4 @@ heimdal_ntlm_wrapper_create_type3_message(
return AXIS2_SUCCESS;
}
-
+#endif