1
0
mirror of https://github.com/MariaDB/server.git synced 2025-08-08 11:22:35 +03:00

compatibility fixes

This commit is contained in:
serg@serg.mylan
2004-08-24 22:37:05 +02:00
parent 1538c318c9
commit 0c950c5bfe
3 changed files with 1 additions and 4 deletions

View File

@@ -84,7 +84,6 @@ extern "C" {
#if defined( __WIN__) || defined(OS2)
#include <conio.h>
#elif !defined(__NETWARE__)
#undef __P // readline-4.2 declares own __P
#include <readline/readline.h>
#define HAVE_READLINE
#endif