mirror of
https://github.com/postgres/postgres.git
synced 2025-05-20 00:03:14 -04:00
Fixed file to properly do SEMUN for BSDI.
Grouped some PORTNAME's for SEMUN.
This commit is contained in:
parent
00ec211aa8
commit
dbc268ca15
@ -18,22 +18,14 @@
|
|||||||
# define NEED_UNION_SEMUN
|
# define NEED_UNION_SEMUN
|
||||||
#endif /* WIN32 */
|
#endif /* WIN32 */
|
||||||
|
|
||||||
#if defined(__FreeBSD__) || defined(__NetBSD__)
|
#if defined(__FreeBSD__) || \
|
||||||
# define USE_LIMITS_H
|
defined(__NetBSD__) || \
|
||||||
#endif
|
defined(bsdi)
|
||||||
|
|
||||||
#if defined(bsdi)
|
|
||||||
# define USE_LIMITS_H
|
|
||||||
# define NEED_UNION_SEMUN
|
|
||||||
#endif
|
|
||||||
|
|
||||||
#if defined(bsdi_2_1)
|
|
||||||
# define USE_LIMITS_H
|
# define USE_LIMITS_H
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(aix)
|
#if defined(aix)
|
||||||
# define NEED_SYS_SELECT_H
|
# define NEED_SYS_SELECT_H
|
||||||
# define NEED_UNION_SEMUN
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#if defined(irix5)
|
#if defined(irix5)
|
||||||
@ -47,13 +39,15 @@
|
|||||||
* System V header files so we must do it ourselves.
|
* System V header files so we must do it ourselves.
|
||||||
*/
|
*/
|
||||||
#if defined(sequent) || \
|
#if defined(sequent) || \
|
||||||
|
defined(PORTNAME_aix) || \
|
||||||
defined(PORTNAME_alpha) || \
|
defined(PORTNAME_alpha) || \
|
||||||
|
defined(PORTNAME_bsdi) || \
|
||||||
defined(PORTNAME_hpux) || \
|
defined(PORTNAME_hpux) || \
|
||||||
defined(PORTNAME_dgux) || \
|
defined(PORTNAME_dgux) || \
|
||||||
defined(PORTNAME_i386_solaris) || \
|
defined(PORTNAME_i386_solaris) || \
|
||||||
defined(PORTNAME_sparc_solaris) || \
|
defined(PORTNAME_sparc_solaris) || \
|
||||||
defined(PORTNAME_ultrix4) || \
|
defined(PORTNAME_ultrix4) || \
|
||||||
defined(PORTNAME_svr4) || \
|
defined(PORTNAME_svr4)
|
||||||
#define NEED_UNION_SEMUN
|
#define NEED_UNION_SEMUN
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user