config changes

This commit is contained in:
Vitor Santos Costa
2015-11-09 18:22:43 +00:00
parent 3aeebed2cf
commit cddb8191c8
8 changed files with 348 additions and 332 deletions

View File

@@ -50,7 +50,7 @@ static char SccsId[] = "%W% %G%";
#include "iopreds.h"
#if defined(HAVE_LIBREADLINE)
#if defined(USE_READLINE)
#include <readline/readline.h>
#include <readline/history.h>
@@ -356,7 +356,7 @@ Yap_ReadlineForSIGINT(void)
static Int has_readline(USES_REGS1)
{
#if HAVE_LIBREADLINE && HAVE_READLINE_READLINE_H
#if USE_READLINE
return true;
#else
return false;