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
blob6d9f75ba353cd46c514837ccc4217889ee8279a5
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