Fix build in Debian GNU/kFreeBSD.

This commit is contained in:
Boris Pek 2012-10-14 02:13:10 +03:00
parent 7fae42aa4d
commit ddfbb919a7
1 changed files with 1 additions and 1 deletions

View File

@ -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