summaryrefslogtreecommitdiff
path: root/databases/mysql60-server/files/patch-client::mysql.cc
blob: 7e4fdfa6f22d1b1fc191b38e0f9200899c8ef85e (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- client/mysql.cc.orig	Sun Oct 24 15:54:36 2004
+++ client/mysql.cc	Sun Oct 24 15:55:52 2004
@@ -294,7 +294,7 @@
  HIST_ENTRY is defined for libedit, but not for the real readline
  Need to redefine it for real readline to find it
 */
-#if !defined(USE_LIBEDIT_INTERFACE)
+#if !defined(HAVE_HIST_ENTRY)
 typedef struct _hist_entry {
   const char      *line;
   const char      *data;