summaryrefslogtreecommitdiff
path: root/databases/mysql41-server/files/patch-client::mysql.cc
blob: edce89820a234ff475ad15aec33319b5f0942e3c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
--- client/mysql.cc.orig	Wed Jun  2 09:11:24 2004
+++ client/mysql.cc	Wed Jun  2 09:13:19 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(HIST_ENTRY)
 typedef struct _hist_entry {
   const char      *line;
   const char      *data;