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-18 11:58:38 +0900 |
| commit | af041ee61794aff7629a62b37d5649bd2bd249b2 (patch) | |
| tree | 5f1a6195a174313d794b76a7bcfce6695a2971ff /kcontrol/energy | |
| 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/energy')
| -rw-r--r-- | kcontrol/energy/energy.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/kcontrol/energy/energy.cpp b/kcontrol/energy/energy.cpp index 05aa07174..c7f18881d 100644 --- a/kcontrol/energy/energy.cpp +++ b/kcontrol/energy/energy.cpp @@ -58,7 +58,7 @@ Status DPMSInfo ( Display *, CARD16 *, BOOL * ); #endif } -#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux) +#if defined(XIMStringConversionRetrival) || defined (__sun) extern "C" { #endif Bool DPMSQueryExtension(Display *, int *, int *); @@ -66,7 +66,7 @@ extern "C" { Status DPMSDisable(Display *); Bool DPMSGetTimeouts(Display *, CARD16 *, CARD16 *, CARD16 *); Bool DPMSSetTimeouts(Display *, CARD16, CARD16, CARD16); -#if defined(XIMStringConversionRetrival) || defined (__sun) || defined(__hpux) +#if defined(XIMStringConversionRetrival) || defined (__sun) } #endif #endif |
