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-1.34.0~257 X-Git-Url: https://git.sur5r.net/?a=commitdiff_plain;h=37c86cdf856cf3b942f767a97c845baa87e5cd7b;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