diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-06 20:11:48 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2022-02-06 20:11:48 +0900 |
commit | da10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f (patch) | |
tree | 7d0ebe452f7394934f737e2185cd554d7ffabe35 /config.h.in | |
parent | 9f2311f262af668797db3634f174184f17cae63e (diff) | |
download | k9copy-da10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f.tar.gz k9copy-da10cdaf055bc8fe0f03702afe2b8c7bc5c5ed4f.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 70e6595..3690eef 100644 --- a/config.h.in +++ b/config.h.in @@ -12,9 +12,6 @@ /* x86_64 architecture */ #undef ARCH_X86_64 -/* HAL API version 0.4 */ -#undef HAL_0_4 - /* Define to 1 if you have the <Carbon/Carbon.h> header file. */ #undef HAVE_CARBON_CARBON_H @@ -30,9 +27,6 @@ /* Define to 1 if you have the <dlfcn.h> header file. */ #undef HAVE_DLFCN_H -/* compile in HAL support */ -#undef HAVE_HAL - /* Define to 1 if you have the <inttypes.h> header file. */ #undef HAVE_INTTYPES_H |