8
0
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:
robocop 2007-11-17 10:31:25 +00:00
parent dc33717212
commit 38eb8bdb09
3 changed files with 4 additions and 8 deletions

View File

@ -247,7 +247,7 @@
#undef NETBSD
#undef sun
#undef SOLARIS
#undef hpux
#undef HPUX
#undef VMS
#undef AIX
#define WIN_NT

View File

@ -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 */
/*****************************************************

View File

@ -1768,7 +1768,7 @@ static bool get_server(tstring&, tstring& node_name)
return true;
}
#endif
#endif // hpux
#endif // HPUX
#endif // NO_NFS
} // anonymous namespace