From 15b330b648553627230a11adce304103a55e0b62 Mon Sep 17 00:00:00 2001 From: Bruce Momjian Date: Wed, 11 Feb 2004 17:29:01 +0000 Subject: Properly set NEED_REENTRANT_FUNCS for threaded libpq/ecpg. Without this patch, no thread locking or *_r functions were being used. --- src/include/pg_config.h.in | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src') diff --git a/src/include/pg_config.h.in b/src/include/pg_config.h.in index 3b3cc095410..3b7526f3796 100644 --- a/src/include/pg_config.h.in +++ b/src/include/pg_config.h.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 -- cgit v1.2.3