1
Fork 0
mirror of https://git.savannah.gnu.org/git/guile.git synced 2025-06-10 22:10:21 +02:00

* feature.c: #include <config.h> if HAVE_CONFIG_H. Rename usage

of USE_NULL_THREADS to SCM_USE_NULL_THREADS.
This commit is contained in:
Rob Browning 2003-03-25 23:54:46 +00:00
parent c0fc108975
commit b652768e04

View file

@ -41,6 +41,9 @@
#if HAVE_CONFIG_H
# include <config.h>
#endif
#ifdef HAVE_STRING_H
#include <string.h>
@ -117,7 +120,7 @@ scm_init_feature()
#ifndef CHEAP_CONTINUATIONS
scm_add_feature ("full-continuation");
#endif
#ifndef USE_NULL_THREADS
#ifndef SCM_USE_NULL_THREADS
scm_add_feature ("threads");
#endif