From 2affcc2244e177bced04013197c032e38a0e9d67 Mon Sep 17 00:00:00 2001 From: jbj Date: Thu, 30 Sep 1999 14:53:33 +0000 Subject: [PATCH] HPUX groks not long long. CVS patchset: 3352 CVS date: 1999/09/30 14:53:33 --- lib/header.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lib/header.h b/lib/header.h index bdae6a5..d30941d 100644 --- a/lib/header.h +++ b/lib/header.h @@ -25,7 +25,9 @@ typedef unsigned short uint_16; #else +#if 0 /* XXX hpux needs -Ae in CFLAGS to grok this */ typedef long long int int_64; +#endif typedef int int_32; typedef short int int_16; typedef char int_8; -- 2.7.4