mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Readline
- Made use of readline wordexp conditional upon the presence of wordexp.h, which is correct, but excludes certain BSDs.
This commit is contained in:
parent
b81891c78f
commit
cdc0c0a01a
4 changed files with 31 additions and 3 deletions
|
@ -67,6 +67,9 @@
|
|||
/* Found uuid_unparse_lower in the uuid library */
|
||||
#cmakedefine HAVE_UUID_UNPARSE_LOWER
|
||||
|
||||
/* Found wordexp.h in the libreadline library */
|
||||
#cmakedefine HAVE_WORDEXP_H
|
||||
|
||||
/* Undefine this to eliminate the execute command */
|
||||
#define HAVE_EXECUTE 1
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue