(DLOPEN_SHLIB_EXT): Don't define it.
authorhanda <handa>
Fri, 15 Apr 2005 08:03:29 +0000 (08:03 +0000)
committerhanda <handa>
Fri, 15 Apr 2005 08:03:29 +0000 (08:03 +0000)
src/input.c

index 41f7412..a016c79 100644 (file)
@@ -579,10 +579,6 @@ load_macros (MPlist *plist, MPlist *macros)
       PLIST ::= ( MODULE-NAME FUNCTION * )
    EXTERNALS is a plist of MODULE-NAME vs (MIMExternalModule *).  */
 
-#ifndef DLOPEN_SHLIB_EXT
-#define DLOPEN_SHLIB_EXT ".so"
-#endif
-
 static int
 load_external_module (MPlist *plist, MPlist *externals)
 {