Discontinue HPUX support
This commit is contained in:
@@ -6,7 +6,6 @@ dist_appdefaults_DATA = Ttsnoop
|
||||
|
||||
AB_MAKEFILES = \
|
||||
Makefile.aix \
|
||||
Makefile.hpux \
|
||||
Makefile.sunos \
|
||||
Makefile.linux \
|
||||
Makefile.freebsd \
|
||||
|
||||
@@ -190,7 +190,7 @@ signalHandler(
|
||||
}
|
||||
}
|
||||
|
||||
#if defined(SVR4) || defined(aix) || defined(hpux) || defined(__linux__) || defined(CSRG_BASED)
|
||||
#if defined(SVR4) || defined(aix) || defined(__linux__) || defined(CSRG_BASED)
|
||||
#if !defined(SIG_PF)
|
||||
typedef void (*sig_pf_t)(int);
|
||||
#define SIG_PF sig_pf_t
|
||||
@@ -202,7 +202,7 @@ _tt_sigset(
|
||||
int sig,
|
||||
SIG_PF handler )
|
||||
{
|
||||
#if defined(hpux) || defined(__linux__) || defined(CSRG_BASED)
|
||||
#if defined(__linux__) || defined(CSRG_BASED)
|
||||
struct sigaction act;
|
||||
act.sa_handler = handler;
|
||||
sigemptyset(&act.sa_mask);
|
||||
|
||||
Reference in New Issue
Block a user