]> andersk Git - moira.git/blobdiff - clients/mrtest/mrtest.c
Switch from Imake-based build system to autoconf-based.
[moira.git] / clients / mrtest / mrtest.c
index 297c9d16e77214af3b7d4bd83cdc7c231e8b7449..aa5252fe58300894569b45d7cad71ee9a93892f8 100644 (file)
@@ -19,7 +19,7 @@
 #include <string.h>
 #include <unistd.h>
 
-#ifdef USE_READLINE
+#ifdef HAVE_READLINE
 #include "readline.h"
 #include "history.h"
 #endif
@@ -61,7 +61,7 @@ int main(int argc, char **argv)
   initialize_sms_error_table();
   initialize_krb_error_table();
 
-#ifdef USE_READLINE
+#ifdef HAVE_READLINE
   /* we don't want filename completion */
   rl_bind_key('\t', rl_insert);
 #endif
@@ -97,7 +97,7 @@ void discard_input(void)
 char *mr_gets(char *prompt, char *buf, size_t len)
 {
   char *in;
-#ifdef USE_READLINE
+#ifdef HAVE_READLINE
   if (interactive)
     {
       in = readline(prompt);
This page took 0.027999 seconds and 4 git commands to generate.