mirror of
https://github.com/postgres/postgres.git
synced 2025-07-30 11:03:19 +03:00
Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg.
Without this patch, no thread locking or *_r functions were being used.
This commit is contained in:
@ -554,6 +554,9 @@
|
||||
/* Define as the maximum alignment requirement of any C data type. */
|
||||
#undef MAXIMUM_ALIGNOF
|
||||
|
||||
/* Define if non *_r libc functions are not thread safe */
|
||||
#undef NEED_REENTRANT_FUNCS
|
||||
|
||||
/* Define to the address where bug reports for this package should be sent. */
|
||||
#undef PACKAGE_BUGREPORT
|
||||
|
||||
|
Reference in New Issue
Block a user