bk: 464116b8ER_3jOFnU1w94SxBz3NQVQ
remote_config.err_pos = 0;
remote_config.no_errors = 0;
+#ifdef DEBUG
if (debug > 0)
printf("Got Remote Configuration Command: %s\n\n", remote_config.buffer);
+#endif
+
config_remotely();
/* Check if errors were reported. If not, output 'Config Succeeded'
push_back_char(yytext[i]);
yytext[i] = '\0';
} while (i == 0);
-
+
+#ifdef DEBUG
if (debug >= 3)
printf ("yylex: Just Read: %s\n", yytext);
-
+#endif
+
/* Now return the desired token */
if ((expect_string == NO_ARG) &&
(token = is_keyword(yytext, &expect_string)))