s4:torture: Use #ifdef instead of #if for config.h definitions
[garming/samba-autobuild/.git] / source4 / torture / shell.c
index 5a4eb5c1d6a1b60482ffaf8704e5bab66ee94ef4..195149a0a6a0e7ed4d49652e320a9f93b3f6bf96 100644 (file)
@@ -119,7 +119,7 @@ void torture_shell(struct torture_context *tctx)
                if (cline == NULL)
                        return;
 
-#if HAVE_ADD_HISTORY
+#ifdef HAVE_ADD_HISTORY
                add_history(cline);
 #endif