solaris want's _XOPEN_SOURCE set to 600, From Ragnar Sundblad
This commit is contained in:
@@ -431,8 +431,12 @@
|
|||||||
** See also ticket #2741.
|
** See also ticket #2741.
|
||||||
*/
|
*/
|
||||||
#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
|
#if !defined(_XOPEN_SOURCE) && !defined(__DARWIN__) && !defined(__APPLE__) && SQLITE_THREADSAFE
|
||||||
|
#ifdef __sun
|
||||||
|
# define _XOPEN_SOURCE 600
|
||||||
|
#else
|
||||||
# define _XOPEN_SOURCE 500 /* Needed to enable pthread recursive mutexes */
|
# define _XOPEN_SOURCE 500 /* Needed to enable pthread recursive mutexes */
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** The TCL headers are only needed when compiling the TCL bindings.
|
** The TCL headers are only needed when compiling the TCL bindings.
|
||||||
|
Reference in New Issue
Block a user