diff options
author | Bruce Momjian | 2003-06-14 19:21:42 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-06-14 19:21:42 +0000 |
commit | ffa3bfbc30fe69cddc26bbf6b4ca548fa09e5f9c (patch) | |
tree | 0575ffb3b2d1d2f61c3261049bb63d8aee889cb8 /src/template/netbsd | |
parent | 467839df26a128bbc19b12dd4e54c3db50462661 (diff) |
Move thread os defines into template files.
Diffstat (limited to 'src/template/netbsd')
-rw-r--r-- | src/template/netbsd | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/template/netbsd b/src/template/netbsd index bfbcbdd5975..c18fccb9bea 100644 --- a/src/template/netbsd +++ b/src/template/netbsd @@ -1 +1,5 @@ CFLAGS='-O2 -pipe' + +SUPPORTS_THREADS=yes +NEED_REENTRANT_FUNC_NAMES=no + |