mirror of
https://github.com/postgres/postgres.git
synced 2025-05-11 05:41:32 +03:00
From: teunis <teunis@mauve.computersupportcentre.com>
Slight cleanups for glibc2.0
This commit is contained in:
parent
0079de40b9
commit
2bfc73f55e
@ -18,6 +18,15 @@ typedef long int slock_t;
|
||||
typedef unsigned char slock_t;
|
||||
#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)
|
||||
#undef NEED_I386_TAS_ASM
|
||||
#undef HAVE_INT_TIMEZONE
|
||||
|
Loading…
x
Reference in New Issue
Block a user