1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

More modifications to make building more interactive:

Allow installer to change DEF_PGPORT
	Allow installer to disable HBA
This commit is contained in:
Marc G. Fournier
1997-04-03 22:16:34 +00:00
parent a03dc60508
commit 0213a81dca
4 changed files with 241 additions and 179 deletions

View File

@@ -129,16 +129,16 @@
/*
* DEF_PGPORT is the TCP port number on which the Postmaster listens by
* default. This can be overriden by command options, environment variables,
* and the postconfig hook.
* and the postconfig hook. (set by build script)
*/
#define DEF_PGPORT "5432"
#undef DEF_PGPORT
/*
* If you do not plan to use Host based authentication,
* comment out the following line
* comment out the following line (set by build script)
*/
#define HBA
#undef HBA
/*
* On architectures for which we have not implemented spinlocks (or