Compile, even if both DAHDI and Zaptel are not installed.

(Closes issue #14120)


git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@166592 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Tilghman Lesher
2008-12-23 15:35:38 +00:00
parent 62c8625f2e
commit 5dd486be22
2 changed files with 4 additions and 0 deletions

View File

@@ -3034,6 +3034,7 @@ int main(int argc, char *argv[])
dahdi_chan_name_len = &_dahdi_chan_name_len;
dahdi_chan_mode = &_dahdi_chan_mode;
#ifdef HAVE_DAHDI
{
int fd;
int x = 160;
@@ -3070,6 +3071,7 @@ int main(int argc, char *argv[])
close(fd);
}
}
#endif
threadstorage_init();
astobj2_init();