10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 06356b8 commit 4341652Copy full SHA for 4341652
src/backend/port/Makefile.in
@@ -13,7 +13,7 @@
13
# be converted to Method 2.
14
#
15
# IDENTIFICATION
16
-# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.13 1998/01/13 15:31:09 scrappy Exp $
+# $Header: /cvsroot/pgsql/src/backend/port/Attic/Makefile.in,v 1.14 1998/01/13 19:21:40 scrappy Exp $
17
18
#-------------------------------------------------------------------------
19
@@ -25,7 +25,7 @@ INCLUDE_OPT = -I..
25
CFLAGS+= ${INCLUDE_OPT}
26
27
OBJS = dynloader.o @INET_ATON@ @STRERROR@ @MISSING_RANDOM@ @SRANDOM@
28
-OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@ @TAS@
+OBJS+= @GETHOSTNAME@ @GETRUSAGE@ @STRCASECMP@ @STRDUP@ @TAS@ @ISINF@
29
30
all: SUBSYS.o
31
0 commit comments