mirror of
https://github.com/postgres/postgres.git
synced 2025-11-18 02:02:55 +03:00
mkLinux patches from Tatsuo Ishii.
This commit is contained in:
@@ -7,11 +7,20 @@
|
||||
# define JMP_BUF
|
||||
# define USE_POSIX_TIME
|
||||
# define USE_POSIX_SIGNALS
|
||||
# if !defined(PPC)
|
||||
# define NEED_I386_TAS_ASM
|
||||
# define HAS_TEST_AND_SET
|
||||
# define NEED_I386_TAS_ASM
|
||||
# define HAS_TEST_AND_SET
|
||||
|
||||
# if defined(PPC)
|
||||
typedef unsigned int slock_t;
|
||||
# else
|
||||
typedef unsigned char slock_t;
|
||||
# endif
|
||||
|
||||
# if defined(PPC)
|
||||
# undef NEED_I386_TAS_ASM
|
||||
# undef HAVE_INT_TIMEZONE
|
||||
# endif
|
||||
|
||||
# if defined(sparc)
|
||||
# undef NEED_I386_TAS_ASM
|
||||
# endif
|
||||
|
||||
Reference in New Issue
Block a user