OSDN Git Service

pgindent run. Make it all clean.
[pg-rex/syncrep.git] / src / include / port / freebsd.h
1 #if defined(__i386__)
2 typedef unsigned char slock_t;
3
4 #define HAS_TEST_AND_SET
5 #endif
6
7 #if defined(__sparc__)
8 #define NEED_SPARC_TAS_ASM
9 #define HAS_TEST_AND_SET
10 #endif
11
12 #if defined(__alpha__)
13 typedef long int slock_t;
14
15 #define HAS_TEST_AND_SET
16 #endif
17
18 #if defined(__vax__)
19 typedef unsigned char slock_t;
20
21 #define NEED_VAX_TAS_ASM
22 #define HAS_TEST_AND_SET
23 #endif
24
25 #if defined(__ns32k__)
26 #define NEED_NS32K_TAS_ASM
27 #define HAS_TEST_AND_SET
28 #endif
29
30 #if defined(__m68k__)
31 #define HAS_TEST_AND_SET
32 #endif
33
34 #if defined(__mips__)
35 /* #    undef HAS_TEST_AND_SET */
36 #endif