Commit 35e2d29c authored by Bruce Momjian's avatar Bruce Momjian

Added comment to readline defines.

parent 9c931e08
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
# #
# #
# IDENTIFICATION # IDENTIFICATION
# $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.103 1997/01/28 03:46:58 momjian Exp $ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.104 1997/01/28 13:53:50 momjian Exp $
# #
# NOTES # NOTES
# Essentially all Postgres make files include this file and use the # Essentially all Postgres make files include this file and use the
...@@ -168,10 +168,10 @@ USE_READLINE= false ...@@ -168,10 +168,10 @@ USE_READLINE= false
# if you have a libhistory.a # if you have a libhistory.a
#READLINE_INC+= -DHAVE_LIBHISTORY #READLINE_INC+= -DHAVE_LIBHISTORY
# where to find includes # where to find includes, if not in include search path
#READLINE_INC+= -I/home/tools/include #READLINE_INC+= -I/home/tools/include
# where to find library files # where to find library files, if not in library search path
#READLINE_LIB+= -L/home/tools/lib #READLINE_LIB+= -L/home/tools/lib
# not optional if USE_READLINE enabled # not optional if USE_READLINE enabled
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment