Build fix for BeOS/Haiku gcc2

git-svn-id: svn://pulkomandy.tk/GrafX2/trunk@754 416bcca6-2ee7-4201-b75f-2eb2f807beb1
This commit is contained in:
Adrien Destugues 2009-04-20 19:18:26 +00:00
parent c09f5819c2
commit 284eda4ffe
2 changed files with 2 additions and 0 deletions

BIN
gfx2.cfg

Binary file not shown.

View File

@ -159,6 +159,7 @@
#undef opendir
#undef closedir
#if !defined(__HAIKU__) && !defined(__BEOS__)
#ifndef ME_DUMMY
# define ME_DUMMY(Fs_name, Fs_type) \
(strcmp (Fs_type, "autofs") == 0 \
@ -179,6 +180,7 @@
|| strcmp (Fs_type, "nfs") == 0 \
|| strcmp (Fs_type, "volfs") == 0)
#endif
#endif
#ifndef ME_REMOTE
/* A file system is `remote' if its Fs_name contains a `:'