first changes towards dynamic loading in Darwin

git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@450 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
This commit is contained in:
vsc
2002-04-23 14:37:56 +00:00
parent 13d72287f1
commit 39d89a2d91
3 changed files with 19 additions and 1 deletions

View File

@@ -107,6 +107,15 @@
#define LOAD_SHL 1
#endif
#if defined(__MACH__) && defined(__APPLE__)
#ifdef NO_DYN
#undef NO_DYN
#endif
#ifndef LOAD_DL
#define LOAD_DL 1
#endif
#endif
extern char YapExecutable[];
extern char LoadMsg[];