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