Disable readline support when building on MacOS Classic.
This commit is contained in:
parent
c6a778d977
commit
a2bbbdb2c3
|
@ -11,7 +11,7 @@
|
|||
#include <errno.h>
|
||||
#include <string.h>
|
||||
|
||||
#if (!defined WIN32)
|
||||
#if ((!defined WIN32) && (!defined __MACOS__))
|
||||
#define HAVE_READLINE
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue