mirror of
https://github.com/MariaDB/server.git
synced 2026-05-07 15:45:33 +02:00
Merge bk-internal.mysql.com:/home/bk/mysql-4.1
into neptunus.(none):/home/msvensson/mysql/mysql-4.1 configure.in: Auto merged
This commit is contained in:
commit
57d9c6d077
17 changed files with 244 additions and 99 deletions
|
|
@ -17,7 +17,7 @@
|
|||
/* This makes a wrapper for mutex handling to make it easier to debug mutex */
|
||||
|
||||
#include <my_global.h>
|
||||
#if defined(HAVE_LINUXTHREADS) && !defined (__USE_UNIX98)
|
||||
#if defined(TARGET_OS_LINUX) && !defined (__USE_UNIX98)
|
||||
#define __USE_UNIX98 /* To get rw locks under Linux */
|
||||
#endif
|
||||
#if defined(THREAD) && defined(SAFE_MUTEX)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue