(SSIZE_MAX): Define if limits.h doesn't.

This commit is contained in:
Paul Eggert 2002-04-05 20:37:31 +00:00
parent 869386e545
commit a07c16a6f3

View File

@ -201,6 +201,9 @@
#define EXIT_TROUBLE 2
#include <limits.h>
#ifndef SSIZE_MAX
# define SSIZE_MAX TYPE_MAXIMUM (ssize_t)
#endif
#if HAVE_INTTYPES_H
# include <inttypes.h>