ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/rxvt-unicode/configure.ac
(Generate patch)

Comparing rxvt-unicode/configure.ac (file contents):
Revision 1.92 by ayin, Tue Dec 11 08:54:07 2007 UTC vs.
Revision 1.94 by ayin, Tue Dec 11 09:10:56 2007 UTC

488 sys/ioctl.h \ 488 sys/ioctl.h \
489 sys/select.h \ 489 sys/select.h \
490 sys/sockio.h \ 490 sys/sockio.h \
491 sys/strredir.h \ 491 sys/strredir.h \
492 sys/time.h \ 492 sys/time.h \
493 time.h \
493 stdint.h \ 494 stdint.h \
494 wchar.h \ 495 wchar.h \
495 cwchar \ 496 cwchar \
496 clocale \ 497 clocale \
497) 498)
589AC_SUBST(rxvt_uint32_typedef) 590AC_SUBST(rxvt_uint32_typedef)
590dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef) 591dnl RXVT_CHECK_SIZE(rxvt_cv_int64_t, int64_t, 8, , long long, rxvt_int64_typedef)
591dnl AC_SUBST(rxvt_int64_typedef) 592dnl AC_SUBST(rxvt_int64_typedef)
592dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef) 593dnl RXVT_CHECK_SIZE(rxvt_cv_uint64_t, uint64_t, 8, unsigned, long long, rxvt_uint64_typedef)
593dnl AC_SUBST(rxvt_uint64_typedef) 594dnl AC_SUBST(rxvt_uint64_typedef)
594dnl#
595dnl# Now look for another we use
596dnl#
597if test "$ac_cv_sizeof_int_p" -eq 8; then
598 rxvt_intp_define="#define intp_t int64_t"
599 rxvt_u_intp_define="#define u_intp_t u_int64_t"
600else
601 if test "$ac_cv_sizeof_int_p" -eq 4; then
602 rxvt_intp_define="#define intp_t int32_t"
603 rxvt_u_intp_define="#define u_intp_t u_int32_t"
604 else
605 if test "$ac_cv_sizeof_int_p" -eq 2; then
606 rxvt_intp_define="#define intp_t int16_t"
607 rxvt_u_intp_define="#define u_intp_t u_int16_t"
608 else
609 rxvt_intp_define="#error set intp_t"
610 rxvt_u_intp_define="#error set u_intp_t"
611 fi
612 fi
613fi
614AC_SUBST(rxvt_intp_define)
615AC_SUBST(rxvt_u_intp_define)
616 595
617dnl# -------------------------------------------------------------------------- 596dnl# --------------------------------------------------------------------------
618dnl# CHECKING FOR LIBRARY FUNCTIONS 597dnl# CHECKING FOR LIBRARY FUNCTIONS
619dnl# -------------------------------------------------------------------------- 598dnl# --------------------------------------------------------------------------
620AC_CHECK_FUNCS(unsetenv) 599AC_CHECK_FUNCS(unsetenv)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines