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 3d7a9ac commit 7c5c1a2Copy full SHA for 7c5c1a2
src/Makefile.global.in
@@ -1,5 +1,5 @@
1
# -*-makefile-*-
2
-# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.149 2002/07/16 05:46:35 momjian Exp $
+# $Header: /cvsroot/pgsql/src/Makefile.global.in,v 1.150 2002/07/18 04:30:36 momjian Exp $
3
4
#------------------------------------------------------------------------------
5
# All PostgreSQL makefiles include this file and use the variables it sets,
@@ -359,8 +359,9 @@ STRDUP = @STRDUP@
359
STRERROR = @STRERROR@
360
STRTOL = @STRTOL@
361
STRTOUL = @STRTOUL@
362
-DLLINIT = @DLLINIT@
363
+# Used by the backend
364
+DLLINIT = @DLLINIT@
365
TAS = @TAS@
366
367
0 commit comments