diff options
author | Přemysl Eric Janouch <p@janouch.name> | 2024-09-11 04:55:48 +0200 |
---|---|---|
committer | Přemysl Eric Janouch <p@janouch.name> | 2024-09-11 04:55:59 +0200 |
commit | b87fbc93a64d9b5dd219396fc5c98e8779c55810 (patch) | |
tree | bb202a699a61733dcef0c3152fa5824137171917 /config.h.in | |
parent | ac1a21eac8b5dfaa479ee3b552a49a9f172296e0 (diff) | |
download | json-rpc-shell-b87fbc93a64d9b5dd219396fc5c98e8779c55810.tar.gz json-rpc-shell-b87fbc93a64d9b5dd219396fc5c98e8779c55810.tar.xz json-rpc-shell-b87fbc93a64d9b5dd219396fc5c98e8779c55810.zip |
Support musl libcorigin/master
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 87e075c..644d58a 100644 --- a/config.h.in +++ b/config.h.in @@ -7,5 +7,7 @@ #cmakedefine HAVE_READLINE #cmakedefine HAVE_EDITLINE +#cmakedefine01 ICONV_ACCEPTS_TRANSLIT + #endif // ! CONFIG_H |