1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-28 23:42:10 +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,18 +0,0 @@
/*-------------------------------------------------------------------------
*
* machine.h--
*
*
*
* Copyright (c) 1994, Regents of the University of California
*
* $Id: machine.h,v 1.1.1.1 1996/07/09 06:21:43 scrappy Exp $
*
*-------------------------------------------------------------------------
*/
#ifndef MACHINE_H
#define MACHINE_H
#define BLCKSZ 8192
#endif