From: Kern Sibbald Date: Thu, 18 Dec 2003 19:33:54 +0000 (+0000) Subject: ifdef off conio.c if not configured -- should not be necessary X-Git-Tag: Release-7.0.0~9831 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=0afe0794500d41ad4fbe61054693bc45ea9f846d;p=bacula%2Fbacula ifdef off conio.c if not configured -- should not be necessary git-svn-id: https://bacula.svn.sourceforge.net/svnroot/bacula/trunk@899 91ce42f0-d328-0410-95d8-f526ca767f89 --- diff --git a/bacula/src/console/conio.c b/bacula/src/console/conio.c index 6baa57d7c4..395a3949d3 100755 --- a/bacula/src/console/conio.c +++ b/bacula/src/console/conio.c @@ -14,6 +14,8 @@ #include #endif +#ifdef HAVE_CONIO + /* #include #include @@ -1031,3 +1033,5 @@ static void asdell() { t_send(t_dl); } + +#endif