Skip to content

Commit e326648

Browse files
committed
Added a comment aruond the HISTORY_LIB/INC defines
1 parent 4db04d7 commit e326648

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/Makefile.global

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#
88
#
99
# IDENTIFICATION
10-
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.4 1996/08/20 04:00:39 scrappy Exp $
10+
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.19.2.5 1996/08/20 04:06:12 scrappy Exp $
1111
#
1212
# NOTES
1313
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -59,21 +59,22 @@
5959
# until after this file is processed!
6060
# make sure that you have no whitespaces after the PORTNAME setting
6161
# or the makefiles can get confused
62+
#
6263
PORTNAME= BSD44_derived
6364

64-
# SRCDIR specifies where the source files are.
65+
# SRCDIR specifies where the source files are.
6566
SRCDIR= /home/tools/postgres95-1.02/src
6667

6768
# For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
6869
# and other target destinations are rooted. Of course, each of these is
69-
# changable separately.
70+
# changable separately.
7071
POSTGRESDIR= /home/tools/postgres95-1.02
7172

7273
# POSTGRESLOGIN is the login name of the user who gets special
7374
# privileges within the database. By default it is "postgres", but
7475
# you can change it to any existing login name (such as your own
7576
# login if you are compiling a private version or don't have root
76-
# access).
77+
# access).
7778
POSTGRESLOGIN= postgres
7879

7980
# DATADIR specifies where the postmaster expects to find its database.
@@ -160,6 +161,7 @@ USE_READLINE= true
160161
READLINE_INC= -I/home/tools/include
161162
READLINE_LIB= -L/home/tools/lib -lreadline
162163

164+
# use the following if your readline has a separate history lib
163165
#HISTORY_INC= -I/home/tools/include -I/home/tools/include/readline
164166
#HISTORY_LIB= -L/home/tools/lib -lhistory
165167

0 commit comments

Comments
 (0)