From 52881751b8807eeb64b6dc6502eeb65ba4dff143 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 29 Sep 1996 02:18:05 +0200 Subject: [PATCH] USHRT_MAX added if not defined in <limits.h> Rev: src/machine.h.in:1.4 --- src/machine.h.in | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/machine.h.in b/src/machine.h.in index 3c8610dcee..ad6a7e6744 100644 --- a/src/machine.h.in +++ b/src/machine.h.in @@ -325,4 +325,7 @@ /* Define if you have struct timeval */ #define HAVE_STRUCT_TIMEVAL +/* Define this to the max value of an unsigned short unles <limits.h> does.. */ +#undef USHRT_MAX + #endif /* MACHINE_H */ -- GitLab