mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-10 14:00:21 +02:00
(SCM_NEED_BRACES_ON_PTHREAD_ONCE_INIT): New output to scmconfig.h.
This commit is contained in:
parent
5c2b1ab57b
commit
065366d0df
1 changed files with 4 additions and 0 deletions
|
@ -378,6 +378,10 @@ main (int argc, char *argv[])
|
|||
pf ("#define SCM_USE_NULL_THREADS %d /* 0 or 1 */\n",
|
||||
SCM_I_GSC_USE_NULL_THREADS);
|
||||
|
||||
pf ("/* Define to 1 if need braces around PTHREAD_ONCE_INIT (for Solaris). */\n");
|
||||
pf ("#define SCM_NEED_BRACES_ON_PTHREAD_ONCE_INIT %d /* 0 or 1 */\n",
|
||||
SCM_I_GSC_NEED_BRACES_ON_PTHREAD_ONCE_INIT);
|
||||
|
||||
#if USE_DLL_IMPORT
|
||||
pf ("\n");
|
||||
pf ("/* Define some additional CPP macros on Win32 platforms. */\n");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue