1
0
mirror of https://github.com/postgres/postgres.git synced 2025-10-16 17:07:43 +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:
Bruce Momjian
2004-02-11 17:32:09 +00:00
parent 18b8cb5a9e
commit 29760bbdaf
3 changed files with 10 additions and 1 deletions

View File

@@ -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