mirror of
				https://github.com/asterisk/asterisk.git
				synced 2025-10-31 02:37:10 +00:00 
			
		
		
		
	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:
		| @@ -27,9 +27,11 @@ | ||||
|  */ | ||||
|  | ||||
| /*** MODULEINFO | ||||
| 	<depend>unixodbc</depend> | ||||
| 	<depend>unixodbc_or_iodbc</depend> | ||||
| 	<depend>ltdl</depend> | ||||
| 	<depend>res_odbc</depend> | ||||
| 	<use>unixodbc</use> | ||||
| 	<use>iodbc</use> | ||||
|  ***/ | ||||
|  | ||||
| #include "asterisk.h" | ||||
|   | ||||
		Reference in New Issue
	
	Block a user