]> granicus.if.org Git - fcron/commitdiff
added library xnet (networking lib under solaris)
authorthib <thib>
Thu, 29 Aug 2002 17:32:49 +0000 (17:32 +0000)
committerthib <thib>
Thu, 29 Aug 2002 17:32:49 +0000 (17:32 +0000)
config.h.in
configure.in

index c4d3c001d0d7c9018b15dc3f8ee9bf0ddbccca6a..bcd206758f64ddf00a5b891dd3ed7e334b5342f9 100644 (file)
@@ -21,7 +21,7 @@
  *  `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
index 8d44b7d609dd993bcbe7df054cb98804079f3e09..aeaa79fc02cb1e9ec2155c6ae14d4c41b48add2e 100644 (file)
@@ -58,6 +58,7 @@ AC_FUNC_MEMCMP
 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