Changeset: 745771c37b32 for MonetDB
URL: http://dev.monetdb.org/hg/MonetDB?cmd=changeset;node=745771c37b32
Modified Files:
        MonetDB/src/gdk/gdk_posix.mx
Branch: default
Log Message:

dlfcn: drop ancient dlcompat Apple hack

We have no aspirations to compile on OSX <10.4, where dlopen did not
exist and was provided by an external library called dlcompat from the
BSD guys.


diffs (13 lines):

diff -r 954b4b81252a -r 745771c37b32 MonetDB/src/gdk/gdk_posix.mx
--- a/MonetDB/src/gdk/gdk_posix.mx      Wed Dec 08 12:46:58 2010 +0100
+++ b/MonetDB/src/gdk/gdk_posix.mx      Wed Dec 08 14:14:35 2010 +0100
@@ -1306,9 +1306,6 @@
 }
 
 #ifdef HAVE_DLFCN_H
-# ifdef __APPLE__
-#  define DLOPEN_NO_WARN
-# endif
 # include <dlfcn.h>
 #endif
 
_______________________________________________
Checkin-list mailing list
[email protected]
http://mail.monetdb.org/mailman/listinfo/checkin-list

Reply via email to