make SWI-Prolog get YAP stuff from include/Yap at run-time.
This commit is contained in:
@@ -18,8 +18,13 @@ extern "C" {
|
||||
#endif
|
||||
|
||||
//=== includes ===============================================================
|
||||
#include "config.h"
|
||||
#ifdef _YAP_NOT_INSTALLED_
|
||||
#include <config.h>
|
||||
#include <YapInterface.h>
|
||||
#else
|
||||
#include <Yap/config.h>
|
||||
#include <Yap/YapInterface.h>
|
||||
#endif
|
||||
#include <stdarg.h>
|
||||
#include <stdlib.h>
|
||||
#include <stddef.h>
|
||||
|
Reference in New Issue
Block a user