diff options
author | Paul Smith <psmith@gnu.org> | 2000-06-20 05:48:40 +0000 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2000-06-20 05:48:40 +0000 |
commit | 3e6f48b444d890fd9bde802e35387e27eba33b2d (patch) | |
tree | 2ed67a1f9b0885c19c5a2521183696f9d5fb7f64 /config.h-vms.template | |
parent | 0d70d054586cf2e718aacd5fccfc47e32975b092 (diff) | |
download | gunmake-3e6f48b444d890fd9bde802e35387e27eba33b2d.tar.gz |
* More updates and fixes.
Diffstat (limited to 'config.h-vms.template')
-rw-r--r-- | config.h-vms.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.h-vms.template b/config.h-vms.template index 2d060bb..1dbf04c 100644 --- a/config.h-vms.template +++ b/config.h-vms.template @@ -50,6 +50,10 @@ /* Define if the `getloadavg' function needs to be run setuid or setgid. */ /* #undef GETLOADAVG_PRIVILEGED */ +/* Define to `unsigned long' or `unsigned long long' + if <inttypes.h> doesn't define. */ +#define uintmax_t unsigned long + /* Define to `int' if <sys/types.h> doesn't define. */ /* #undef gid_t */ |