diff options
Diffstat (limited to 'config.ami.template')
-rw-r--r-- | config.ami.template | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/config.ami.template b/config.ami.template index 65bda1e..c0548b2 100644 --- a/config.ami.template +++ b/config.ami.template @@ -26,6 +26,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. */ #define gid_t int |