diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-08 10:46:00 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-08 10:46:00 +0900 |
commit | ce3d9531b62414fd17ccb702809a18810da16de1 (patch) | |
tree | 37db863d7fdc9c5d83b37135c0a633351c2d6a29 /config.h.in | |
parent | acefd32da28cd61beb76831c90051a22a2584989 (diff) | |
download | k3b-ce3d9531b62414fd17ccb702809a18810da16de1.tar.gz k3b-ce3d9531b62414fd17ccb702809a18810da16de1.zip |
Removed HAL dependant code.
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'config.h.in')
-rw-r--r-- | config.h.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/config.h.in b/config.h.in index bd9d059..9f5f881 100644 --- a/config.h.in +++ b/config.h.in @@ -10,9 +10,6 @@ */ #undef FLAC_NEWER_THAN_1_1_1 -/* HAL API version 0.4 */ -#undef HAL_0_4 - /* Define to 1 if you have the <artsc/artsc.h> header file. */ #undef HAVE_ARTSC_ARTSC_H @@ -40,9 +37,6 @@ /* Define to 1 if you have the <FLAC++/decoder.h> header file. */ #undef HAVE_FLAC___DECODER_H -/* compile in HAL support */ -#undef HAVE_HAL - /* Define to 1 if you have the <iconv.h> header file. */ #undef HAVE_ICONV_H |