50(
void *
fptr,
bool interleaved,
bool fmex,
const octave::dynamic_library& shl,
51 const std::string& nm)
53 m_sh_lib (shl), m_interleaved (interleaved), m_is_fmex (fmex),
54 m_is_system_fcn_file (false)
60 static const std::string canonical_oct_file_dir
61 = octave::sys::canonicalize_file_name (octave::config::oct_file_dir ());
63 = canonical_oct_file_dir.empty () ? octave::config::oct_file_dir ()
64 : canonical_oct_file_dir;
67 = (! file_name.empty ()