ViewVC Help
View File | Revision Log | Show Annotations | Revision Graph | Root Listing
root/cebix/BasiliskII/src/Unix/sysdeps.h
(Generate patch)

Comparing BasiliskII/src/Unix/sysdeps.h (file contents):
Revision 1.32 by gbeauche, 2005-01-30T21:42:14Z vs.
Revision 1.33 by gbeauche, 2005-06-11T06:43:24Z

# Line 110 | Line 110
110   /* BSD socket API supported */
111   #define SUPPORTS_UDP_TUNNEL 1
112  
113 + /* Use the CPU emulator to check for periodic tasks? */
114 + #ifdef HAVE_PTHREADS
115 + #define USE_PTHREADS_SERVICES
116 + #endif
117 + #if EMULATED_68K
118 + #if defined(__NetBSD__)
119 + #define USE_CPU_EMUL_SERVICES
120 + #endif
121 + #endif
122 + #ifdef USE_CPU_EMUL_SERVICES
123 + #undef USE_PTHREADS_SERVICES
124 + #endif
125 +
126  
127   /* Data types */
128   typedef unsigned char uint8;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines