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.18 by cebix, 2001-07-03T15:59:47Z vs.
Revision 1.21 by cebix, 2002-01-15T14:58:37Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for Unix
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2002 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 103 | Line 103
103   /* ExtFS is supported */
104   #define SUPPORTS_EXTFS 1
105  
106 + /* BSD socket API supported */
107 + #define SUPPORTS_UDP_TUNNEL 1
108 +
109  
110   /* Data types */
111   typedef unsigned char uint8;
# Line 155 | Line 158 | typedef struct timespec tm_time_t;
158   typedef struct timeval tm_time_t;
159   #endif
160  
158 /* Offset Mac->Unix time in seconds */
159 #define TIME_OFFSET 0x7c25b080
160
161   /* UAE CPU data types */
162   #define uae_s8 int8
163   #define uae_u8 uint8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines