1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-06 07:49:08 +03:00

Centralize more of the defines from backend/port under config.h

Further ports should *really* avoid backend/port and make use of
config.h
This commit is contained in:
Marc G. Fournier
1996-10-18 00:33:41 +00:00
parent a839456c41
commit d16bc9ce37
7 changed files with 29 additions and 37 deletions

View File

@@ -46,9 +46,5 @@ struct sembuf
#define GETNCNT 5
#define GETVAL 6
/* for float.c */
#define NEED_CBRT
#define NEED_ISINF
#define POSTGRESDIR "d:\\pglite"
#define PGDATADIR "d:\\pglite\\data"