Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
M
mariadb
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
mariadb
Commits
0c950c5b
Commit
0c950c5b
authored
Aug 24, 2004
by
serg@serg.mylan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
compatibility fixes
parent
1538c318
Changes
3
Show whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
4 deletions
+1
-4
acinclude.m4
acinclude.m4
+0
-3
client/mysql.cc
client/mysql.cc
+0
-1
cmd-line-utils/libedit/search.c
cmd-line-utils/libedit/search.c
+1
-0
No files found.
acinclude.m4
View file @
0c950c5b
...
@@ -6,7 +6,6 @@ AC_DEFUN(MYSQL_CHECK_READLINE_DECLARES_HIST_ENTRY,[
...
@@ -6,7 +6,6 @@ AC_DEFUN(MYSQL_CHECK_READLINE_DECLARES_HIST_ENTRY,[
AC_TRY_COMPILE(
AC_TRY_COMPILE(
[
[
#include "stdio.h"
#include "stdio.h"
#undef __P // readline-4.2 declares own __P
#include "readline/readline.h"
#include "readline/readline.h"
],
],
[
[
...
@@ -27,7 +26,6 @@ AC_DEFUN(MYSQL_CHECK_LIBEDIT_INTERFACE,[
...
@@ -27,7 +26,6 @@ AC_DEFUN(MYSQL_CHECK_LIBEDIT_INTERFACE,[
AC_TRY_COMPILE(
AC_TRY_COMPILE(
[
[
#include "stdio.h"
#include "stdio.h"
#undef __P // readline-4.2 declares own __P
#include "readline/readline.h"
#include "readline/readline.h"
],
],
[
[
...
@@ -49,7 +47,6 @@ AC_DEFUN(MYSQL_CHECK_NEW_RL_INTERFACE,[
...
@@ -49,7 +47,6 @@ AC_DEFUN(MYSQL_CHECK_NEW_RL_INTERFACE,[
AC_TRY_COMPILE(
AC_TRY_COMPILE(
[
[
#include "stdio.h"
#include "stdio.h"
#undef __P // readline-4.2 declares own __P
#include "readline/readline.h"
#include "readline/readline.h"
],
],
[
[
...
...
client/mysql.cc
View file @
0c950c5b
...
@@ -84,7 +84,6 @@ extern "C" {
...
@@ -84,7 +84,6 @@ extern "C" {
#if defined( __WIN__) || defined(OS2)
#if defined( __WIN__) || defined(OS2)
#include <conio.h>
#include <conio.h>
#elif !defined(__NETWARE__)
#elif !defined(__NETWARE__)
#undef __P // readline-4.2 declares own __P
#include <readline/readline.h>
#include <readline/readline.h>
#define HAVE_READLINE
#define HAVE_READLINE
#endif
#endif
...
...
cmd-line-utils/libedit/search.c
View file @
0c950c5b
...
@@ -50,6 +50,7 @@ __RCSID("$NetBSD: search.c,v 1.14 2002/11/20 16:50:08 christos Exp $");
...
@@ -50,6 +50,7 @@ __RCSID("$NetBSD: search.c,v 1.14 2002/11/20 16:50:08 christos Exp $");
*/
*/
#include <stdlib.h>
#include <stdlib.h>
#if defined(REGEX)
#if defined(REGEX)
#include <sys/types.h>
#include <regex.h>
#include <regex.h>
#elif defined(REGEXP)
#elif defined(REGEXP)
#include <regexp.h>
#include <regexp.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment