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 |
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; |