1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82
|
/* XXX */
#undef CRAY_STACKSEG_END
/* Define if your rpcgen has the -C option to generate ANSI C. */
#undef HAVE_RPCGEN_C
/* Define if your rpcgen has the -I option to generate servers
that can be started from a port monitor like inetd or the listener. */
#undef HAVE_RPCGEN_I
/* Define if your rpc/xdr.h declares the xdrproc_t type. */
#undef HAVE_XDRPROC_T
/* Define if your system uses the OSF/1 method of getting the mount list. */
#undef MOUNTED_GETFSSTAT
/* Define if your system uses the SysVr4 method of getting the mount list. */
#undef MOUNTED_GETMNTENT2
/* Define if your system uses the AIX method of getting the mount list. */
#undef MOUNTED_VMOUNT
/* Define if your system uses the SysVr3 method of getting the mount list. */
#undef MOUNTED_FREAD_FSTYP
/* Define if your system uses the BSD4.3 method of getting the mount list. */
#undef MOUNTED_GETMNTENT1
/* Define if your system uses the BSD4.4 method of getting the mount list. */
#undef MOUNTED_GETMNTINFO
/* Define if your system uses the Ultrix method of getting the mount list. */
#undef MOUNTED_GETMNT
/* Define if your system uses the SysVr2 method of getting the mount list. */
#undef MOUNTED_FREAD
/* Define if your system uses the OSF/1 method of getting fs usage. */
#undef STATFS_OSF1
/* Define if your system uses the SysVr2 method of getting fs usage. */
#undef STAT_READ
/* Define if your system uses the BSD4.3 method of getting fs usage. */
#undef STAT_STATFS2_BSIZE
/* Define if your system uses the BSD4.4 method of getting fs usage. */
#undef STAT_STATFS2_FSIZE
/* Define if your system uses the Ultrix method of getting fs usage. */
#undef STAT_STATFS2_FS_DATA
/* Define if your system uses the SysVr3 method of getting fs usage. */
#undef STAT_STATFS4
/* Define if your system uses the SysVr4 method of getting fs usage. */
#undef STAT_STATVFS
/* Define if you're using libwrap.a to protect ugidd, and libwrap.a
* gives you `undefined symbol: deny_severity' when linking. */
#undef HAVE_LIBWRAP_BUG
/* Define if your system has BSD-style signals (i.e. the handler is
* reinstalled automatically). */
#undef HAVE_BSD_SIGNALS
/* Define these if sys/types.h doesn't */
#undef dev_t
#undef ino_t
/* Sizes of various types */
#undef SIZEOF_DEV_T
#undef SIZEOF_INO_T
#undef SIZEOF_UID_T
#undef SIZEOF_GID_T
#undef SIZEOF_UNSIGNED_SHORT
#undef SIZEOF_UNSIGNED_INT
#undef SIZEOF_UNSIGNED_LONG
/* Hack. */
|