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-07 10:25:27 +0900 |
| commit | 90cd05fc319e856bf907b1d8b1c0d05816e71af7 (patch) | |
| tree | 1814041c14ee75989f1a0ddac88434483a54b1f8 /drkonqi/sha1.cpp | |
| parent | fc3cb1efd2b9f465c7f2a00d6d6b5f14d9b7094b (diff) | |
| download | tdebase-90cd05fc.tar.gz tdebase-90cd05fc.zip | |
Remove support for Tru64 and OSF
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
(cherry picked from commit 57a00bdcbda06e2ec437be4db20f59a10b921157)
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 |
