]> git.sur5r.net Git - bacula/bacula/commitdiff
ifdef off conio.c if not configured -- should not be necessary
authorKern Sibbald <kern@sibbald.com>
Thu, 18 Dec 2003 19:33:54 +0000 (19:33 +0000)
committerKern Sibbald <kern@sibbald.com>
Thu, 18 Dec 2003 19:33:54 +0000 (19:33 +0000)
git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@899 91ce42f0-d328-0410-95d8-f526ca767f89

bacula/src/console/conio.c

index 6baa57d7c4a9d6477561769c8e10ea974d46d12b..395a3949d318b184d672c9feb733a0a04e717e59 100755 (executable)
@@ -14,6 +14,8 @@
 #include <ctype.h> 
 #endif
 
+#ifdef HAVE_CONIO
+
 /*
 #include <curses.h>
 #include <term.h>
@@ -1031,3 +1033,5 @@ static void asdell()
 {
    t_send(t_dl);
 }
+
+#endif