repo.or.cz
/
tangerine.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Fixed binary search: no more infinite loops when vendor is unknown.
[tangerine.git]
/
compiler
/
arossupport
/
include
/
linux.h
blob
c4b09199262270cc99cf4b70342b2ab34c70890a
1
#ifndef AROS_LINUX_H
2
#define AROS_LINUX_H
3
4
/*
5
Copyright © 1995-2001, The AROS Development Team. All rights reserved.
6
$Id$
7
8
Desc: Linux specific things
9
Lang: english
10
*/
11
12
#define HAS_STRING_H
13
#define __AROS_STRUCTURE_ALIGNMENT 4
14
15
#endif
/* AROS_LINUX_H */