From fdb2e5eb7bf73044f5cbcdaf666089dd5c870a92 Mon Sep 17 00:00:00 2001 From: Martin Baulig Date: Thu, 13 May 1999 13:39:27 +0000 Subject: [PATCH] *** empty log message *** --- configure.in | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/configure.in b/configure.in index 5f91a30b..0a2e6ea3 100644 --- a/configure.in +++ b/configure.in @@ -427,19 +427,21 @@ _______EOF if test x$glibtop_uint64_t != xyes ; then did_typedefs=yes - cat > $outfile <<\_______EOF + cat >> $outfile <<\_______EOF -#undef u_int64_t +#ifndef u_int64_t typedef u_int64_t unsigned long long int +#endif _______EOF fi if test x$glibtop_int64_t != xyes ; then did_typedefs=yes - cat > $outfile <<\_______EOF + cat >> $outfile <<\_______EOF -#undef int64_t +#ifndef int64_t typedef int64_t signed long long int +#endif _______EOF fi