From 7c30763fbebea919470b9348ab9d665dc7197ad7 Mon Sep 17 00:00:00 2001 From: mvanbaak Date: Mon, 6 Oct 2008 23:14:33 +0000 Subject: 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: http://svn.digium.com/svn/asterisk/trunk@146925 f38db490-d61c-443f-a65b-d21fe96a405b --- funcs/func_odbc.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'funcs') diff --git a/funcs/func_odbc.c b/funcs/func_odbc.c index da7e3eccd..37b27d59b 100644 --- a/funcs/func_odbc.c +++ b/funcs/func_odbc.c @@ -27,9 +27,11 @@ */ /*** MODULEINFO - unixodbc + unixodbc_or_iodbc ltdl res_odbc + unixodbc + iodbc ***/ #include "asterisk.h" -- cgit v1.2.3