Imported from ../bash-2.01.tar.gz.
[platform/upstream/bash.git] / lib / readline / examples / rltest.c
index 311629f..ff3ad5c 100644 (file)
@@ -4,10 +4,20 @@
 /*                                                                 */
 /* **************************************************************** */
 
+/*
+ * 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
+
 #include <stdio.h>
 #include <sys/types.h>
-#include "../readline.h"
-#include "../history.h"
+#include "readline.h"
+#include "history.h"
 
 main ()
 {