File: [Development] / fam / config.h.in (download)
Revision 1.1.1.1 (vendor branch), Thu Apr 24 19:08:25 2003 UTC (14 years, 5 months ago) by trev
Branch: sgi-fam, MAIN
CVS Tags: fam-2-6-10, HEAD Changes since 1.1: +0 -0
lines
Initial FAM CVS repository build..
-- Trev
|
/* 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. */
#undef HAVE_BOOL
/* Define if the C++ compiler supports namespaces. */
#undef HAVE_NAMESPACE
/* Define if we have nfs_clnt.h */
#undef HAVE_SYS_FS_NFS_CLNT_H
/* Define if the system has imon and IMONIOC_ ioctl flags. */
#undef HAVE_IMON
/* 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. */
#undef HAVE_STATVFS
/* Define if we have stat.st_fstype (a char array). */
#undef HAVE_STAT_ST_FSTYPE_STRING
/* Define if we have stat.st_ctim.tv_nsec (nanoseconds). */
#undef HAVE_STAT_ST_CTIM_TV_NSEC
/* Define if we have syssgi. */
#undef HAVE_SYSSGI
/* Define if we have sgi nohang. */
#undef HAVE_SGI_NOHANG
/* Define if we have _daemonize (IRIX). */
#undef HAVE_DAEMONIZE
/* Define if we have daemon (Linux/BSD). */
#undef HAVE_DAEMON
/* Define if we have prmap_sgi_t */
#undef HAVE_PRMAP_SGI_T
/* 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(). */
#undef HAVE_BINDRESVPORT_PROTO
/* Define if mountlist is a struct in rpcsvc/mount.h containing the member
** ml_host.
*/
#undef HAVE_MOUNTLIST_STRUCT
/* Define if mountlist is a pointer-to-struct in rpcsvc/mount.h containing
** the member ml_hostname.
*/
#undef HAVE_MOUNTLIST_PTR
/* 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)
*/
#undef CONFIG_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. */
#undef PACKAGE
#undef VERSION
/* Define to 1 if you have the `daemon' function. */
#undef HAVE_DAEMON
/* Define to 1 if you have the <dlfcn.h> header file. */
#undef HAVE_DLFCN_H
/* Define to 1 if you have the `getgrmember' function. */
#undef HAVE_GETGRMEMBER
/* Define to 1 if you have the `getgroups' function. */
#undef HAVE_GETGROUPS
/* Define to 1 if you have the <inttypes.h> header file. */
#undef HAVE_INTTYPES_H
/* Define to 1 if you have the <memory.h> header file. */
#undef HAVE_MEMORY_H
/* Define to 1 if you have the <stdint.h> header file. */
#undef HAVE_STDINT_H
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H
/* Define to 1 if you have the <string.h> header file. */
#undef HAVE_STRING_H
/* Define to 1 if you have the <sys/stat.h> header file. */
#undef HAVE_SYS_STAT_H
/* Define to 1 if you have the <sys/types.h> header file. */
#undef HAVE_SYS_TYPES_H
/* Define to 1 if you have the <unistd.h> header file. */
#undef HAVE_UNISTD_H
/* Define to 1 if you have the `_daemonize' function. */
#undef HAVE__DAEMONIZE
/* Name of package */
#undef PACKAGE
/* Define to the address where bug reports for this package should be sent. */
#undef PACKAGE_BUGREPORT
/* Define to the full name of this package. */
#undef PACKAGE_NAME
/* Define to the full name and version of this package. */
#undef PACKAGE_STRING
/* Define to the one symbol short name of this package. */
#undef PACKAGE_TARNAME
/* Define to the version of this package. */
#undef PACKAGE_VERSION
/* Define to 1 if you have the ANSI C header files. */
#undef STDC_HEADERS
/* Version number of package */
#undef VERSION