mirror of
https://github.com/MariaDB/server.git
synced 2025-08-08 11:22:35 +03:00
Portability fix
strings/Makefile.am: Add missing ctype-latin1_de.cc
This commit is contained in:
@@ -767,7 +767,8 @@ dnl get substituted.
|
|||||||
|
|
||||||
AC_DEFUN(MYSQL_CHECK_ORBIT, [
|
AC_DEFUN(MYSQL_CHECK_ORBIT, [
|
||||||
AC_MSG_CHECKING(for ORBit)
|
AC_MSG_CHECKING(for ORBit)
|
||||||
if test `which orbit-config`
|
orbit_config_path=`which orbit-config`
|
||||||
|
if test -n "$orbit_config_path"
|
||||||
then
|
then
|
||||||
orbit_exec_prefix=`orbit-config --exec-prefix`
|
orbit_exec_prefix=`orbit-config --exec-prefix`
|
||||||
orbit_includes=`orbit-config --cflags server`
|
orbit_includes=`orbit-config --cflags server`
|
||||||
|
@@ -75,7 +75,6 @@ extern "C" {
|
|||||||
#endif
|
#endif
|
||||||
|
|
||||||
#undef bcmp // Fix problem with new readline
|
#undef bcmp // Fix problem with new readline
|
||||||
#undef bzero
|
|
||||||
#if defined( __WIN__) || defined(OS2)
|
#if defined( __WIN__) || defined(OS2)
|
||||||
#include <conio.h>
|
#include <conio.h>
|
||||||
#else
|
#else
|
||||||
|
@@ -76,4 +76,8 @@
|
|||||||
|
|
||||||
#endif /* !__STDC__ */
|
#endif /* !__STDC__ */
|
||||||
|
|
||||||
|
#if !defined(__attribute__) && (defined(__cplusplus) || !defined(__GNUC__) || __GNUC__ == 2 && __GNUC_MINOR__ < 8)
|
||||||
|
#define __attribute__(A)
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* !_RL_STDC_H_ */
|
#endif /* !_RL_STDC_H_ */
|
||||||
|
@@ -43,7 +43,7 @@ noinst_PROGRAMS = conf_to_src
|
|||||||
# Default charset definitions
|
# Default charset definitions
|
||||||
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
|
EXTRA_DIST = ctype-big5.c ctype-czech.c ctype-euc_kr.c \
|
||||||
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \
|
ctype-gb2312.c ctype-gbk.c ctype-sjis.c \
|
||||||
ctype-tis620.c ctype-ujis.c \
|
ctype-tis620.c ctype-ujis.c ctype-latin1_de.c \
|
||||||
ctype_autoconf.c \
|
ctype_autoconf.c \
|
||||||
strto.c strings-x86.s longlong2str-x86.s \
|
strto.c strings-x86.s longlong2str-x86.s \
|
||||||
strxmov.c bmove_upp.c strappend.c strcont.c strend.c \
|
strxmov.c bmove_upp.c strappend.c strcont.c strend.c \
|
||||||
|
Reference in New Issue
Block a user