1
0
mirror of https://github.com/postgres/postgres.git synced 2025-11-01 21:31:19 +03:00

From: Phil Nelson <phil@cs.wwu.edu>

Subject: [PATCHES] Added support for NetBSD/pc532.
This commit is contained in:
Marc G. Fournier
1997-06-06 01:37:23 +00:00
parent 355d6a2767
commit 15da18508f
2 changed files with 40 additions and 1 deletions

View File

@@ -5,6 +5,9 @@
# if defined(sparc)
# define NEED_SPARC_TAS_ASM
# endif
# if defined(ns32k)
# define NEED_NS32k_TAS_ASM
# endif
# define HAS_TEST_AND_SET
# if defined(__mips__)
/* # undef HAS_TEST_AND_SET */