/* Define if there is a function named getmntent for reading the list of
mounted file systems, and that function takes two arguments. (SVR4) */
/* #undef MOUNTED_GETMNTENT2 */
/* Define if there is a function named getmntinfo for reading the list of
mounted file systems and it returns an array of 'struct statfs'. (4.4BSD,
Darwin) */
/* #undef MOUNTED_GETMNTINFO */
/* Define if there is a function named getmntinfo for reading the list of
mounted file systems and it returns an array of 'struct statvfs'. (NetBSD
3.0) */
/* #undef MOUNTED_GETMNTINFO2 */
/* Define if there is a function named listmntent that can be used to list all
mounted file systems. (UNICOS) */
/* #undef MOUNTED_LISTMNTENT */
/* Define if there is a function named mntctl that can be used to read the
list of mounted file systems, and there is a system header file that
declares `struct vmount.' (AIX) */
/* #undef MOUNTED_VMOUNT */
/* Define if gettimeofday is needed */
/* #undef NEED_GETTIMEOFDAY */
/* Define to 1 if your `struct nlist' has an `n_un' member. Obsolete, depend
on `HAVE_STRUCT_NLIST_N_UN_N_NAME */
/* #undef NLIST_NAME_UNION */
/* Define to 1 if your C compiler doesn't accept -c and -o together. */
/* #undef NO_MINUS_C_MINUS_O */
/* path and args for nslookup */
#define NSLOOKUP_COMMAND "/usr/bin/nslookup -sil"
/* Name of package */
#define PACKAGE "nagios-plugins"
/* Define to the address where bug reports for this package should be sent. */
#define PACKAGE_BUGREPORT ""
/* Define to the full name of this package. */
#define PACKAGE_NAME "nagios-plugins"
/* Define to the full name and version of this package. */
#define PACKAGE_STRING "nagios-plugins 1.4.10"
/* Define to the one symbol short name of this package. */
#define PACKAGE_TARNAME "nagios-plugins"
/* Define to the version of this package. */
#define PACKAGE_VERSION "1.4.10"
/* Path to apt-get command, if present */
#define PATH_TO_APTGET ""
/* Path to dig command, if present */
#define PATH_TO_DIG "/usr/bin/dig"
/* path to fping */
/* #undef PATH_TO_FPING */
/* path to lmstat */
/* #undef PATH_TO_LMSTAT */
/* path to qmail-qstat */
#define PATH_TO_MAILQ "/usr/bin/mailq"
/* path to qstat/quakestat */
/* #undef PATH_TO_QSTAT */
/* path to rpcinfo binary */
#define PATH_TO_RPCINFO "/usr/sbin/rpcinfo"
/* path to smbclient binary */
#define PATH_TO_SMBCLIENT "/usr/bin/smbclient"
/* path to snmpget binary */
#define PATH_TO_SNMPGET "/usr/bin/snmpget"
/* path to snmpgetnext binary */
#define PATH_TO_SNMPGETNEXT "/usr/bin/snmpgetnext"
/* path to uptime binary */
#define PATH_TO_UPTIME "/usr/bin/uptime"
/* path and args for ICMPv6 ping command */
/* #undef PING6_COMMAND */
/* Define if packet count must precede host */
/* #undef PING6_PACKETS_FIRST */
/* path and args for ICMP ping command */
#define PING_COMMAND "/bin/ping -n -U -w %d -c %d %s"
/* Define if ping has its own timeout option that should be set */
#define PING_HAS_TIMEOUT 1
=8= |