Added OSX readline keyseq bindings

This commit is contained in:
James Booth
2015-02-03 21:38:48 +00:00
parent b76501f0bc
commit 82ddbf332d
2 changed files with 11 additions and 4 deletions

View File

@@ -34,6 +34,8 @@ AC_DEFINE_UNQUOTED([PACKAGE_STATUS], ["$PACKAGE_STATUS"], [Status of this build]
AS_IF([test "x$PLATFORM" = xcygwin],
[AC_DEFINE([PLATFORM_CYGWIN], [1], [Cygwin])])
AS_IF([test "x$PLATFORM" = xosx],
[AC_DEFINE([PLATFORM_OSX], [1], [OSx])])
### Options
AC_ARG_ENABLE([notifications],