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

Remove machine.h, since it wasn't doing anything that config.h wasn't

already doing

Removed only reference to a machine.h I could find in c.h, to win32/machine.h
This commit is contained in:
Marc G. Fournier
1997-02-09 04:50:25 +00:00
parent e7c767b477
commit 86c28441b4
16 changed files with 1 additions and 253 deletions

View File

@@ -1,6 +0,0 @@
#ifndef MACHINE_H
#define MACHINE_H
#define BLCKSZ 8192
#endif