All ODBC parts can now use either unixodbc or iodbc.

This allows for the ODBC parts to work on OpenBSD as well.

99.99% of the work is done by seanbright (bow, bow) and I actually
did nothing but test and yell at him that it still didn't work :)

Thanks for helping out !


git-svn-id: https://origsvn.digium.com/svn/asterisk/trunk@146925 65c4cc65-6c06-0410-ace0-fbb531ad65f3
This commit is contained in:
Michiel van Baak
2008-10-06 23:14:33 +00:00
parent 2ec290b09d
commit 4560279c69
11 changed files with 394 additions and 55 deletions

View File

@@ -29,8 +29,10 @@
*/
/*** MODULEINFO
<depend>unixodbc</depend>
<depend>unixodbc_or_iodbc</depend>
<depend>ltdl</depend>
<use>unixodbc</use>
<use>iodbc</use>
***/
#include "asterisk.h"