mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-22 22:59:37 +00:00
8 lines
172 B
C
8 lines
172 B
C
#if defined (__AROS__)
|
|
#include "hostfile_aros.h"
|
|
#elif defined (__CYGWIN__) || defined (__MINGW32__)
|
|
#include "hostfile_windows.h"
|
|
#else
|
|
#include "hostfile_unix.h"
|
|
#endif
|