1997-12-03 20:48:27 -04:00
|
|
|
# This file is transmogrified into Setup.thread by config.status.
|
|
|
|
|
2000-06-29 13:08:28 -03:00
|
|
|
# Its purpose is to automatically enable the thread module by default
|
|
|
|
# unless the the --without-threads argument is given to the configure
|
|
|
|
# script.
|
1997-12-03 20:48:27 -04:00
|
|
|
|
|
|
|
# *NOTE*: if the configure script decides it can't support threads,
|
|
|
|
# the thread module will still be enabled and cause compile errors.
|
2000-06-29 13:08:28 -03:00
|
|
|
# The solution is to use --without-threads on platforms that don't
|
1997-12-03 20:48:27 -04:00
|
|
|
# support threads.
|
|
|
|
|
|
|
|
@USE_THREAD_MODULE@thread threadmodule.c
|