1
0
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:
Bruce Momjian
2004-02-11 17:29:01 +00:00
parent ac4ad7bf2c
commit 15b330b648
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