mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
complete.c:
Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard? cmd-line-utils/readline/complete.c: Fixed
This commit is contained in:
parent
62d6227871
commit
a942a6c394
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
|||
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
|
||||
#define READLINE_LIBRARY
|
||||
|
||||
#ifndef _XOPEN_SOURCE
|
||||
#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__)
|
||||
#define _XOPEN_SOURCE 500
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue