FreeBSD-elf can do threads. However, there seems to be confusion if
authorRichard Levitte <levitte@openssl.org>
Sat, 21 Oct 2000 22:05:03 +0000 (22:05 +0000)
committerRichard Levitte <levitte@openssl.org>
Sat, 21 Oct 2000 22:05:03 +0000 (22:05 +0000)
commitb5a43800ef8b5f8ddd49817298a65390d7ceaa5d
tree7427325f3e40452a0544f19d4832debbeb8e0edf
parent0fd44e2ddb359b00c8eb202e8d6da882efb0e294
FreeBSD-elf can do threads.  However, there seems to be confusion if
you should defined _THREAD_SAFE (I found that in an include file, and
that's what everybody tells me) or _THREADSAFE (that's what the gcc
manual says in the FreeBSD-specific section), so I defined both, just
to be safe.
Configure