mirror of
https://github.com/postgres/postgres.git
synced 2025-07-05 07:21:24 +03:00
From: teunis <teunis@mauve.computersupportcentre.com>
Slight cleanups for glibc2.0
This commit is contained in:
@ -18,6 +18,15 @@ typedef long int slock_t;
|
|||||||
typedef unsigned char slock_t;
|
typedef unsigned char slock_t;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#if (__GLIBC__ >= 2)
|
||||||
|
# ifdef HAVE_INT_TIMEZONE
|
||||||
|
# undef HAVE_INT_TIMEZONE
|
||||||
|
# endif
|
||||||
|
/* currently undefined as I (teunis@computersupportcentre.com) have not
|
||||||
|
checked this yet */
|
||||||
|
/* #define HAVE_SIGSETJMP 1 */
|
||||||
|
#endif
|
||||||
|
|
||||||
#if defined(PPC)
|
#if defined(PPC)
|
||||||
#undef NEED_I386_TAS_ASM
|
#undef NEED_I386_TAS_ASM
|
||||||
#undef HAVE_INT_TIMEZONE
|
#undef HAVE_INT_TIMEZONE
|
||||||
|
Reference in New Issue
Block a user