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

Comparing BasiliskII/src/AmigaOS/sysdeps.h (file contents):
Revision 1.5 by cebix, 1999-10-21T22:39:59Z vs.
Revision 1.8 by cebix, 2000-04-10T18:52:42Z

# Line 1 | Line 1
1   /*
2   *  sysdeps.h - System dependent definitions for AmigaOS
3   *
4 < *  Basilisk II (C) 1997-1999 Christian Bauer
4 > *  Basilisk II (C) 1997-2000 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 42 | Line 42
42   // ExtFS is supported
43   #define SUPPORTS_EXTFS 1
44  
45 + // mon is not supported
46 + #define ENABLE_MON 0
47 +
48   // Data types
49   typedef unsigned char uint8;
50   typedef signed char int8;
# Line 49 | Line 52 | typedef unsigned short uint16;
52   typedef signed short int16;
53   typedef unsigned long uint32;
54   typedef signed long int32;
55 + typedef unsigned long long uint64;
56 + typedef signed long long int64;
57  
53 #ifdef __GNUC__
58   typedef unsigned long long loff_t;
55 #endif
56
57 #ifdef __SASC
58 typedef char bool;
59 #define true 1
60 #define false 0
61 typedef LONG loff_t;
62 #endif
59  
60   // Time data type for Time Manager emulation
61   typedef struct timeval tm_time_t;
# Line 73 | Line 69 | typedef struct timeval tm_time_t;
69   #define htons(x) (x)
70   #define htonl(x) (x)
71  
72 < // Some systems don't define this
72 > // Some systems don't define this (ExecBase->AttnFlags)
73   #ifndef AFF_68060
74   #define AFF_68060 (1L<<7)
75   #endif

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines