diff options
author | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-25 13:30:11 +0000 |
---|---|---|
committer | nobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2006-01-25 13:30:11 +0000 |
commit | 3da2897dc0f86af27ca206c7bc2291ba7e563aa3 (patch) | |
tree | fef5effd6da3e90993a4aad4ca55e28c5a5b1abe /dln.c | |
parent | 26dd7b1d685e35849669fd3916a29563747ce99c (diff) |
* configure.in, dln.c, file.c, intern.h, missing.h (eaccess): use
system routine if provided. fixed: [ruby-core:07195]
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@9856 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'dln.c')
-rw-r--r-- | dln.c | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -89,8 +89,6 @@ char *getenv(); # include <image.h> #endif -int eaccess(); - #ifndef NO_DLN_LOAD #if defined(HAVE_DLOPEN) && !defined(USE_DLN_A_OUT) && !defined(_AIX) && !defined(__APPLE__) && !defined(_UNICOSMP) |