diff options
author | Slávek Banko <slavek.banko@axis.cz> | 2020-04-07 18:46:03 +0200 |
---|---|---|
committer | Slávek Banko <slavek.banko@axis.cz> | 2020-04-10 12:47:04 +0200 |
commit | d9a4368be5b46944bc00e9357a171d6c77f6da32 (patch) | |
tree | b56cf10ba859ddefbc805dda92d5b34e08218645 /config.h.in | |
parent | 4cac2cf12cab8e55a411ea60dd18b80f20c284c9 (diff) | |
download | basket-d9a4368be5b46944bc00e9357a171d6c77f6da32.tar.gz basket-d9a4368be5b46944bc00e9357a171d6c77f6da32.zip |
Add a paired constant for WITHOUT_ARTS so that WITH_ARTS can be used
in the code without double negation.
Signed-off-by: Slávek Banko <slavek.banko@axis.cz>
Signed-off-by: gregory guy <gregory-tde@laposte.net>
(cherry picked from commit c6b4624a36c2efe115d42a6c799471cb0761ed66)
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h.in b/config.h.in index 0abbc1f..a0faba4 100644 --- a/config.h.in +++ b/config.h.in @@ -141,6 +141,9 @@ /* Defined if compiling without arts */ #undef WITHOUT_ARTS +/* Define a paired constant for WITHOUT_ARTS without a negative notation. */ +#undef WITH_ARTS + /* Define to 1 if your processor stores words with the most significant byte first (like Motorola and SPARC, unlike Intel and VAX). */ #undef WORDS_BIGENDIAN |