Deleted Added
full compact
6a7,16
> /*
> * Remove the next line if you're compiling this against an installed
> * libreadline.a
> */
> #define READLINE_LIBRARY
>
> #if defined (HAVE_CONFIG_H)
> #include <config.h>
> #endif
>
9,10c19,20
< #include "../readline.h"
< #include "../history.h"
---
> #include "readline.h"
> #include "history.h"