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