Avoid redefining HAVE_STRL
This commit is contained in:
parent
d65b930b09
commit
ff7e5ee0c8
|
@ -35,8 +35,10 @@ extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __MACH__
|
#ifdef __MACH__
|
||||||
|
#ifndef HAVE_STRL
|
||||||
#define HAVE_STRL
|
#define HAVE_STRL
|
||||||
#endif
|
#endif
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef HAVE_STRL
|
#ifndef HAVE_STRL
|
||||||
/* Avoid possible naming collisions during link since
|
/* Avoid possible naming collisions during link since
|
||||||
|
|
Loading…
Reference in New Issue