repo.or.cz
/
AROS.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
tools/adflib: build only host variant which is used by Sam440 target
[AROS.git]
/
workbench
/
network
/
stacks
/
AROSTCP
/
netlib
/
conf.h
blob
36101517b1f3ef11ff4442f56bcca19c1ede7262
1
#ifdef SASC
2
#define STDARGS __stdargs
3
#define CONSTRUCTOR
4
#define DESTRUCTOR
5
#define INTERRUPT __interrupt
6
#endif
7
#ifdef __GNUC__
8
#define STDARGS
9
#define CONSTRUCTOR __attribute__ ((constructor))
10
#define DESTRUCTOR __attribute__ ((destructor))
11
#define INTERRUPT
12
#endif
13
14
#ifndef __AROS__
15
#define IPTR ULONG
16
#endif