1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +03:00

Centralize more of the defines from backend/port under config.h

Further ports should *really* avoid backend/port and make use of
config.h
This commit is contained in:
Marc G. Fournier
1996-10-18 00:33:41 +00:00
parent a839456c41
commit d16bc9ce37
7 changed files with 29 additions and 37 deletions

View File

@ -7,7 +7,7 @@
#
#
# IDENTIFICATION
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile.inc,v 1.1.1.1 1996/07/09 06:21:43 scrappy Exp $
# $Header: /cvsroot/pgsql/src/backend/port/hpux/Attic/Makefile.inc,v 1.2 1996/10/18 00:33:22 scrappy Exp $
#
#-------------------------------------------------------------------------
@ -29,15 +29,6 @@ LDADD+= -ll /usr/lib/libdld.sl
endif
endif
CFLAGS+= -DUSE_POSIX_TIME
#
# cbrt(3m) and rint(3m) are missing from 8.07.
# cbrt(3m) and rint(3m) are broken in 9.01.
# cbrt(3m) seems to be missing on 9.00 even though it is documented.
#
CFLAGS+= -DNEED_RINT -DNEED_CBRT
#
# The #pragma trick required on 8.07 no longer works -- the #pragma
# is thoroughly broken. However, the +u flag has been extended to