Missed one more required file...

This commit is contained in:
Marc G. Fournier 1998-10-27 04:42:59 +00:00
parent 8107299d5e
commit 82a9c9cf38
1 changed files with 30 additions and 0 deletions

View File

@ -0,0 +1,30 @@
#define USE_POSIX_TIME
#if defined(i386)
#define NEED_I386_TAS_ASM
#define HAS_TEST_AND_SET
#endif
#if defined(sparc)
#define NEED_SPARC_TAS_ASM
#define HAS_TEST_AND_SET
#endif
#if defined(vax)
#define NEED_VAX_TAS_ASM
#define HAS_TEST_AND_SET
#endif
#if defined(__ns32k__)
#define NEED_NS32K_TAS_ASM
#define HAS_TEST_AND_SET
#endif
#if defined(__m68k__)
#define HAS_TEST_AND_SET
#endif
#if defined(__mips__)
/* # undef HAS_TEST_AND_SET */
#endif
typedef unsigned char slock_t;