1 /**********************************************************************
6 created at: Wed Jan 19 16:53:09 JST 1994
8 Copyright (C) 1993-2007 Yukihiro Matsumoto
10 **********************************************************************/
16 # ifndef HAVE_PROTOTYPES
17 # define HAVE_PROTOTYPES 1
19 # ifndef HAVE_STDARG_PROTOTYPES
20 # define HAVE_STDARG_PROTOTYPES 1
25 #ifdef HAVE_PROTOTYPES
31 DEPRECATED(char *dln_find_exe(const char*,const char*));
32 DEPRECATED(char *dln_find_file(const char*,const char*));
33 char *dln_find_exe_r(const char*,const char*,char*,int);
34 char *dln_find_file_r(const char*,const char*,char*,int);
37 extern char *dln_argv0
;
40 void *dln_load(const char*);