1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

Various changes to improve/support Mklinux

Submitted by: Tatsuo Ishii
This commit is contained in:
Marc G. Fournier
1997-02-06 08:40:16 +00:00
parent 9b9141245c
commit 2c9dbc57e5
5 changed files with 29 additions and 8 deletions

View File

@@ -32,6 +32,9 @@
/* Set to 1 if you have <history.h> */
#undef HAVE_HISTORY
/* Set to 1 if you have <dld.h> */
#undef HAVE_DLD_H
/* Set to 1 if you have isinf() */
#undef HAVE_ISINF
@@ -162,9 +165,11 @@
*/
# define JMP_BUF
# define USE_POSIX_TIME
# define NEED_I386_TAS_ASM
# define HAS_TEST_AND_SET
typedef unsigned char slock_t;
# if !defined(PPC)
# define NEED_I386_TAS_ASM
# define HAS_TEST_AND_SET
typedef unsigned char slock_t;
# endif
#endif
#if defined(nextstep)