From: jbj Date: Thu, 30 Sep 1999 14:53:33 +0000 (+0000) Subject: HPUX groks not long long. X-Git-Tag: tznext/4.11.0.1.tizen20130304~8797 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=2affcc2244e177bced04013197c032e38a0e9d67;p=tools%2Flibrpm-tizen.git HPUX groks not long long. CVS patchset: 3352 CVS date: 1999/09/30 14:53:33 --- 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;