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.97 by ayin, Tue Dec 11 18:07:08 2007 UTC vs.
Revision 1.99 by ayin, Mon Dec 17 01:34:36 2007 UTC

482 sys/sockio.h \ 482 sys/sockio.h \
483 sys/strredir.h \ 483 sys/strredir.h \
484 stdint.h \ 484 stdint.h \
485 wchar.h \ 485 wchar.h \
486 cwchar \ 486 cwchar \
487 clocale \
488) 487)
489 488
490dnl# check to allow both <termios.h> and <sys/ioctl.h> 489dnl# check to allow both <termios.h> and <sys/ioctl.h>
491AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl, 490AC_CACHE_CHECK(whether termios.h and sys/ioctl.h may both be included, rxvt_cv_header_sysioctl,
492[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h> 491[AC_COMPILE_IFELSE([AC_LANG_PROGRAM([[#include <stdio.h>
518dnl# -------------------------------------------------------------------------- 517dnl# --------------------------------------------------------------------------
519dnl# CHECKING FOR MISSING TYPEDEFS 518dnl# CHECKING FOR MISSING TYPEDEFS
520dnl# -------------------------------------------------------------------------- 519dnl# --------------------------------------------------------------------------
521dnl# Missing typedefs and replacements 520dnl# Missing typedefs and replacements
522AC_TYPE_MODE_T 521AC_TYPE_MODE_T
523dnl> AC_CHECK_TYPE(umode_t, int)
524dnl> AC_CHECK_TYPE(off_t, long)
525AC_TYPE_PID_T 522AC_TYPE_PID_T
526AC_TYPE_UID_T 523AC_TYPE_UID_T
527
528AC_CHECK_SIZEOF(short, 2)
529AC_CHECK_SIZEOF(int, 4)
530dnl AC_CHECK_SIZEOF(long, 4)
531AC_CHECK_SIZEOF(long long, 8)
532AC_CHECK_SIZEOF(int *, 4)
533
534AC_TYPE_INT16_T 524AC_TYPE_INT16_T
535AC_TYPE_UINT16_T 525AC_TYPE_UINT16_T
536AC_TYPE_INT32_T 526AC_TYPE_INT32_T
537AC_TYPE_UINT32_T 527AC_TYPE_UINT32_T
538 528

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines