Fix build in Debian GNU/kFreeBSD.
This commit is contained in:
parent
7fae42aa4d
commit
ddfbb919a7
|
@ -124,7 +124,7 @@
|
|||
#include <sys/select.h>
|
||||
#endif
|
||||
|
||||
#if defined(BSD_LIKE) || defined(__sun__)
|
||||
#if ( defined(BSD_LIKE) && !defined(__FreeBSD_kernel__) ) || defined(__sun__)
|
||||
#undef HAVE_STRNDUP
|
||||
#undef HAVE_MEMMEM
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue