diff options
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 |