# | 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; |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |