removed compile errors
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8075 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -20,6 +20,7 @@ Boston, MA 02111-1307, USA. */
|
|||||||
|
|
||||||
#include "make.h"
|
#include "make.h"
|
||||||
#include "hash.h"
|
#include "hash.h"
|
||||||
|
#include "glob.h"
|
||||||
|
|
||||||
#ifdef HAVE_DIRENT_H
|
#ifdef HAVE_DIRENT_H
|
||||||
# include <dirent.h>
|
# include <dirent.h>
|
||||||
|
|||||||
@@ -175,7 +175,7 @@ extern void bcopy ();
|
|||||||
# define strcoll strcmp
|
# define strcoll strcmp
|
||||||
#endif
|
#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
|
# define HAVE_MEMPCPY 1
|
||||||
# undef mempcpy
|
# undef mempcpy
|
||||||
# define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len)
|
# define mempcpy(Dest, Src, Len) __mempcpy (Dest, Src, Len)
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ extern "C" {
|
|||||||
|
|
||||||
#undef __ptr_t
|
#undef __ptr_t
|
||||||
#if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
|
#if defined __cplusplus || (defined __STDC__ && __STDC__) || defined WINDOWS32
|
||||||
# if !defined __GLIBC__ || !defined __P
|
# if !defined __GLIBC__ || !defined __P || !defined __PMT
|
||||||
# undef __P
|
# undef __P
|
||||||
# undef __PMT
|
# undef __PMT
|
||||||
# define __P(protos) protos
|
# define __P(protos) protos
|
||||||
|
|||||||
Reference in New Issue
Block a user