mirror of
https://github.com/MariaDB/server.git
synced 2025-08-07 00:04:31 +03:00
After review fix
This commit is contained in:
@@ -1,12 +1,16 @@
|
|||||||
/* config-readline.h Maintained by hand. Contains the readline specific
|
/*
|
||||||
parts from config.h.in in readline 4.3 */
|
config-readline.h Maintained by hand. Contains the readline specific
|
||||||
|
parts from config.h.in in readline 4.3
|
||||||
|
*/
|
||||||
|
|
||||||
#if defined (HAVE_CONFIG_H)
|
#if defined (HAVE_CONFIG_H)
|
||||||
# include <config.h>
|
# include <config.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Ultrix botches type-ahead when switching from canonical to
|
/*
|
||||||
non-canonical mode, at least through version 4.3 */
|
Ultrix botches type-ahead when switching from canonical to
|
||||||
|
non-canonical mode, at least through version 4.3
|
||||||
|
*/
|
||||||
#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
|
#if !defined (HAVE_TERMIOS_H) || !defined (HAVE_TCGETATTR) || defined (ultrix)
|
||||||
# define TERMIOS_MISSING
|
# define TERMIOS_MISSING
|
||||||
#endif
|
#endif
|
||||||
|
Reference in New Issue
Block a user