removed compile errors

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
beveloper 2004-06-20 16:09:34 +00:00
parent 89cf7ce3c1
commit 496c9e1413
3 changed files with 3 additions and 2 deletions

View File

@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */
#include "make.h"
#include "hash.h"
#include "glob.h"
#ifdef HAVE_DIRENT_H
# include <dirent.h>

View File

@ -175,7 +175,7 @@ extern void bcopy ();
# define strcoll strcmp
#endif
#if !defined HAVE_MEMPCPY && __GLIBC__ - 0 == 2 && __GLIBC_MINOR__ >= 1
#if !defined __BEOS__ && !defined HAVE_MEMPCPY && __GLIBC__ - 0 == 2 && __GLIBC_MINOR__ >= 1
# define HAVE_MEMPCPY 1
# undef mempcpy
# define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len)

View File

@ -24,7 +24,7 @@ extern "C" {
#undef __ptr_t
#if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
# if !defined __GLIBC__ || !defined __P
# if !defined __GLIBC__ || !defined __P || !defined __PMT
# undef __P
# undef __PMT
# define __P(protos) protos