mirror of
https://github.com/asterisk/asterisk.git
synced 2026-07-28 00:10:25 -07:00
fixed dahdi compatability header from assuming either dahdi or zaptel is installed (may not have either)
git-svn-id: https://origsvn.digium.com/svn/asterisk/branches/1.4@122663 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
@@ -22,12 +22,12 @@
|
||||
#ifndef DAHDI_COMPAT_H
|
||||
#define DAHDI_COMPAT_H
|
||||
|
||||
#ifndef HAVE_ZAPTEL
|
||||
#ifdef HAVE_DAHDI
|
||||
|
||||
#include <dahdi/user.h>
|
||||
#include <dahdi/tonezone.h>
|
||||
|
||||
#else
|
||||
#elif defined(HAVE_ZAPTEL)
|
||||
|
||||
#include <zaptel/zaptel.h>
|
||||
#include <zaptel/tonezone.h>
|
||||
|
||||
@@ -27,7 +27,7 @@
|
||||
|
||||
/*** MODULEINFO
|
||||
<conflict>win32</conflict>
|
||||
<use>zaptel</use>
|
||||
<use>dahdi</use>
|
||||
***/
|
||||
|
||||
#include "asterisk.h"
|
||||
|
||||
Reference in New Issue
Block a user