* src/vm/hashtable.h,
[cacao.git] / src / cacaoh / headers.h
index 22714d31c244c06f34b7df90258b8d2ce4ac4573..b143b64a94669df14f1a689786e4d597c283a7a0 100644 (file)
 
    Authors: Christian Thalinger
 
-   $Id: headers.h 4357 2006-01-22 23:33:38Z twisti $
+   $Id: headers.h 4921 2006-05-15 14:24:36Z twisti $
 
 */
 
 #ifndef _HEADERS_H
 #define _HEADERS_H
 
-#if defined(USE_THREADS)
-# if defined(NATIVE_THREADS)
-#  include "threads/native/threads.h"
-# else
-#  include "threads/green/threads.h"
-#  include "threads/green/locks.h"
-# endif
+#include "config.h"
+
+#if defined(ENABLE_THREADS)
+# include "threads/native/threads.h"
 #endif
 
 #include "toolbox/chain.h"