summaryrefslogtreecommitdiffstats
path: root/tdeprint
diff options
context:
space:
mode:
authorMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
committerMichele Calgaro <michele.calgaro@yahoo.it>2026-01-16 16:17:53 +0900
commit33ce240b40b1fde502b0f6b3e5fb4b50113dae99 (patch)
tree5ee97bde76624ebe1b0d0d866c207dedd1a15580 /tdeprint
parente0345f8f9b6742e10b54187f915a784d5fd385bc (diff)
downloadtdelibs-drop/hpux-support.tar.gz
tdelibs-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 'tdeprint')
-rw-r--r--tdeprint/cups/cupsdconf2/cupsd.conf.template3
-rw-r--r--tdeprint/fooparser.cpp7
-rw-r--r--tdeprint/lpdunix/kmlpdunixmanager.cpp2
3 files changed, 1 insertions, 11 deletions
diff --git a/tdeprint/cups/cupsdconf2/cupsd.conf.template b/tdeprint/cups/cupsdconf2/cupsd.conf.template
index e1cd0d287..55aa24f3d 100644
--- a/tdeprint/cups/cupsdconf2/cupsd.conf.template
+++ b/tdeprint/cups/cupsdconf2/cupsd.conf.template
@@ -447,9 +447,6 @@ $$
# Specifies a broadcast address to be used. By
# default browsing information is broadcast to all active interfaces.</p>
# <p>
-# Note: HP-UX 10.20 and earlier do not properly handle broadcast unless
-# you have a Class A, B, C, or D netmask (i.e. no CIDR support).</p>
-# <p>
# <i>ex</i>: x.y.z.255, x.y.255.255</p>
$$
#BrowseAddress x.y.z.255
diff --git a/tdeprint/fooparser.cpp b/tdeprint/fooparser.cpp
index 55e68532b..23dd22dd2 100644
--- a/tdeprint/fooparser.cpp
+++ b/tdeprint/fooparser.cpp
@@ -240,13 +240,6 @@ static const short yycheck[] = { 4,
#pragma alloca
#define YYSTACK_USE_ALLOCA
#else /* not MSDOS or _AIX */
-#if 0
-#ifdef __hpux /* haible@ilog.fr says this works for HPUX 9.05 and up,
- and on HPUX 10. Eventually we can turn this on. */
-#define YYSTACK_USE_ALLOCA
-#define alloca __builtin_alloca
-#endif /* __hpux */
-#endif
#endif /* not _AIX */
#endif /* not MSDOS */
#endif /* not sparc */
diff --git a/tdeprint/lpdunix/kmlpdunixmanager.cpp b/tdeprint/lpdunix/kmlpdunixmanager.cpp
index 6d7e5e9ab..96631336c 100644
--- a/tdeprint/lpdunix/kmlpdunixmanager.cpp
+++ b/tdeprint/lpdunix/kmlpdunixmanager.cpp
@@ -323,7 +323,7 @@ void KMLpdUnixManager::parseEtcLpPrinters()
}
}
-// "/etc/lp/member/" directory parsing (HP-UX)
+// "/etc/lp/member/" directory parsing
void KMLpdUnixManager::parseEtcLpMember()
{
TQDir d("/etc/lp/member");