diff options
| author | Bruce Momjian | 2003-08-16 15:35:51 +0000 |
|---|---|---|
| committer | Bruce Momjian | 2003-08-16 15:35:51 +0000 |
| commit | edc999b09a7e217d7fe1199faa5f87f4abacf6b3 (patch) | |
| tree | 0bcdb3834389114441db4603f297f7048c659a2e /src/template/linux | |
| parent | dcfa89537a7d3fbd5117748c266ff86cd8cfb880 (diff) | |
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
configure to report if they are not found.
Diffstat (limited to 'src/template/linux')
| -rw-r--r-- | src/template/linux | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/template/linux b/src/template/linux index fc5c874d844..070e260a276 100644 --- a/src/template/linux +++ b/src/template/linux @@ -1,7 +1,7 @@ CFLAGS=-O2 SUPPORTS_THREADS=yes +NEED_REENTRANT_FUNC_NAMES=yes THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS" THREAD_LIBS="-lpthread" -NEED_REENTRANT_FUNC_NAMES=yes |
