1
0
mirror of https://github.com/php/php-src.git synced 2026-04-27 18:23:26 +02:00
Files
archived-php-src/ext/yp/config.m4
T

16 lines
299 B
Plaintext

dnl
dnl $Id$
dnl
PHP_ARG_ENABLE(yp,whether to include YP support,
[ --enable-yp Include YP support.])
if test "$PHP_YP" != "no"; then
AC_DEFINE(HAVE_YP,1,[ ])
PHP_NEW_EXTENSION(yp, yp.c, $ext_shared)
case $host_alias in
*solaris*)
AC_DEFINE(SOLARIS_YP,1,[ ]) ;;
esac
fi