Mercurial > hg > xemacs-beta
diff src/sysdll.c @ 452:3d3049ae1304 r21-2-41
Import from CVS: tag r21-2-41
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:40:21 +0200 |
parents | abe6d1db359e |
children | 42375619fa45 |
line wrap: on
line diff
--- a/src/sysdll.c Mon Aug 13 11:39:21 2007 +0200 +++ b/src/sysdll.c Mon Aug 13 11:40:21 2007 +0200 @@ -30,14 +30,8 @@ #ifdef HAVE_SHLIB /* Thankfully, most systems follow the ELFish dlopen() method. -** HAVE__DLOPEN is lame, but SCO has their dl* functions as _dl*, and -** unless you include dlfcn.h you don't get the macros to mask them, and -** autoconf fails to find them. No longer true as of 5.0.5. -** -** Anybody who wants to use this on SCO needs to have their configure.in -** look for _dlopen() as well as dlopen() */ -#if defined(HAVE_DLOPEN) || defined(HAVE__DLOPEN) || defined(HAVE_DLFCN_H) +#if defined(HAVE_DLOPEN) #include <dlfcn.h> #ifndef RTLD_LAZY