Last change
on this file since 161 was
49,
checked in by Sam Hocevar, 15 years ago
|
- Imported original public domain release, for future reference.
|
File size:
303 bytes
|
Line | |
---|
1 | #ifndef BUS_TYPE_HPP |
---|
2 | #define BUS_TYPE_HPP |
---|
3 | |
---|
4 | #ifdef __sgi |
---|
5 | #define WORD_ALLIGN 1 |
---|
6 | #endif |
---|
7 | |
---|
8 | #ifdef sun |
---|
9 | #define WORD_ALLIGN 1 |
---|
10 | #endif |
---|
11 | |
---|
12 | #ifdef SUN3 |
---|
13 | #define WORD_ALLIGN 1 |
---|
14 | #endif |
---|
15 | |
---|
16 | #ifdef SUN4 |
---|
17 | #define WORD_ALLIGN 1 |
---|
18 | #endif |
---|
19 | |
---|
20 | #ifdef __sgi |
---|
21 | #define WORD_ALLIGN 1 |
---|
22 | #endif |
---|
23 | |
---|
24 | #ifdef _AIX |
---|
25 | #define WORD_ALLIGN 1 |
---|
26 | #endif |
---|
27 | |
---|
28 | #endif |
---|
Note: See
TracBrowser
for help on using the repository browser.