RAIDframe requires LONG_BIT

Approved by:  Benno
This commit is contained in:
grehan 2003-01-18 11:23:42 +00:00
parent 022b9e97e5
commit f683674356
2 changed files with 6 additions and 0 deletions

View File

@ -99,6 +99,9 @@
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
#define QUAD_MAX LLONG_MAX /* max value for a quad_t */
#define QUAD_MIN LLONG_MIN /* min value for a quad_t */
#define LONG_BIT 32
#endif /* !_POSIX_SOURCE */
#endif /* !_ANSI_SOURCE */

View File

@ -99,6 +99,9 @@
#define UQUAD_MAX ULLONG_MAX /* max value for a uquad_t */
#define QUAD_MAX LLONG_MAX /* max value for a quad_t */
#define QUAD_MIN LLONG_MIN /* min value for a quad_t */
#define LONG_BIT 32
#endif /* !_POSIX_SOURCE */
#endif /* !_ANSI_SOURCE */