More WvConfEmu hacking... Did I run this without the USE_WVCONFEMU flag? Of

course not!


git-svn-id: file:///home/apenwarr/alumnit-svn/public/trunk@2930 6619c942-59fa-0310-bf43-a07aaa81d9ac
This commit is contained in:
pphaneuf 2003-10-10 23:24:26 +00:00
parent 8a232f5fdd
commit fbf843a705
3 changed files with 3 additions and 11 deletions

View File

@ -79,7 +79,7 @@ int main( int argc, char ** argv )
WvDialLogger rc;
WvSyslog *syslog = NULL;
#ifdef USE_WVCONFEMU
UniConfRoot uniconf;
UniConfRoot uniconf("temp:");
WvConf cfg(uniconf);
#else
WvConf cfg("/dev/null");

View File

@ -12,11 +12,7 @@
#include <termios.h>
#include "strutils.h"
#ifdef USE_WVCONFEMU
# include "wvconfemu.h"
#else
# include "wvconf.h"
#endif
#include "wvconfemu.h"
#include "wvlog.h"
#include "wvmodem.h"
#include "wvpapchap.h"

View File

@ -9,11 +9,7 @@
#ifndef __WVPAPCHAP_H
#define __WVPAPCHAP_H
#ifdef USE_WVCONFEMU
# include "wvconfemu.h"
#else
# include "wvconf.h"
#endif
#include "wvconfemu.h"
#include "wvlinklist.h"
#include "wvstring.h"