Mercurial > hg > xemacs-beta
comparison src/sysdll.c @ 1596:0879be053100
[xemacs-hg @ 2003-07-30 18:32:22 by james]
Configure sets HAVE_DLD_INIT, not HAVE_INIT_DLD.
author | james |
---|---|
date | Wed, 30 Jul 2003 18:32:23 +0000 |
parents | c7045d239c2b |
children | 64eaceca611d |
comparison
equal
deleted
inserted
replaced
1595:f11d38baff77 | 1596:0879be053100 |
---|---|
158 /* #### WTF?! Shouldn't this at least attempt to get strerror or | 158 /* #### WTF?! Shouldn't this at least attempt to get strerror or |
159 something? --hniksic */ | 159 something? --hniksic */ |
160 return "Generic shared library error"; | 160 return "Generic shared library error"; |
161 } | 161 } |
162 | 162 |
163 #elif defined(HAVE_INIT_DLD) | 163 #elif defined(HAVE_DLD_INIT) |
164 #include <dld.h> | 164 #include <dld.h> |
165 int | 165 int |
166 dll_init (const char *arg) | 166 dll_init (const char *arg) |
167 { | 167 { |
168 char *real_exe = dld_find_executable (arg); | 168 char *real_exe = dld_find_executable (arg); |