4
0
John C. Frickson 10 жил өмнө
parent
commit
cfce64bf45
1 өөрчлөгдсөн 4 нэмэгдсэн , 0 устгасан
  1. 4 0
      src/nrpe.c

+ 4 - 0
src/nrpe.c

@@ -24,6 +24,10 @@
  * now allowed_hosts is parsed by parse_allowed_hosts() from acl.c.
  * now allowed_hosts is parsed by parse_allowed_hosts() from acl.c.
  */
  */
 
 
+#if defined(__hpux) && defined(HAVE_LIBWRAP)
+int rfc931_timeout=15;
+#endif
+
 #include "config.h"
 #include "config.h"
 #include "common.h"
 #include "common.h"
 #include "nrpe.h"
 #include "nrpe.h"