7
7
#
8
8
#
9
9
# IDENTIFICATION
10
- # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.15 1996/07/25 20:43:35 scrappy Exp $
10
+ # $Header: /cvsroot/pgsql/src/Attic/Makefile.global,v 1.16 1996/07/29 20:51:41 scrappy Exp $
11
11
#
12
12
# NOTES
13
13
# This is seen by any Makefiles that include mk/postgres.mk. To
@@ -64,18 +64,18 @@ PORTNAME= BSD44_derived
64
64
# SRCDIR specifies where the source files are.
65
65
SRCDIR= /home/staff/scrappy/cvs/postgres95/src
66
66
67
+ # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
68
+ # and other target destinations are rooted. Of course, each of these is
69
+ # changable separately.
70
+ POSTGRESDIR= /home/staff/scrappy/cvs/postgres95
71
+
67
72
# POSTGRESLOGIN is the login name of the user who gets special
68
73
# privileges within the database. By default it is "postgres", but
69
74
# you can change it to any existing login name (such as your own
70
75
# login if you are compiling a private version or don't have root
71
76
# access).
72
77
POSTGRESLOGIN= postgres
73
78
74
- # For convenience, POSTGRESDIR is where DATADIR, BINDIR, and LIBDIR
75
- # and other target destinations are rooted. Of course, each of these is
76
- # changable separately.
77
- POSTGRESDIR= /home/staff/scrappy/cvs/postgres95
78
-
79
79
# DATADIR specifies where the postmaster expects to find its database.
80
80
# This may be overridden by command line options or the PGDATA environment
81
81
# variable.
@@ -127,14 +127,14 @@ CFLAGS+= -DNAMEDATALEN=$(NAMEDATALEN) -DOIDNAMELEN=$(OIDNAMELEN)
127
127
# To disable a feature, comment out the entire definition
128
128
# (that is, prepend '#', don't set it to "0" or "no").
129
129
130
- # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
131
- # multi-byte types to generate a bus error.
132
- ENFORCE_ALIGNMENT= true
133
-
134
130
# Comment out CDEBUG to turn off debugging and sanity-checking.
135
131
#
136
132
# XXX on MIPS, use -g3 if you want to compile with -O
137
- CDEBUG= -g
133
+ CDEBUG= #-g
134
+
135
+ # Comment out ENFORCE_ALIGNMENT if you do NOT want unaligned access to
136
+ # multi-byte types to generate a bus error.
137
+ ENFORCE_ALIGNMENT= true
138
138
139
139
# turn this on if you prefer European style dates instead of American
140
140
# style dates
@@ -170,8 +170,6 @@ ifdef HBA
170
170
HBAFLAGS= -DHBA
171
171
endif
172
172
173
-
174
-
175
173
# If you plan to use Kerberos for authentication...
176
174
#
177
175
# Comment out KRBVERS if you do not use Kerberos.
@@ -180,7 +178,6 @@ endif
180
178
#
181
179
#KRBVERS= 5
182
180
183
-
184
181
# Globally pass Kerberos file locations.
185
182
# these are used in the postmaster and all libpq applications.
186
183
#
0 commit comments