]> git.sur5r.net Git - bacula/bacula/blobdiff - bacula/src/console/console.c
Fix a couple of pedantic compiler warnings.
[bacula/bacula] / bacula / src / console / console.c
index c691c2316f31f795c09f0830b5fd803c823a5b28..55b3ea700b492d00de9f67660edde9256c939859 100644 (file)
@@ -732,7 +732,7 @@ get_cmd(FILE *input, const char *prompt, BSOCK *sock, int sec)
 
 #else /* no readline, do it ourselves */
 
-#if !defined(HAVE_WIN32)
+#ifdef HAVE_CONIO
 static bool bisatty(int fd)
 {
    if (no_conio) {