[BACK]Return to config.h.in CVS log [TXT][DIR] Up to [Development] / fam

Annotation of fam/config.h.in, Revision 1.1.1.1

1.1       trev        1: /* config.h.in.  Generated from configure.in by autoheader.  */
                      2: /*
                      3: **  acconfig.h
                      4: **
                      5: **  This file contains macro definitions & comments which are used by
                      6: **  "autoheader" and "configure" to generate config.h.
                      7: */
                      8:
                      9: /*  Define if the C++ compiler supports a built-in bool type.  */
                     10: #undef HAVE_BOOL
                     11:
                     12: /*  Define if the C++ compiler supports namespaces.  */
                     13: #undef HAVE_NAMESPACE
                     14:
                     15: /*  Define if we have nfs_clnt.h */
                     16: #undef HAVE_SYS_FS_NFS_CLNT_H
                     17:
                     18: /*  Define if the system has imon and IMONIOC_ ioctl flags.  */
                     19: #undef HAVE_IMON
                     20:
                     21: /*  Define if the system has the struct revokdi and the IMONIOC_REVOKDI
                     22: **  ioctl flag.  (IRIX 5.3 doesn't.)
                     23: */
                     24: #undef HAVE_IMON_REVOKDI
                     25:
                     26: /*  Define if we have statvfs.  Otherwise, statfs will be used.  */
                     27: #undef HAVE_STATVFS
                     28:
                     29: /*  Define if we have stat.st_fstype (a char array).  */
                     30: #undef HAVE_STAT_ST_FSTYPE_STRING
                     31:
                     32: /*  Define if we have stat.st_ctim.tv_nsec (nanoseconds).  */
                     33: #undef HAVE_STAT_ST_CTIM_TV_NSEC
                     34:
                     35: /*  Define if we have syssgi.  */
                     36: #undef HAVE_SYSSGI
                     37:
                     38: /*  Define if we have sgi nohang.  */
                     39: #undef HAVE_SGI_NOHANG
                     40:
                     41: /*  Define if we have _daemonize (IRIX).  */
                     42: #undef HAVE_DAEMONIZE
                     43:
                     44: /*  Define if we have daemon (Linux/BSD).  */
                     45: #undef HAVE_DAEMON
                     46:
                     47: /*  Define if we have prmap_sgi_t  */
                     48: #undef HAVE_PRMAP_SGI_T
                     49:
                     50: /*  Define if we have FSID_NFS, FSID_NFS2, FSID_NFS3, and FSID_CACHEFS.
                     51: **  Otherwise, we'll use MNTTYPE_NFS.  */
                     52: #undef HAVE_FSID_NFS2
                     53:
                     54: /* Define if we have MNTTYPE_NFS2 */
                     55: #define HAVE_MNTTYPE_NFS2 0
                     56:
                     57: /* Define if we have MNTTYPE_NFS3 */
                     58: #define HAVE_MNTTYPE_NFS3 0
                     59:
                     60: /* Define if we have MNTTYPE_CACHEFS */
                     61: #define HAVE_MNTTYPE_CACHEFS 0
                     62:
                     63: /*  Define if we have a prototype for bindresvport().  */
                     64: #undef HAVE_BINDRESVPORT_PROTO
                     65:
                     66: /*  Define if mountlist is a struct in rpcsvc/mount.h containing the member
                     67: **  ml_host.
                     68: */
                     69: #undef HAVE_MOUNTLIST_STRUCT
                     70:
                     71: /*  Define if mountlist is a pointer-to-struct in rpcsvc/mount.h containing
                     72: **  the member ml_hostname.
                     73: */
                     74: #undef HAVE_MOUNTLIST_PTR
                     75:
                     76: /*  Define if we have getgrmember.
                     77: */
                     78: #undef HAVE_GETGRMEMBER
                     79:
                     80: /*  Define if we have sys/sat.h, satvwrite(), and _SC_AUDIT.  */
                     81: #undef HAVE_AUDIT
                     82:
                     83: /*  Define if we have sys/mac.h and t6net.h, tsix_get_mac and mac_get_file(),
                     84: **  and _SC_MAC and _SC_IP_SECOPTS.
                     85: */
                     86: #undef HAVE_MAC
                     87:
                     88: /*  Define if we have snprintf in stdio.h.  */
                     89: /* #undef HAVE_SNPRINTF */
                     90:
                     91: /*  Define if you have /etc/xtab in the IRIX format.
                     92: */
                     93: #undef HAVE_IRIX_XTAB_VERIFICATION
                     94:
                     95: /*  Define to be statvfs_t.f_fsid's type (ulong_t or __fsid_t)
                     96: */
                     97: #undef CONFIG_FSID_T
                     98:
                     99: /*  Define to be the type of the third argument to accept(2) (socklen_t or
                    100: **  int)
                    101: */
                    102: #undef CONFIG_SOCKLEN_T
                    103:
                    104: /*  why do I have to have these?  PACKAGE and VERSION are defined by
                    105:     AM_INIT_AUTOMAKE, and the examples don't say anything about having
                    106:     to mess with these things elsewhere. */
                    107: #undef PACKAGE
                    108: #undef VERSION
                    109:
                    110: /* Define to 1 if you have the `daemon' function. */
                    111: #undef HAVE_DAEMON
                    112:
                    113: /* Define to 1 if you have the <dlfcn.h> header file. */
                    114: #undef HAVE_DLFCN_H
                    115:
                    116: /* Define to 1 if you have the `getgrmember' function. */
                    117: #undef HAVE_GETGRMEMBER
                    118:
                    119: /* Define to 1 if you have the `getgroups' function. */
                    120: #undef HAVE_GETGROUPS
                    121:
                    122: /* Define to 1 if you have the <inttypes.h> header file. */
                    123: #undef HAVE_INTTYPES_H
                    124:
                    125: /* Define to 1 if you have the <memory.h> header file. */
                    126: #undef HAVE_MEMORY_H
                    127:
                    128: /* Define to 1 if you have the <stdint.h> header file. */
                    129: #undef HAVE_STDINT_H
                    130:
                    131: /* Define to 1 if you have the <stdlib.h> header file. */
                    132: #undef HAVE_STDLIB_H
                    133:
                    134: /* Define to 1 if you have the <strings.h> header file. */
                    135: #undef HAVE_STRINGS_H
                    136:
                    137: /* Define to 1 if you have the <string.h> header file. */
                    138: #undef HAVE_STRING_H
                    139:
                    140: /* Define to 1 if you have the <sys/stat.h> header file. */
                    141: #undef HAVE_SYS_STAT_H
                    142:
                    143: /* Define to 1 if you have the <sys/types.h> header file. */
                    144: #undef HAVE_SYS_TYPES_H
                    145:
                    146: /* Define to 1 if you have the <unistd.h> header file. */
                    147: #undef HAVE_UNISTD_H
                    148:
                    149: /* Define to 1 if you have the `_daemonize' function. */
                    150: #undef HAVE__DAEMONIZE
                    151:
                    152: /* Name of package */
                    153: #undef PACKAGE
                    154:
                    155: /* Define to the address where bug reports for this package should be sent. */
                    156: #undef PACKAGE_BUGREPORT
                    157:
                    158: /* Define to the full name of this package. */
                    159: #undef PACKAGE_NAME
                    160:
                    161: /* Define to the full name and version of this package. */
                    162: #undef PACKAGE_STRING
                    163:
                    164: /* Define to the one symbol short name of this package. */
                    165: #undef PACKAGE_TARNAME
                    166:
                    167: /* Define to the version of this package. */
                    168: #undef PACKAGE_VERSION
                    169:
                    170: /* Define to 1 if you have the ANSI C header files. */
                    171: #undef STDC_HEADERS
                    172:
                    173: /* Version number of package */
                    174: #undef VERSION

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>