diff options
| author | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 15:26:43 +0900 |
|---|---|---|
| committer | Michele Calgaro <michele.calgaro@yahoo.it> | 2026-01-16 15:26:43 +0900 |
| commit | 1cc7602b43337d1f5d24415ef471bb39e6567b34 (patch) | |
| tree | 29c01651adff35b0762ab0b7171b84e0f48fa1c7 /kcontrol/info/info.cpp | |
| parent | 623738e42c5878f7eccf86d5731efd038a5a775e (diff) | |
| download | tdebase-drop/hpux-support.tar.gz tdebase-drop/hpux-support.zip | |
Remove support for HPUX, which is discontinued and does not provide a c++17 complaint compiler.drop/hpux-support
Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
Diffstat (limited to 'kcontrol/info/info.cpp')
| -rw-r--r-- | kcontrol/info/info.cpp | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/kcontrol/info/info.cpp b/kcontrol/info/info.cpp index 2d79f4f54..4539e6dd1 100644 --- a/kcontrol/info/info.cpp +++ b/kcontrol/info/info.cpp @@ -53,8 +53,6 @@ static bool sorting_allowed; /* is sorting allowed by user ? */ #if defined(__linux__) # define DEFAULT_ERRORSTRING TQString::null /* i18n("Maybe the proc-filesystem is not enabled in Linux-Kernel.") */ -#elif defined(__hpux) -# define DEFAULT_ERRORSTRING TQString::null #else #define DEFAULT_ERRORSTRING i18n("Maybe this system is not completely supported yet :-(") #endif @@ -470,8 +468,6 @@ static int GetInfo_ReadfromPipe( TQListView *lBox, const char *FileName, bool Wi #include "info_sgi.cpp" #elif defined(__FreeBSD__) || defined (__DragonFly__) #include "info_fbsd.cpp" -#elif __hpux -#include "info_hpux.cpp" #elif __NetBSD__ #include "info_netbsd.cpp" #elif __OpenBSD__ |
