Branch: Tag:

2001-04-25

2001-04-25 08:33:59 by Jonas Wallden <jonasw@roxen.com>

THREADS is not defined until config.h is included.

Rev: server/base_server/roxen.pike:1.663

4:   // Per Hedbor, Henrik Grubbström, Pontus Hagland, David Hedbor and others.      // ABS and suicide systems contributed freely by Francesco Chemolli - constant cvs_version="$Id: roxen.pike,v 1.662 2001/04/24 18:20:42 grubba Exp $"; + constant cvs_version="$Id: roxen.pike,v 1.663 2001/04/25 08:33:59 jonasw Exp $";    - #ifdef THREADS - // Used when running threaded to find out which thread is the backend thread. - Thread.Thread backend_thread; - #endif /* THREADS */ -  +    // The argument cache. Used by the image cache.   ArgCache argcache;   
32:   inherit "module_support";   inherit "config_userdb";    + #ifdef THREADS + // Used when running threaded to find out which thread is the backend thread. + Thread.Thread backend_thread; + #endif /* THREADS */ +    // --- Locale defines ---      //<locale-token project="roxen_start"> LOC_S </locale-token>