/* * Configuration for 6.2 - 6.4 * (the only difference to IRIX 5 is XFS and AFS support) * * If you use XFS with IRIX 6.2 you *must* install the latest xfs patch sets! * For AFS support look at the end of this file */ /* See hints/none.h for a complete list of options with explanations */ #include #include #include #include #include /* For IRIX 6.5.1 you need the following hack */ #define __SYS_SEMA_H__ /* prevent sys/sema.h from being loaded */ #include #include #include #include #include #include #include #include #define Q_DIV(X) (X) #define Q_MUL(X) (X) #define DEV_QBSIZE DEV_BSIZE #define CADR (caddr_t) #define MNTENT mntent #define GQR_STATUS gqr_status #define GQR_RQUOTA gqr_rquota #define QS_BHARD dqb_bhardlimit #define QS_BSOFT dqb_bsoftlimit #define QS_BCUR dqb_curblocks #define QS_FHARD dqb_fhardlimit #define QS_FSOFT dqb_fsoftlimit #define QS_FCUR dqb_curfiles #define QS_BTIME dqb_btimelimit #define QS_FTIME dqb_ftimelimit /* optional: for support of SGI XFS file systems - comment out if not needed */ #define SGI_XFS #define QX_DIV(X) (X) #define QX_MUL(X) (X)