Staging
v0.8.1
Revision 5c21420772a94846ce7dd077d10a2575da15e84e authored by Jack Jansen on 07 April 2000, 09:10:35 UTC, committed by Jack Jansen on 07 April 2000, 09:10:35 UTC
1 parent e31d3d6
Raw File
Setup.thread.in
# This file is transmogrified into Setup.thread by config.status.

# Its purpose is to automatically enable the thread module when the
# --with-thread argument is given to the configure script.

# *NOTE*: if the configure script decides it can't support threads,
# the thread module will still be enabled and cause compile errors.
# The solution is not to use --with-thread on platforms that don't
# support threads.

@USE_THREAD_MODULE@thread threadmodule.c
back to top