/* config.h. Generated from config.h.in by configure. */ /* config.h.in. Generated from configure.in by autoheader. */ /* ** acconfig.h ** ** This file contains macro definitions & comments which are used by ** "autoheader" and "configure" to generate config.h. */ /* Define if the C++ compiler supports a built-in bool type. */ #define HAVE_BOOL 1 /* Define if the C++ compiler supports namespaces. */ #define HAVE_NAMESPACE 1 /* Define if we have nfs_clnt.h */ #define HAVE_SYS_FS_NFS_CLNT_H 0 /* Define if the system has imon and IMONIOC_ ioctl flags. */ #define HAVE_IMON 0 /* Define if the system has the struct revokdi and the IMONIOC_REVOKDI ** ioctl flag. (IRIX 5.3 doesn't.) */ /* #undef HAVE_IMON_REVOKDI */ /* Define if we have statvfs. Otherwise, statfs will be used. */ #define HAVE_STATVFS 0 /* Define if we have stat.st_fstype (a char array). */ #define HAVE_STAT_ST_FSTYPE_STRING 0 /* Define if we have stat.st_ctim.tv_nsec (nanoseconds). */ /* #undef HAVE_STAT_ST_CTIM_TV_NSEC */ /* Define if we have syssgi. */ #define HAVE_SYSSGI 0 /* Define if we have sgi nohang. */ #define HAVE_SGI_NOHANG 0 /* Define if we have _daemonize (IRIX). */ /* #undef HAVE_DAEMONIZE */ /* Define if we have daemon (Linux/BSD). */ #define HAVE_DAEMON 1 /* Define if we have prmap_sgi_t */ #define HAVE_PRMAP_SGI_T 0 /* Define if we have FSID_NFS, FSID_NFS2, FSID_NFS3, and FSID_CACHEFS. ** Otherwise, we'll use MNTTYPE_NFS. */ /* #undef HAVE_FSID_NFS2 */ /* Define if we have MNTTYPE_NFS2 */ #define HAVE_MNTTYPE_NFS2 0 /* Define if we have MNTTYPE_NFS3 */ #define HAVE_MNTTYPE_NFS3 0 /* Define if we have MNTTYPE_CACHEFS */ #define HAVE_MNTTYPE_CACHEFS 0 /* Define if we have a prototype for bindresvport(). */ #define HAVE_BINDRESVPORT_PROTO 0 /* Define if mountlist is a struct in rpcsvc/mount.h containing the member ** ml_host. */ #define HAVE_MOUNTLIST_STRUCT 0 /* Define if mountlist is a pointer-to-struct in rpcsvc/mount.h containing ** the member ml_hostname. */ #define HAVE_MOUNTLIST_PTR 1 /* Define if we have getgrmember. */ /* #undef HAVE_GETGRMEMBER */ /* Define if we have sys/sat.h, satvwrite(), and _SC_AUDIT. */ /* #undef HAVE_AUDIT */ /* Define if we have sys/mac.h and t6net.h, tsix_get_mac and mac_get_file(), ** and _SC_MAC and _SC_IP_SECOPTS. */ /* #undef HAVE_MAC */ /* Define if we have snprintf in stdio.h. */ /* #undef HAVE_SNPRINTF */ /* Define if you have /etc/xtab in the IRIX format. */ /* #undef HAVE_IRIX_XTAB_VERIFICATION */ /* Define to be statvfs_t.f_fsid's type (ulong_t or __fsid_t) */ /* #undef CONFIG_FSID_T */ /* Define to be the type of the third argument to accept(2) (socklen_t or ** int) */ #define CONFIG_SOCKLEN_T socklen_t /* why do I have to have these? PACKAGE and VERSION are defined by AM_INIT_AUTOMAKE, and the examples don't say anything about having to mess with these things elsewhere. */ #define PACKAGE "fam" #define VERSION "2.6.10" /* Define to 1 if you have the `daemon' function. */ #define HAVE_DAEMON 1 /* Define to 1 if you have the header file. */ #define HAVE_DLFCN_H 1 /* Define to 1 if you have the `getgrmember' function. */ /* #undef HAVE_GETGRMEMBER */ /* Define to 1 if you have the `getgroups' function. */ #define HAVE_GETGROUPS 1 /* Define to 1 if you have the header file. */ /* #undef HAVE_INTTYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_MEMORY_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDINT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STDLIB_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRINGS_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_STRING_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_STAT_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_SYS_TYPES_H */ /* Define to 1 if you have the header file. */ /* #undef HAVE_UNISTD_H */ /* Define to 1 if you have the `_daemonize' function. */ /* #undef HAVE__DAEMONIZE */ /* Name of package */ #define PACKAGE "fam" /* 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 "" /* Define to the full name and version of this package. */ #define PACKAGE_STRING "" /* Define to the one symbol short name of this package. */ #define PACKAGE_TARNAME "" /* Define to the version of this package. */ #define PACKAGE_VERSION "" /* Define to 1 if you have the ANSI C header files. */ /* #undef STDC_HEADERS */ /* Version number of package */ #define VERSION "2.6.10"