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

Comparing BasiliskII/src/BeOS/sysdeps.h (file contents):
Revision 1.14 by cebix, 2001-07-06T17:36:07Z vs.
Revision 1.17 by cebix, 2004-01-12T15:29:23Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for BeOS
3   *
4 < *  Basilisk II (C) 1997-2001 Christian Bauer
4 > *  Basilisk II (C) 1997-2004 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 49 | Line 49
49   // ExtFS is supported
50   #define SUPPORTS_EXTFS 1
51  
52 + // BSD socket API is supported
53 + #define SUPPORTS_UDP_TUNNEL 1
54 +
55   // mon is not supported
56   #undef ENABLE_MON
57  
# Line 58 | Line 61 | typedef bigtime_t tm_time_t;
61   // 64 bit file offsets
62   typedef off_t loff_t;
63  
64 + // Networking types
65 + #define PF_INET AF_INET
66 + typedef int socklen_t;
67 +
68   // UAE CPU data types
69   #define uae_s8 int8
70   #define uae_u8 uint8

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines