[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: lim_data too narrow
From: |
Richard Stallman |
Subject: |
Re: lim_data too narrow |
Date: |
Tue, 23 Dec 2003 00:03:40 -0500 |
Modern compilers should support the int64_t type (it is mandated by
the new C99 standard and should be defined on stdint.h).
Do we want it to be 64 bits on all machines? I suppose it would
not do any great harm.
> We could use configure to check whether rlim_t is defined
> in some header file. What header file should it be in?
According to Posix, it should be in sys/resource.h.
In that case, let's make configure check that rlim_t is really
defined, and use it if it is defined.