complete.c:
Fixed compilation problem on FreeBSD, after discussion with Jani. Doesn't FreeBSD follow the standard?
This commit is contained in:
parent
bef189cc4e
commit
d99146ce2c
@ -21,7 +21,7 @@
|
|||||||
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
|
59 Temple Place, Suite 330, Boston, MA 02111 USA. */
|
||||||
#define READLINE_LIBRARY
|
#define READLINE_LIBRARY
|
||||||
|
|
||||||
#ifndef _XOPEN_SOURCE
|
#if !defined(_XOPEN_SOURCE) && !defined(__FreeBSD__)
|
||||||
#define _XOPEN_SOURCE 500
|
#define _XOPEN_SOURCE 500
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user