diff options
Diffstat (limited to 'src/backend/port/irix5/machine.h')
-rw-r--r-- | src/backend/port/irix5/machine.h | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/src/backend/port/irix5/machine.h b/src/backend/port/irix5/machine.h new file mode 100644 index 00000000000..fd1f22c8a93 --- /dev/null +++ b/src/backend/port/irix5/machine.h @@ -0,0 +1,19 @@ +/*------------------------------------------------------------------------- + * + * machine.h-- + * + * + * + * Copyright (c) 1994, Regents of the University of California + * + * machine.h,v 1.1.1.1 1994/11/07 05:19:38 andrew Exp + * + *------------------------------------------------------------------------- + */ +#ifndef MACHINE_H +#define MACHINE_H + +#define BLCKSZ 8192 + +#endif + |