]> granicus.if.org Git - postgresql/blob - src/template/linux
Make NEED_REENTRANT_FUNC_NAMES _require_ *_r functions, and add tests to
[postgresql] / src / template / linux
1 CFLAGS=-O2
2
3 SUPPORTS_THREADS=yes
4 NEED_REENTRANT_FUNC_NAMES=yes
5 THREAD_CFLAGS="-D_REENTRANT -D_THREAD_SAFE -D_POSIX_PTHREAD_SEMANTICS"
6 THREAD_LIBS="-lpthread"
7