mirror of
https://github.com/FirebirdSQL/firebird.git
synced 2025-01-23 22:03:03 +01:00
No more hpux (lowercase). To be reviewed by Paul Beach.
This commit is contained in:
parent
dc33717212
commit
38eb8bdb09
@ -247,7 +247,7 @@
|
||||
#undef NETBSD
|
||||
#undef sun
|
||||
#undef SOLARIS
|
||||
#undef hpux
|
||||
#undef HPUX
|
||||
#undef VMS
|
||||
#undef AIX
|
||||
#define WIN_NT
|
||||
|
@ -481,11 +481,7 @@ static inline int sinixz_sigaction(int sig, const struct sinixz_sigaction *act,
|
||||
* HP/UX platforms
|
||||
*****************************************************/
|
||||
|
||||
#if (defined(hpux) || defined(HPUX))
|
||||
|
||||
#ifndef hpux
|
||||
#define hpux
|
||||
#endif
|
||||
#ifdef HPUX
|
||||
|
||||
//#define KILLER_SIGNALS
|
||||
#define UNIX
|
||||
@ -516,7 +512,7 @@ static inline int sinixz_sigaction(int sig, const struct sinixz_sigaction *act,
|
||||
|
||||
#define RISC_ALIGNMENT
|
||||
|
||||
#endif /* hpux */
|
||||
#endif /* HPUX */
|
||||
|
||||
|
||||
/*****************************************************
|
||||
|
@ -1768,7 +1768,7 @@ static bool get_server(tstring&, tstring& node_name)
|
||||
return true;
|
||||
}
|
||||
#endif
|
||||
#endif // hpux
|
||||
#endif // HPUX
|
||||
#endif // NO_NFS
|
||||
} // anonymous namespace
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user