diff options
author | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-05 23:03:09 +0900 |
---|---|---|
committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2025-01-06 17:21:15 +0900 |
commit | 57a00bdcbda06e2ec437be4db20f59a10b921157 (patch) | |
tree | 73318d591c936ade7795bb97cabedc28afbb5698 /drkonqi/sha1.cpp | |
parent | bc0489413a519c15c9a0e9d3cf17f9cc6a5eb910 (diff) | |
download | tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.tar.gz tdebase-57a00bdcbda06e2ec437be4db20f59a10b921157.zip |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'drkonqi/sha1.cpp')
-rw-r--r-- | drkonqi/sha1.cpp | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/drkonqi/sha1.cpp b/drkonqi/sha1.cpp index 86dd30a99..c2619d3a6 100644 --- a/drkonqi/sha1.cpp +++ b/drkonqi/sha1.cpp @@ -26,9 +26,6 @@ #ifdef HAVE_STDINT_H #include <stdint.h> /* For uintXX_t on OSX */ #endif -#ifdef HAVE_SYS_BITYPES_H -#include <sys/bitypes.h> /* For uintXX_t on Tru64 */ -#endif #ifdef HAVE_STDINT_H #include <stdint.h> #endif |