diff options
author | Adam Jackson <ajax@nwnk.net> | 2005-07-13 22:59:39 +0000 |
---|---|---|
committer | Adam Jackson <ajax@nwnk.net> | 2005-07-13 22:59:39 +0000 |
commit | f4626bb72b9955846abee018ae31c1aeb51b8dbf (patch) | |
tree | 61248946dea4b39670ffc99878daf33865f83617 /include/xorg-config.h.in | |
parent | 4f38526566dbcc296d124bb852adfa30ac4d927e (diff) |
dlloader is the default in 6.9, but the loader doesn't get told to prefer
dlloader modules unless you -DDLOPEN_HACK.
Diffstat (limited to 'include/xorg-config.h.in')
-rw-r--r-- | include/xorg-config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
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 |