@@ -8471,51 +8471,6 @@ _ACEOF
84718471
84728472fi
84738473
8474- ac_fn_c_check_type " $LINENO " " uintptr_t" " ac_cv_type_uintptr_t" " #include <stdint.h>
8475- #include <inttypes.h>
8476- "
8477- if test " x$ac_cv_type_uintptr_t " = xyes; then :
8478-
8479- cat >> confdefs.h << _ACEOF
8480- #define HAVE_UINTPTR_T 1
8481- _ACEOF
8482-
8483- # The cast to long int works around a bug in the HP C Compiler
8484- # version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
8485- # declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
8486- # This bug is HP SR number 8606223364.
8487- { $as_echo " $as_me :${as_lineno-$LINENO } : checking size of uintptr_t" >&5
8488- $as_echo_n " checking size of uintptr_t... " >&6 ; }
8489- if ${ac_cv_sizeof_uintptr_t+: } false ; then :
8490- $as_echo_n " (cached) " >&6
8491- else
8492- if ac_fn_c_compute_int " $LINENO " " (long int) (sizeof (uintptr_t))" " ac_cv_sizeof_uintptr_t" " $ac_includes_default " ; then :
8493-
8494- else
8495- if test " $ac_cv_type_uintptr_t " = yes; then
8496- { { $as_echo " $as_me :${as_lineno-$LINENO } : error: in \` $ac_pwd ':" >&5
8497- $as_echo " $as_me : error: in \` $ac_pwd ':" >&2 ; }
8498- as_fn_error 77 " cannot compute sizeof (uintptr_t)
8499- See \` config.log' for more details" " $LINENO " 5; }
8500- else
8501- ac_cv_sizeof_uintptr_t=0
8502- fi
8503- fi
8504-
8505- fi
8506- { $as_echo " $as_me :${as_lineno-$LINENO } : result: $ac_cv_sizeof_uintptr_t " >&5
8507- $as_echo " $ac_cv_sizeof_uintptr_t " >&6 ; }
8508-
8509-
8510-
8511- cat >> confdefs.h << _ACEOF
8512- #define SIZEOF_UINTPTR_T $ac_cv_sizeof_uintptr_t
8513- _ACEOF
8514-
8515-
8516- fi
8517-
8518-
85198474# The cast to long int works around a bug in the HP C Compiler
85208475# version HP92453-01 B.11.11.23709.GP, which incorrectly rejects
85218476# declarations like `int a3[[(sizeof (unsigned char)) >= 0]];'.
0 commit comments