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.34 by gbeauche, 2008-01-01T09:40:33Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for Unix
3   *
4 < *  Basilisk II (C) 1997-2005 Christian Bauer
4 > *  Basilisk II (C) 1997-2008 Christian Bauer
5   *
6   *  This program is free software; you can redistribute it and/or modify
7   *  it under the terms of the GNU General Public License as published by
# 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