mirror of
https://github.com/MariaDB/server.git
synced 2025-07-30 16:24:05 +03:00
Fixed link problem when compiling without uca
cmd-line-utils/readline/config_readline.h: Add back defines needed for linux to get rid of compiler warnings, but hide them for now until we have a solution for compile failure on MacOSX strings/ctype-uca.c: Always define UCA contraction functions used by ctype-mb.c
This commit is contained in:
@ -7,6 +7,13 @@
|
||||
# include <config.h>
|
||||
#endif
|
||||
|
||||
#ifdef NOT_YET /* causes problem on MacOSX */
|
||||
/* to get wcwidth() defined */
|
||||
#define _XOPEN_SOURCE 600
|
||||
#define _XOPEN_SOURCE_EXTENDED
|
||||
#define _XOPEN_
|
||||
#endif
|
||||
|
||||
/*
|
||||
Ultrix botches type-ahead when switching from canonical to
|
||||
non-canonical mode, at least through version 4.3
|
||||
|
Reference in New Issue
Block a user