Define _BSD_SOURCE whenever GLIBC is used.
[yaz-moved-to-github.git] / ziffy / hooks.c
index cec5e50..936b927 100644 (file)
@@ -20,8 +20,9 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include <stdio.h>
 
-#if defined(linux)
+#if defined(__GLIBC__)
 # if !defined(_BSD_SOURCE)
 #  define _BSD_SOURCE
 # endif
@@ -30,7 +31,6 @@
 /*
  * Operating System include files
  */
-#include <stdio.h>
 #include <string.h>
 #include <sys/types.h>
 #include <sys/socket.h>