From a5cfc6138ad3cc15961fa5767965549895f17ec1 Mon Sep 17 00:00:00 2001 From: markster Date: Wed, 25 May 2005 19:14:54 +0000 Subject: Turn off USE_RTC by default (bug #4301) git-svn-id: http://svn.digium.com/svn/zaptel/trunk@656 5390a7c7-147a-4af0-8ec9-7488f05a26cb --- ztdummy.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'ztdummy.c') diff --git a/ztdummy.c b/ztdummy.c index 1631c45..2839c2d 100755 --- a/ztdummy.c +++ b/ztdummy.c @@ -45,8 +45,10 @@ * the #define USE_RTC should be commented out. */ #if defined(__i386__) +#if 0 #define USE_RTC #endif +#endif #include #include -- cgit v1.2.3