* `LICENSE' that comes with the fcron source distribution.
*/
- /* $Id: config.h.in,v 1.44 2002-08-25 17:26:45 thib Exp $ */
+ /* $Id: config.h.in,v 1.45 2002-08-29 17:34:14 thib Exp $ */
/* *********************************************************** */
/* Define if you have the shadow library (-lshadow or included in c library). */
#undef HAVE_LIBSHADOW
+
+/* Define if you have the xnet library (-lxnet). */
+#undef HAVE_LIBXNET
AC_TYPE_SIGNAL
AC_FUNC_STRFTIME
AC_FUNC_WAIT3
+AC_CHECK_LIB(xnet, shutdown)
AC_CHECK_FUNC(getloadavg, [getloadavg=1], [getloadavg=0])
AC_CHECK_LIB(kstat, kstat_open, [kstat=1], [kstat=0])
if test $getloadavg -eq 1; then