From 37c86cdf856cf3b942f767a97c845baa87e5cd7b Mon Sep 17 00:00:00 2001 From: Kern Sibbald Date: Thu, 18 Dec 2003 19:33:54 +0000 Subject: [PATCH] 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 --- bacula/src/console/conio.c | 4 ++++ 1 file changed, 4 insertions(+) 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 -- 2.39.5