* FormsAuthentication.cs: TARGET_J2EE define for static members
[mono.git] / data / config.in
index de200e53c463027e405e905997157337fc186111..c2beca9259b93fd3ef1d586d3975bc614918d657 100644 (file)
@@ -1,16 +1,18 @@
 <configuration>
        <dllmap dll="cygwin1.dll" target="@LIBC@" />
        <dllmap dll="libc" target="@LIBC@" />
+       <dllmap dll="intl" target="@INTL@" />
        <dllmap dll="libintl" target="@INTL@" />
        <dllmap dll="libxslt.dll" target="libxslt@libsuffix@" />
        <dllmap dll="libmySQL.dll" target="libmysqlclient@libsuffix@" />
        <dllmap dll="odbc32.dll" target="libodbc@libsuffix@" />
-       <dllmap dll="oci" target="clntsh" />
-       <dllmap dll="db2cli" target="libdb2_36@libsuffix@"/>
-       <dllmap dll="msvcrt" target="@LIBC@"/>
-       <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@"/>
-       <dllmap dll="sqlite" target="@SQLITE@"/>
-       <dllmap dll="sqlite3" target="@SQLITE3@"/>
-       <dllmap dll="libX11" target="@X11@"/>
-       <dllmap dll="libcairo-2.dll" target="libcairo.so.2"/>
+       <dllmap os="osx" dll="odbc32.dll" target="libiodbc.dylib" />
+       <dllmap dll="oci" target="libclntsh@libsuffix@" os="!windows"/>
+       <dllmap dll="db2cli" target="libdb2_36@libsuffix@" />
+       <dllmap dll="msvcrt" target="@LIBC@" />
+       <dllmap dll="MonoPosixHelper" target="libMonoPosixHelper@libsuffix@" />
+       <dllmap dll="sqlite" target="@SQLITE@" />
+       <dllmap dll="sqlite3" target="@SQLITE3@" />
+       <dllmap dll="libX11" target="@X11@" />
+       <dllmap dll="libcairo-2.dll" target="libcairo.so.2" />
 </configuration>