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
Fix cross compilation (e.g. on Darwin). Following changes to make.tmpl,
[AROS.git]
/
arch
/
all-pc
/
boot
/
grub2-aros
/
include
/
grub
/
osdep
/
hostfile.h
blob
6d9f75ba353cd46c514837ccc4217889ee8279a5
1
#if defined (__AROS__)
2
#include
"hostfile_aros.h"
3
#elif defined (__CYGWIN__) || defined (__MINGW32__)
4
#include
"hostfile_windows.h"
5
#else
6
#include
"hostfile_unix.h"
7
#endif