]> granicus.if.org Git - postgresql/blob - src/include/port/bsdi.h
More cpu cleanups, only for 6.6.
[postgresql] / src / include / port / bsdi.h
1 #if defined(__i386__)
2 #define NEED_I386_TAS_ASM
3 #endif
4 #if defined(__sparc__)
5 #define NEED_SPARC_TAS_ASM
6 #endif
7
8 #define USE_POSIX_TIME
9 #define HAS_TEST_AND_SET
10
11 typedef unsigned char slock_t;