From f4626bb72b9955846abee018ae31c1aeb51b8dbf Mon Sep 17 00:00:00 2001 From: Adam Jackson Date: Wed, 13 Jul 2005 22:59:39 +0000 Subject: dlloader is the default in 6.9, but the loader doesn't get told to prefer dlloader modules unless you -DDLOPEN_HACK. --- include/xorg-config.h.in | 3 +++ include/xorg-server.h.in | 3 +++ 2 files changed, 6 insertions(+) (limited to 'include') diff --git a/include/xorg-config.h.in b/include/xorg-config.h.in index 419277a5f..77bc5566e 100644 --- a/include/xorg-config.h.in +++ b/include/xorg-config.h.in @@ -38,6 +38,9 @@ /* URL to go to for support. */ #undef __VENDORDWEBSUPPORT__ +/* Prefer dlloader modules to elfloader */ +#undef DLOPEN_HACK + /* Use libdl-based loader. */ #undef DLOPEN_SUPPORT diff --git a/include/xorg-server.h.in b/include/xorg-server.h.in index ba7a6093d..7d476d431 100644 --- a/include/xorg-server.h.in +++ b/include/xorg-server.h.in @@ -25,6 +25,9 @@ /* Use OsVendorInit */ #undef DDXOSINIT +/* Prefer dlloader modules to elfloader */ +#undef DLOPEN_HACK + /* Building with libdl */ #undef DLOPEN_SUPPORT -- cgit v1.2.1