#!/bin/sh
if [ -f /usr/include/sys/socket.h ]; then
    exit 0
fi
exit 1
